pkgsrc/devel/py-requests-file/Makefile
adam bc8f46ef1c py-requests-file: updated to 1.4.3
1.4.3:
Skip the permissions test when running as root
Handle missing locale in tests
2018-01-04 21:09:29 +00:00

19 lines
593 B
Makefile

# $NetBSD: Makefile,v 1.3 2018/01/04 21:09:29 adam Exp $
DISTNAME= requests-file-1.4.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=r/requests-file/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/dashea/requests-file/
COMMENT= Transport adapter for file:// URLs with the requests python lib
LICENSE= apache-2.0
DEPENDS+= ${PYPKGPREFIX}-requests>=1.0.0:../../devel/py-requests
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"