1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

net/py-s3cmd: Make compatible with PYTHON 3

- Flavorize
This commit is contained in:
Muhammad Moinur Rahman 2019-04-13 00:31:32 +00:00
parent 57be530c0b
commit 3cf075cfdc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=498774

View File

@ -3,6 +3,7 @@
PORTNAME= s3cmd PORTNAME= s3cmd
DISTVERSION= 2.0.2 DISTVERSION= 2.0.2
PORTREVISION= 1
CATEGORIES= net python CATEGORIES= net python
MASTER_SITES= SF/s3tools/${PORTNAME}/${DISTVERSION} MASTER_SITES= SF/s3tools/${PORTNAME}/${DISTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -15,8 +16,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR}
USES= python:2.7 USES= python
USE_PYTHON= autoplist distutils USE_PYTHON= autoplist distutils flavors
NO_ARCH= yes NO_ARCH= yes
OPTIONS_DEFINE= DOCS OPTIONS_DEFINE= DOCS