pkgsrc/devel/py-requests-ftp/Makefile

17 lines
494 B
Makefile
Raw Normal View History

2017-07-31 00:32:10 +02:00
# $NetBSD: Makefile,v 1.2 2017/07/30 22:32:16 wiz Exp $
DISTNAME= requests-ftp-0.3.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PYPI:=r/requests-ftp/}
MAINTAINER= minskim@NetBSD.org
2017-07-31 00:32:10 +02:00
HOMEPAGE= https://github.com/Lukasa/requests-ftp
COMMENT= FTP transport adapter for use with the requests Python lib
LICENSE= apache-2.0
DEPENDS+= ${PYPKGPREFIX}-requests>=1.0.0:../../devel/py-requests
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"