- update to 1.4.14
This commit is contained in:
parent
c49a6405e0
commit
b3e1a119bb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317631
3 changed files with 8 additions and 9 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue