1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/www/py-webtest/Makefile
Po-Chuan Hsieh 1eabb6df5d
www/py-webtest: Move www/py-WebTest to www/py-webtest
- Use lowercase PORTNAME and path
- Bump PORTREVISION of dependent ports for dependency change
- While I'm here, fix py-zope.testbrowser

error in zope.testbrowser setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers; Expected end or semicolon (after name and no valid version specifier)
    pytz > dev
         ^
*** Error code 1

Stop.
make: stopped in /usr/ports/devel/py-zope.testbrowser
2023-06-30 15:00:41 +08:00

26 lines
699 B
Makefile

PORTNAME= webtest
PORTVERSION= 3.0.0
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= WebTest-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Helper to test WSGI applications
WWW= https://docs.pylonsproject.org/projects/webtest/en/latest/ \
https://github.com/Pylons/webtest
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/license.rst
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}waitress>=0.8.5:www/py-waitress@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}webob>=1.2:www/py-webob@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>