diff options
author | rm <rm@FreeBSD.org> | 2013-09-07 18:00:50 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2013-09-07 18:00:50 +0800 |
commit | 6854fccf61922499d748409c224c3bad2b8f788e (patch) | |
tree | a600db9baefbae116cd9500747b09bd5c7d35769 /devel/py-six | |
parent | 30722a3e601307325391012638b79d70cde3ec6b (diff) | |
download | freebsd-ports-gnome-6854fccf61922499d748409c224c3bad2b8f788e.tar.gz freebsd-ports-gnome-6854fccf61922499d748409c224c3bad2b8f788e.tar.zst freebsd-ports-gnome-6854fccf61922499d748409c224c3bad2b8f788e.zip |
- update to 1.4.1
- update project url to avoid redirect
PR: 181810
Submitted by: Kozlov Sergey <kozlov.sergey.404@gmail.com>
Diffstat (limited to 'devel/py-six')
-rw-r--r-- | devel/py-six/Makefile | 3 | ||||
-rw-r--r-- | devel/py-six/distinfo | 4 | ||||
-rw-r--r-- | devel/py-six/pkg-descr | 2 |
3 files changed, 4 insertions, 5 deletions
diff --git a/devel/py-six/Makefile b/devel/py-six/Makefile index a86261aaa2ba..5ac9f180af67 100644 --- a/devel/py-six/Makefile +++ b/devel/py-six/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= six -PORTVERSION= 1.2.0 +PORTVERSION= 1.4.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,6 @@ COMMENT= Python 2 and 3 compatibility utilities LICENSE= MIT -# Python3 ready USE_PYTHON= yes USE_PYDISTUTILS= yes diff --git a/devel/py-six/distinfo b/devel/py-six/distinfo index 7e2d286d9e52..a0bbe57a6d5c 100644 --- a/devel/py-six/distinfo +++ b/devel/py-six/distinfo @@ -1,2 +1,2 @@ -SHA256 (six-1.2.0.tar.gz) = 4a86d87623f75811524f30832e092914d65af7ff2eb1d403e01ec235b0e19cb3 -SIZE (six-1.2.0.tar.gz) = 15316 +SHA256 (six-1.4.1.tar.gz) = f045afd6dffb755cc0411acb7ce9acc4de0e71261d4b5f91de2e68d9aa5f8367 +SIZE (six-1.4.1.tar.gz) = 21409 diff --git a/devel/py-six/pkg-descr b/devel/py-six/pkg-descr index ac457f065611..bd02943d2d04 100644 --- a/devel/py-six/pkg-descr +++ b/devel/py-six/pkg-descr @@ -3,4 +3,4 @@ functions for smoothing over the differences between the Python versions with the goal of writing Python code that is compatible on both Python versions. See the documentation for more information on what is provided. -WWW: http://pypi.python.org/pypi/six +WWW: https://pypi.python.org/pypi/six/ |