This is a follow-up to my previous attempt (7e4175500e3f) to chase a
port renaming. In the previous commit, I only changed the package name
and forgot to change the origin. This commit should fix it.
Reported by: David Wolfskill <david@catwhisker.org> (via private email)
Fixes: 7e4175500e3f ({devel/py-easyprocess,x11/py-pyvirtualdisplay}: chase renaming from devel/py-cog to devel/py-cogapp)
25 lines
650 B
Makefile
25 lines
650 B
Makefile
PORTNAME= easyprocess
|
|
PORTVERSION= 0.3
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= EasyProcess-${PORTVERSION}
|
|
|
|
MAINTAINER= daniel@blodan.se
|
|
COMMENT= Easy to use python subprocess interface
|
|
WWW= https://github.com/ponty/EasyProcess
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}paver>0:devel/py-paver@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}cogapp>=2.3:devel/py-cogapp@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR}
|
|
|
|
NO_ARCH= YES
|
|
USE_PYTHON= autoplist distutils
|
|
USES= python
|
|
|
|
.include <bsd.port.mk>
|