add py-py-1.4.15, a helper library needed for py-test

This commit is contained in:
drochner 2013-07-24 10:44:51 +00:00
parent aa52d33d01
commit 72c99b62ae
4 changed files with 131 additions and 0 deletions

7
devel/py-py/DESCR Normal file
View file

@ -0,0 +1,7 @@
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

17
devel/py-py/Makefile Normal file
View file

@ -0,0 +1,17 @@
# $NetBSD: Makefile,v 1.1 2013/07/24 10:44:51 drochner Exp $
#
DISTNAME= py-1.4.15
PKGNAME= ${PYPKGPREFIX}-py-1.4.15
CATEGORIES= devel
MASTER_SITES= https://pypi.python.org/packages/source/p/py/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://pypi.python.org/packages/source/p/py/
COMMENT= Python development support library
LICENSE= mit
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

102
devel/py-py/PLIST Normal file
View file

@ -0,0 +1,102 @@
@comment $NetBSD: PLIST,v 1.1 2013/07/24 10:44:51 drochner Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/py/__init__.py
${PYSITELIB}/py/__init__.pyc
${PYSITELIB}/py/__init__.pyo
${PYSITELIB}/py/__metainfo.py
${PYSITELIB}/py/__metainfo.pyc
${PYSITELIB}/py/__metainfo.pyo
${PYSITELIB}/py/_apipkg.py
${PYSITELIB}/py/_apipkg.pyc
${PYSITELIB}/py/_apipkg.pyo
${PYSITELIB}/py/_builtin.py
${PYSITELIB}/py/_builtin.pyc
${PYSITELIB}/py/_builtin.pyo
${PYSITELIB}/py/_code/__init__.py
${PYSITELIB}/py/_code/__init__.pyc
${PYSITELIB}/py/_code/__init__.pyo
${PYSITELIB}/py/_code/_assertionnew.py
${PYSITELIB}/py/_code/_assertionnew.pyc
${PYSITELIB}/py/_code/_assertionnew.pyo
${PYSITELIB}/py/_code/_assertionold.py
${PYSITELIB}/py/_code/_assertionold.pyc
${PYSITELIB}/py/_code/_assertionold.pyo
${PYSITELIB}/py/_code/assertion.py
${PYSITELIB}/py/_code/assertion.pyc
${PYSITELIB}/py/_code/assertion.pyo
${PYSITELIB}/py/_code/code.py
${PYSITELIB}/py/_code/code.pyc
${PYSITELIB}/py/_code/code.pyo
${PYSITELIB}/py/_code/source.py
${PYSITELIB}/py/_code/source.pyc
${PYSITELIB}/py/_code/source.pyo
${PYSITELIB}/py/_error.py
${PYSITELIB}/py/_error.pyc
${PYSITELIB}/py/_error.pyo
${PYSITELIB}/py/_iniconfig.py
${PYSITELIB}/py/_iniconfig.pyc
${PYSITELIB}/py/_iniconfig.pyo
${PYSITELIB}/py/_io/__init__.py
${PYSITELIB}/py/_io/__init__.pyc
${PYSITELIB}/py/_io/__init__.pyo
${PYSITELIB}/py/_io/capture.py
${PYSITELIB}/py/_io/capture.pyc
${PYSITELIB}/py/_io/capture.pyo
${PYSITELIB}/py/_io/saferepr.py
${PYSITELIB}/py/_io/saferepr.pyc
${PYSITELIB}/py/_io/saferepr.pyo
${PYSITELIB}/py/_io/terminalwriter.py
${PYSITELIB}/py/_io/terminalwriter.pyc
${PYSITELIB}/py/_io/terminalwriter.pyo
${PYSITELIB}/py/_log/__init__.py
${PYSITELIB}/py/_log/__init__.pyc
${PYSITELIB}/py/_log/__init__.pyo
${PYSITELIB}/py/_log/log.py
${PYSITELIB}/py/_log/log.pyc
${PYSITELIB}/py/_log/log.pyo
${PYSITELIB}/py/_log/warning.py
${PYSITELIB}/py/_log/warning.pyc
${PYSITELIB}/py/_log/warning.pyo
${PYSITELIB}/py/_path/__init__.py
${PYSITELIB}/py/_path/__init__.pyc
${PYSITELIB}/py/_path/__init__.pyo
${PYSITELIB}/py/_path/cacheutil.py
${PYSITELIB}/py/_path/cacheutil.pyc
${PYSITELIB}/py/_path/cacheutil.pyo
${PYSITELIB}/py/_path/common.py
${PYSITELIB}/py/_path/common.pyc
${PYSITELIB}/py/_path/common.pyo
${PYSITELIB}/py/_path/local.py
${PYSITELIB}/py/_path/local.pyc
${PYSITELIB}/py/_path/local.pyo
${PYSITELIB}/py/_path/svnurl.py
${PYSITELIB}/py/_path/svnurl.pyc
${PYSITELIB}/py/_path/svnurl.pyo
${PYSITELIB}/py/_path/svnwc.py
${PYSITELIB}/py/_path/svnwc.pyc
${PYSITELIB}/py/_path/svnwc.pyo
${PYSITELIB}/py/_process/__init__.py
${PYSITELIB}/py/_process/__init__.pyc
${PYSITELIB}/py/_process/__init__.pyo
${PYSITELIB}/py/_process/cmdexec.py
${PYSITELIB}/py/_process/cmdexec.pyc
${PYSITELIB}/py/_process/cmdexec.pyo
${PYSITELIB}/py/_process/forkedfunc.py
${PYSITELIB}/py/_process/forkedfunc.pyc
${PYSITELIB}/py/_process/forkedfunc.pyo
${PYSITELIB}/py/_process/killproc.py
${PYSITELIB}/py/_process/killproc.pyc
${PYSITELIB}/py/_process/killproc.pyo
${PYSITELIB}/py/_std.py
${PYSITELIB}/py/_std.pyc
${PYSITELIB}/py/_std.pyo
${PYSITELIB}/py/_xmlgen.py
${PYSITELIB}/py/_xmlgen.pyc
${PYSITELIB}/py/_xmlgen.pyo
${PYSITELIB}/py/test.py
${PYSITELIB}/py/test.pyc
${PYSITELIB}/py/test.pyo

5
devel/py-py/distinfo Normal file
View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2013/07/24 10:44:51 drochner Exp $
SHA1 (py-1.4.15.tar.gz) = 8bd1376f9989d296ad5dcd5e1954b7d9b3be2da2
RMD160 (py-1.4.15.tar.gz) = bc2f99f8bbc7ea636ef6f477866180896a00dac4
Size (py-1.4.15.tar.gz) = 189237 bytes