Import py35-linecache2-1.0.0 as devel/py-linecache2.
A backport of linecache to older supported Pythons.
This commit is contained in:
parent
91b9428000
commit
3ea1f8cb80
4 changed files with 48 additions and 0 deletions
1
devel/py-linecache2/DESCR
Normal file
1
devel/py-linecache2/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
A backport of linecache to older supported Pythons.
|
16
devel/py-linecache2/Makefile
Normal file
16
devel/py-linecache2/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
# $NetBSD: Makefile,v 1.1 2016/01/09 13:30:21 wiz Exp $
|
||||
|
||||
DISTNAME= linecache2-1.0.0
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= http://pypi.python.org/packages/source/l/linecache2/
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://pypi.python.org/pypi/linecache2
|
||||
COMMENT= Backport of the linecache module to older Python versions
|
||||
LICENSE= python-software-foundation
|
||||
|
||||
DEPENDS+= ${PYPKGPREFIX}-pbr-[0-9]*:../../devel/py-pbr
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
25
devel/py-linecache2/PLIST
Normal file
25
devel/py-linecache2/PLIST
Normal file
|
@ -0,0 +1,25 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2016/01/09 13:30:21 wiz 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}/pbr.json
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
${PYSITELIB}/linecache2/__init__.py
|
||||
${PYSITELIB}/linecache2/__init__.pyc
|
||||
${PYSITELIB}/linecache2/__init__.pyo
|
||||
${PYSITELIB}/linecache2/tests/__init__.py
|
||||
${PYSITELIB}/linecache2/tests/__init__.pyc
|
||||
${PYSITELIB}/linecache2/tests/__init__.pyo
|
||||
${PYSITELIB}/linecache2/tests/inspect_fodder.py
|
||||
${PYSITELIB}/linecache2/tests/inspect_fodder.pyc
|
||||
${PYSITELIB}/linecache2/tests/inspect_fodder.pyo
|
||||
${PYSITELIB}/linecache2/tests/inspect_fodder2.py
|
||||
${PYSITELIB}/linecache2/tests/inspect_fodder2.pyc
|
||||
${PYSITELIB}/linecache2/tests/inspect_fodder2.pyo
|
||||
${PYSITELIB}/linecache2/tests/mapping_tests.py
|
||||
${PYSITELIB}/linecache2/tests/mapping_tests.pyc
|
||||
${PYSITELIB}/linecache2/tests/mapping_tests.pyo
|
||||
${PYSITELIB}/linecache2/tests/test_linecache.py
|
||||
${PYSITELIB}/linecache2/tests/test_linecache.pyc
|
||||
${PYSITELIB}/linecache2/tests/test_linecache.pyo
|
6
devel/py-linecache2/distinfo
Normal file
6
devel/py-linecache2/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2016/01/09 13:30:21 wiz Exp $
|
||||
|
||||
SHA1 (linecache2-1.0.0.tar.gz) = d84b2e1479ff5939f7d330894a8cf797803cc457
|
||||
RMD160 (linecache2-1.0.0.tar.gz) = da6bcf3bd6f14c244a0b387c5b43fc9bab2fccdf
|
||||
SHA512 (linecache2-1.0.0.tar.gz) = e585a6e4c054c1965bc4241a1e36b57cb04f32b2d778df0ae4381975700497975251f509354d3622e36c82973c726a207b815f8b12060d9d583b6669a9eb279e
|
||||
Size (linecache2-1.0.0.tar.gz) = 11013 bytes
|
Loading…
Reference in a new issue