pkgsrc/www/py-httptools/Makefile
adam 17dc99a203 py-httptools: updated to 0.6.1
v0.6.1
Explicit Python 3.12 support and build wheels, change min version to 3.8
Do not install the *.c sources in wheels
2023-10-23 11:12:56 +00:00

20 lines
554 B
Makefile

# $NetBSD: Makefile,v 1.12 2023/10/23 11:12:56 adam Exp $
DISTNAME= httptools-0.6.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=h/httptools/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/MagicStack/httptools
COMMENT= Collection of framework independent HTTP protocol utils
LICENSE= mit
PYTHON_VERSIONS_INCOMPATIBLE= 27
do-test:
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHONBIN} -m unittest tests/test_parser.py
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"