mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 11:20:46 -04:00
- 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
26 lines
779 B
Makefile
26 lines
779 B
Makefile
PORTNAME= zope.testbrowser
|
|
PORTVERSION= 5.5.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel python zope
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DIST_SUBDIR= zope
|
|
|
|
MAINTAINER= zope@FreeBSD.org
|
|
COMMENT= Programmable browser for functional black-box tests
|
|
WWW= https://pypi.org/project/zope.testbrowser/
|
|
|
|
LICENSE= ZPL21
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mechanize>=0.2.0:www/py-mechanize@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}zope.schema>=0:devel/py-zope.schema@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}webtest>=0:www/py-webtest@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|