Skip to content

Commit

Permalink
devel/py-phply: Allow concurrent installations
Browse files Browse the repository at this point in the history
py-phply install console scripts, this will prevent conflicts.
Add missing TEST_DEPENDS.

Reported by:	koobs
  • Loading branch information
dbaio committed Aug 5, 2018
1 parent 9a50b74 commit 7e9b7cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion devel/py-phply/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

PORTNAME= phply
PORTVERSION= 1.2.5
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -14,9 +15,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ply>=0:devel/py-ply@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ply>=0:devel/py-ply@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR}

USES= python
USE_PYTHON= autoplist distutils
USE_PYTHON= autoplist concurrent distutils

NO_ARCH= yes

Expand Down

0 comments on commit 7e9b7cc

Please sign in to comment.