eba597ff65
1.22.0: - Python 3.4 is no longer supported - :func:`w3lib.url.safe_url_string` now supports an optional ``quote_path`` parameter to disable the percent-encoding of the URL path - :func:`w3lib.url.add_or_replace_parameter` and :func:`w3lib.url.add_or_replace_parameters` no longer remove duplicate parameters from the original query string that are not being added or replaced - :func:`w3lib.html.remove_tags` now raises a :exc:`ValueError` exception instead of :exc:`AssertionError` when using both the ``which_ones`` and the ``keep`` parameters - Test improvements - Documentation improvements - Code cleanup
18 lines
480 B
Makefile
18 lines
480 B
Makefile
# $NetBSD: Makefile,v 1.7 2020/05/14 06:06:41 adam Exp $
|
|
|
|
DISTNAME= w3lib-1.22.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"
|