pkgsrc/www/py-protego/Makefile
adam ada51035c2 py-protego: updated to 0.2.1
0.2.1
Fixes incorrect readme content-type specified in setup.py
2022-10-25 19:04:38 +00:00

24 lines
689 B
Makefile

# $NetBSD: Makefile,v 1.4 2022/10/25 19:04:38 adam Exp $
DISTNAME= Protego-0.2.1
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
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
USE_LANGUAGES= # none
PYTHON_VERSIONED_DEPENDENCIES= test:test
do-test:
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
.include "../../lang/python/egg.mk"
.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"