summaryrefslogtreecommitdiff
path: root/www/py-w3lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-w3lib/Makefile')
-rw-r--r--www/py-w3lib/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/www/py-w3lib/Makefile b/www/py-w3lib/Makefile
new file mode 100644
index 00000000000..c7ebf68c885
--- /dev/null
+++ b/www/py-w3lib/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2017/02/13 21:19:51 adam Exp $
+
+DISTNAME= w3lib-1.17.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= www python
+MASTER_SITES= ${MASTER_SITE_PYPI:=w/w3lib/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://github.com/scrapy/w3lib
+COMMENT= Python library of web-related functions
+LICENSE= modified-bsd
+
+DEPENDS+= ${PYPKGPREFIX}-six>=1.4.1:../../lang/py-six
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"