python/py: Updated for version 1.5.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
f9fc954b22
commit
723fb62ee7
|
@ -1,11 +1,7 @@
|
|||
The py lib is a Python development support library featuring
|
||||
the following tools and modules:
|
||||
The py lib is a Python development support library featuring the following tools and
|
||||
modules:
|
||||
|
||||
* 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
|
||||
|
||||
NOTE: prior to the 1.4 release this distribution used to
|
||||
contain py.test which is now its own package, see http://pytest.org
|
||||
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 (deprecated, moved to pytest).
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=py
|
||||
VERSION=${VERSION:-1.5.1}
|
||||
VERSION=${VERSION:-1.5.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="py"
|
||||
VERSION="1.5.1"
|
||||
VERSION="1.5.2"
|
||||
HOMEPAGE="http://pylib.readthedocs.org/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/56/d7/a20e836f5489f5d9d9ac7a6326ca9a1c36762dd182be5507da03a09785a9/py-1.5.1.tar.gz"
|
||||
MD5SUM="6243f9825e84c04ba4c6a2503eddf400"
|
||||
DOWNLOAD="https://pypi.python.org/packages/90/e3/e075127d39d35f09a500ebb4a90afd10f9ef0a1d28a6d09abeec0e444fdd/py-1.5.2.tar.gz"
|
||||
MD5SUM="279ca69c632069e1b71e11b14641ca28"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -14,6 +14,6 @@ py: py.path: uniform local and svn path objects
|
|||
py: py.apipkg: explicit API control and lazy-importing
|
||||
py: py.iniconfig: easy parsing of .ini files
|
||||
py: py.code: dynamic code generation and introspection
|
||||
py: py.path: uniform local and svn path objects
|
||||
py:
|
||||
py: Homepage: http://pylib.readthedocs.org/
|
||||
py:
|
||||
|
|
Loading…
Reference in New Issue