diff options
author | rm <rm@FreeBSD.org> | 2013-05-08 03:42:05 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2013-05-08 03:42:05 +0800 |
commit | 56f273b12230820178e5650412a86c7f04257590 (patch) | |
tree | 8a8d417cd014a226ce8495eeb5a40a1dc373697d | |
parent | 9d88ee4eae88acbecdd54c0c68e85c407bcdded1 (diff) | |
download | freebsd-ports-gnome-56f273b12230820178e5650412a86c7f04257590.tar.gz freebsd-ports-gnome-56f273b12230820178e5650412a86c7f04257590.tar.zst freebsd-ports-gnome-56f273b12230820178e5650412a86c7f04257590.zip |
- update to 1.4.14
-rw-r--r-- | devel/py-pylib/Makefile | 3 | ||||
-rw-r--r-- | devel/py-pylib/distinfo | 4 | ||||
-rw-r--r-- | devel/py-pylib/pkg-descr | 10 |
3 files changed, 8 insertions, 9 deletions
diff --git a/devel/py-pylib/Makefile b/devel/py-pylib/Makefile index 4d75fa26a751..235e9f159044 100644 --- a/devel/py-pylib/Makefile +++ b/devel/py-pylib/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pylib -PORTVERSION= 1.4.13 +PORTVERSION= 1.4.14 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,6 @@ COMMENT= Agile development and test support library LICENSE= MIT -# Python3 ready USE_PYTHON= yes USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= py diff --git a/devel/py-pylib/distinfo b/devel/py-pylib/distinfo index 7af2dd99058b..bf80715fd0b5 100644 --- a/devel/py-pylib/distinfo +++ b/devel/py-pylib/distinfo @@ -1,2 +1,2 @@ -SHA256 (py-1.4.13.tar.gz) = ec1dc7fe04066e7ab93e1ac457f04bc301778a48bf368bf1796e84f500fda6f1 -SIZE (py-1.4.13.tar.gz) = 189278 +SHA256 (py-1.4.14.tar.gz) = a1915fffc0590a104fd033466469c7f074a1b524d1a08c7fc501f406a0d8526f +SIZE (py-1.4.14.tar.gz) = 188722 diff --git a/devel/py-pylib/pkg-descr b/devel/py-pylib/pkg-descr index edea3bc06522..c17245c20446 100644 --- a/devel/py-pylib/pkg-descr +++ b/devel/py-pylib/pkg-descr @@ -1,9 +1,9 @@ The pylib is a development support library featuring these tools and APIs: - * py.path: uniform local and svn path objects - * py.apipkg: explicit API control and lazy-importing - * py.iniconfig: easy parsing of .ini files - * py.code: dynamic code generation and introspection - * py.path: uniform local and svn path objects + * py.path: uniform local and svn path objects + * py.apipkg: explicit API control and lazy-importing + * py.iniconfig: easy parsing of .ini files + * py.code: dynamic code generation and introspection + * py.path: uniform local and svn path objects WWW: http://pylib.org/ |