pkgsrc/www/py-protego/Makefile
adam 7261ffaaca py-protego: updated to 0.3.0
0.3.0

Changed requirements:
Dropped support for Python 2.7, 3.5, 3.6, and 3.7, and added support for 3.11 and for the upcoming 3.12.
six is no longer a dependency.
Added support for the Visit-Time directive.
Fixed leading asterisks in allow and disallow values not being properly interpreted.
Protego.parse() now raises value error when content is not a string.
2024-01-18 16:12:32 +00:00

22 lines
634 B
Makefile

# $NetBSD: Makefile,v 1.5 2024/01/18 16:12:32 adam Exp $
DISTNAME= Protego-0.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=P/Protego/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/scrapy/protego
COMMENT= Pure-Python robots.txt parser with support for modern conventions
LICENSE= modified-bsd
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"