diff options
author | nivit <nivit@FreeBSD.org> | 2015-02-07 22:46:43 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2015-02-07 22:46:43 +0800 |
commit | 9f42a0bdb465816869871e4250a81cc5c09162c3 (patch) | |
tree | e177f96d0fa0c9dc99b0d46a41b08f3fbca988db /devel | |
parent | 77b4a3da2e918c0788a361e0493ce6ea89c34626 (diff) | |
download | freebsd-ports-gnome-9f42a0bdb465816869871e4250a81cc5c09162c3.tar.gz freebsd-ports-gnome-9f42a0bdb465816869871e4250a81cc5c09162c3.tar.zst freebsd-ports-gnome-9f42a0bdb465816869871e4250a81cc5c09162c3.zip |
- Add devel/py-pbr to run dependencies [1]
- Bump PORTREVISION
PR: 197373
Submitted by: andrej@ebert.su
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-stevedore/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/py-stevedore/Makefile b/devel/py-stevedore/Makefile index 61ae5b9d79db..fe6af643df74 100644 --- a/devel/py-stevedore/Makefile +++ b/devel/py-stevedore/Makefile @@ -3,6 +3,7 @@ PORTNAME= stevedore PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +14,9 @@ COMMENT= Manage dynamic plugins for Python applications LICENSE= APACHE20 BUILD_DEPENDS= ${PKGNAMEPREFIX}pbr>=0.10.0:${PORTSDIR}/devel/py-pbr -RUN_DEPENDS= ${PKGNAMEPREFIX}six>=1.7.0:${PORTSDIR}/devel/py-six \ - ${PKGNAMEPREFIX}argparse>=1.2.1:${PORTSDIR}/devel/py-argparse +RUN_DEPENDS= ${PKGNAMEPREFIX}argparse>=1.2.1:${PORTSDIR}/devel/py-argparse + ${PKGNAMEPREFIX}pbr>=0.10.0:${PORTSDIR}/devel/py-pbr \ + ${PKGNAMEPREFIX}six>=1.7.0:${PORTSDIR}/devel/py-six USES= python USE_PYTHON= autoplist distutils |