- Add depend upon py-six, required for some i18n functionality
- Bump PORTREV
This commit is contained in:
parent
67af4ac551
commit
9c07e0f99a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=391565
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= sphinx-intl
|
||||
PORTVERSION= 0.9.5
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -15,7 +15,8 @@ LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PKGNAMEPREFIX}sphinx>=1.1.3:${PORTSDIR}/textproc/py-sphinx \
|
||||
${PKGNAMEPREFIX}polib>=1.0.6:${PORTSDIR}/devel/py-polib
|
||||
${PKGNAMEPREFIX}polib>=1.0.6:${PORTSDIR}/devel/py-polib \
|
||||
${PKGNAMEPREFIX}six>=1.8.0:${PORTSDIR}/devel/py-six
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
Loading…
Reference in New Issue
Block a user