pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-apipkg



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon May 29 10:38:16 UTC 2017

Added Files:
        pkgsrc/devel/py-apipkg: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-apipkg/DESCR \
    pkgsrc/devel/py-apipkg/Makefile pkgsrc/devel/py-apipkg/PLIST \
    pkgsrc/devel/py-apipkg/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/py-apipkg/DESCR
diff -u /dev/null pkgsrc/devel/py-apipkg/DESCR:1.1
--- /dev/null   Mon May 29 10:38:16 2017
+++ pkgsrc/devel/py-apipkg/DESCR        Mon May 29 10:38:16 2017
@@ -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.
Index: pkgsrc/devel/py-apipkg/Makefile
diff -u /dev/null pkgsrc/devel/py-apipkg/Makefile:1.1
--- /dev/null   Mon May 29 10:38:16 2017
+++ pkgsrc/devel/py-apipkg/Makefile     Mon May 29 10:38:16 2017
@@ -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"
Index: pkgsrc/devel/py-apipkg/PLIST
diff -u /dev/null pkgsrc/devel/py-apipkg/PLIST:1.1
--- /dev/null   Mon May 29 10:38:16 2017
+++ pkgsrc/devel/py-apipkg/PLIST        Mon May 29 10:38:16 2017
@@ -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
Index: pkgsrc/devel/py-apipkg/distinfo
diff -u /dev/null pkgsrc/devel/py-apipkg/distinfo:1.1
--- /dev/null   Mon May 29 10:38:16 2017
+++ pkgsrc/devel/py-apipkg/distinfo     Mon May 29 10:38:16 2017
@@ -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