mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
Restrict again to version 2.7, zbase32 is only available in py27 flavor
This commit is contained in:
parent
760c44d262
commit
6f94ace01b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=466000
@ -14,10 +14,10 @@ COMMENT= Collection of mature utilities for Python programmers
|
||||
LICENSE= GPLv2
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=2.1.0:devel/py-simplejson@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}zbase32>=1.0:converters/zbase32
|
||||
${PYTHON_PKGNAMEPREFIX}zbase32>=1.0:converters/zbase32@${FLAVOR}
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python
|
||||
USES= python:2.7
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
post-extract:
|
||||
|
Loading…
Reference in New Issue
Block a user