Lines 1-7
Link Here
|
1 |
PORTNAME= phx-class-registry |
1 |
PORTNAME= phx-class-registry |
2 |
DISTVERSION= 3.0.5 |
2 |
DISTVERSION= 5.1.1 |
3 |
CATEGORIES= devel python |
3 |
CATEGORIES= devel python |
4 |
MASTER_SITES= PYPI |
|
|
5 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
4 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
6 |
|
5 |
|
7 |
MAINTAINER= PopularMoment@protonmail.com |
6 |
MAINTAINER= PopularMoment@protonmail.com |
Lines 9-15
COMMENT= Factory+Registry pattern for Python classes
Link Here
|
9 |
WWW= https://github.com/todofixthis/class-registry/ |
8 |
WWW= https://github.com/todofixthis/class-registry/ |
10 |
|
9 |
|
11 |
LICENSE= MIT |
10 |
LICENSE= MIT |
12 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
11 |
LICENSE_FILE= ${WRKSRC}/LICENCE.txt |
13 |
|
12 |
|
14 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.13:devel/py-six@${PY_FLAVOR} |
13 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.13:devel/py-six@${PY_FLAVOR} |
15 |
|
14 |
|
Lines 18-23
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR}
Link Here
|
18 |
USES= python |
17 |
USES= python |
19 |
USE_PYTHON= distutils autoplist concurrent |
18 |
USE_PYTHON= distutils autoplist concurrent |
20 |
|
19 |
|
|
|
20 |
USE_GITHUB= yes |
21 |
GH_ACCOUNT= todofixthis |
22 |
GH_PROJECT= class-registry |
23 |
|
21 |
NO_ARCH= yes |
24 |
NO_ARCH= yes |
22 |
|
25 |
|
23 |
do-test: |
26 |
do-test: |