diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2011-12-14 10:13:51 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2011-12-14 10:13:51 +0000 |
commit | 8bb770d1ddf291063b3282529f68409ecfd57cda (patch) | |
tree | 7d4cda5b808d6ab5aa9bad03c6c07e73432275fc /devel/py-six | |
parent | bf30b2a3182cf1054c1bec7a6abb68e1d5227366 (diff) |
Notes
Diffstat (limited to 'devel/py-six')
-rw-r--r-- | devel/py-six/Makefile | 11 | ||||
-rw-r--r-- | devel/py-six/distinfo | 4 | ||||
-rw-r--r-- | devel/py-six/pkg-plist | 3 |
3 files changed, 11 insertions, 7 deletions
diff --git a/devel/py-six/Makefile b/devel/py-six/Makefile index 0e3b98a7b40b..97ee2c98a590 100644 --- a/devel/py-six/Makefile +++ b/devel/py-six/Makefile @@ -6,7 +6,7 @@ # PORTNAME= six -PORTVERSION= 1.0.0 +PORTVERSION= 1.1.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,14 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= clsung@FreeBSD.org COMMENT= Python 2 and 3 compatibility utilities -USE_PYTHON= 2.5+ +LICENSE= MIT + +# Python3 ready +USE_PYTHON= yes USE_PYDISTUTILS= yes +PLIST_FILES= %%PYTHON_SITELIBDIR%%/six.py \ + %%PYTHON_SITELIBDIR%%/six.pyc \ + %%PYTHON_SITELIBDIR%%/six.pyo + .include <bsd.port.mk> diff --git a/devel/py-six/distinfo b/devel/py-six/distinfo index 29fbf5693da9..3641407eef05 100644 --- a/devel/py-six/distinfo +++ b/devel/py-six/distinfo @@ -1,2 +1,2 @@ -SHA256 (six-1.0.0.tar.gz) = ca79c14c8cb5e58912d185f0e07ca9c687e232b7c68c4b73bf1c83ef5979333e -SIZE (six-1.0.0.tar.gz) = 11694 +SHA256 (six-1.1.0.tar.gz) = 8c421a58100704148fd9ad2e38b05d5646f6d3139ac209dfda4c980d124c75ba +SIZE (six-1.1.0.tar.gz) = 12573 diff --git a/devel/py-six/pkg-plist b/devel/py-six/pkg-plist deleted file mode 100644 index c45f66489b50..000000000000 --- a/devel/py-six/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -%%PYTHON_SITELIBDIR%%/six.py -%%PYTHON_SITELIBDIR%%/six.pyc -%%PYTHON_SITELIBDIR%%/six.pyo |