118cb330ba
1.20.0: - Fix url_query_cleaner to do not append "?" to urls without a query string - Add support for Python 3.7 and drop Python 3.3 - Add w3lib.url.add_or_replace_parameters helper - Documentation fixes
18 lines
480 B
Makefile
18 lines
480 B
Makefile
# $NetBSD: Makefile,v 1.5 2019/01/15 23:05:37 adam Exp $
|
|
|
|
DISTNAME= w3lib-1.20.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= www python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=w/w3lib/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://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"
|