pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-entrypoints



Module Name:    pkgsrc
Committed By:   markd
Date:           Sun Apr 23 05:13:03 UTC 2017

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

Log Message:
Add py-entrypoints 0.2.2

Discover and load entry points from installed packages.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-entrypoints/DESCR \
    pkgsrc/devel/py-entrypoints/Makefile pkgsrc/devel/py-entrypoints/PLIST \
    pkgsrc/devel/py-entrypoints/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-entrypoints/DESCR
diff -u /dev/null pkgsrc/devel/py-entrypoints/DESCR:1.1
--- /dev/null   Sun Apr 23 05:13:03 2017
+++ pkgsrc/devel/py-entrypoints/DESCR   Sun Apr 23 05:13:03 2017
@@ -0,0 +1 @@
+Discover and load entry points from installed packages.
Index: pkgsrc/devel/py-entrypoints/Makefile
diff -u /dev/null pkgsrc/devel/py-entrypoints/Makefile:1.1
--- /dev/null   Sun Apr 23 05:13:03 2017
+++ pkgsrc/devel/py-entrypoints/Makefile        Sun Apr 23 05:13:03 2017
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1 2017/04/23 05:13:03 markd Exp $
+
+DISTNAME=      entrypoints-0.2.2
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=takluyver/}
+GITHUB_PROJECT=        entrypoints
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/takluyver/entrypoints
+COMMENT=       Discover and load entry points from installed packages
+LICENSE=       mit
+
+NO_BUILD=      yes
+PY_PATCHPLIST= yes
+
+.include "../../lang/python/extension.mk"
+
+.if ${PYPKGPREFIX} == py27
+DEPENDS+=      ${PYPKGPREFIX}-configparser-[0-9]*:../../devel/py-configparser
+.endif
+
+USE_LANGUAGES= # none
+
+do-install:
+       ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/${PYSITELIB}
+       ${INSTALL_DATA} ${WRKSRC}/entrypoints.py ${DESTDIR}${PREFIX}/${PYSITELIB}
+
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-entrypoints/PLIST
diff -u /dev/null pkgsrc/devel/py-entrypoints/PLIST:1.1
--- /dev/null   Sun Apr 23 05:13:03 2017
+++ pkgsrc/devel/py-entrypoints/PLIST   Sun Apr 23 05:13:03 2017
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2017/04/23 05:13:03 markd Exp $
+${PYSITELIB}/entrypoints.py
Index: pkgsrc/devel/py-entrypoints/distinfo
diff -u /dev/null pkgsrc/devel/py-entrypoints/distinfo:1.1
--- /dev/null   Sun Apr 23 05:13:03 2017
+++ pkgsrc/devel/py-entrypoints/distinfo        Sun Apr 23 05:13:03 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/04/23 05:13:03 markd Exp $
+
+SHA1 (entrypoints-0.2.2.tar.gz) = 75f43c6051e5d7b3bec7cf11fb7228d447efb06b
+RMD160 (entrypoints-0.2.2.tar.gz) = 0c63943c7bcbd9da7a80a990c5ac2a24162f200d
+SHA512 (entrypoints-0.2.2.tar.gz) = c987807924f92fd6bc0aab1cccaa4b204587d4f34932c353033ed062fff5adf69bfdc8767f095dda15fff9b57e2be2d205bfa44abc5ad7f7820114e0355a6e99
+Size (entrypoints-0.2.2.tar.gz) = 11162 bytes



Home | Main Index | Thread Index | Old Index