pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-apipkg With apipkg you can control the export...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f708f720f9f7
branches:  trunk
changeset: 362905:f708f720f9f7
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon May 29 10:38:16 2017 +0000

description:
With apipkg you can control the exported namespace of a python package and
greatly reduce the number of imports for your users. It is a small pure python
module that works on virtually all Python versions, including CPython2.3 to
Python3.1, Jython and PyPy. It co-operates well with Python's help() system,
custom importers (PEP302) and common command line completion tools.

diffstat:

 devel/py-apipkg/DESCR    |   5 +++++
 devel/py-apipkg/Makefile |  16 ++++++++++++++++
 devel/py-apipkg/PLIST    |   8 ++++++++
 devel/py-apipkg/distinfo |   6 ++++++
 4 files changed, 35 insertions(+), 0 deletions(-)

diffs (51 lines):

diff -r 0c0a9f516f05 -r f708f720f9f7 devel/py-apipkg/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-apipkg/DESCR     Mon May 29 10:38:16 2017 +0000
@@ -0,0 +1,5 @@
+With apipkg you can control the exported namespace of a python package and
+greatly reduce the number of imports for your users. It is a small pure python
+module that works on virtually all Python versions, including CPython2.3 to
+Python3.1, Jython and PyPy. It co-operates well with Python's help() system,
+custom importers (PEP302) and common command line completion tools.
diff -r 0c0a9f516f05 -r f708f720f9f7 devel/py-apipkg/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-apipkg/Makefile  Mon May 29 10:38:16 2017 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2017/05/29 10:38:16 adam Exp $
+
+DISTNAME=      apipkg-1.4
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=a/apipkg/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://bitbucket.org/hpk42/apipkg
+COMMENT=       Namespace control and lazy-import mechanism
+LICENSE=       mit
+
+USE_LANGUAGES=         # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 0c0a9f516f05 -r f708f720f9f7 devel/py-apipkg/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-apipkg/PLIST     Mon May 29 10:38:16 2017 +0000
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1 2017/05/29 10:38:16 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/apipkg.py
+${PYSITELIB}/apipkg.pyc
+${PYSITELIB}/apipkg.pyo
diff -r 0c0a9f516f05 -r f708f720f9f7 devel/py-apipkg/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-apipkg/distinfo  Mon May 29 10:38:16 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/05/29 10:38:16 adam Exp $
+
+SHA1 (apipkg-1.4.tar.gz) = 39879c4c42d718bf71d27b0b3e9ca1bb8e5d9025
+RMD160 (apipkg-1.4.tar.gz) = ab2a3843243c828c9b3f823fdef616be039a9159
+SHA512 (apipkg-1.4.tar.gz) = 118f806706944513f50d3cdef596b32f8ce585cfaf94d2531a6d260f90a0e2147177161aaa6f5d6823150e6182d0f73be3dc01259b8a2f8d710733a22ea54789
+Size (apipkg-1.4.tar.gz) = 11224 bytes



Home | Main Index | Thread Index | Old Index