pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-entrypoints Add py-entrypoints 0.2.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d1af941ea3ef
branches:  trunk
changeset: 361623:d1af941ea3ef
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun Apr 23 05:13:03 2017 +0000

description:
Add py-entrypoints 0.2.2

Discover and load entry points from installed packages.

diffstat:

 devel/py-entrypoints/DESCR    |   1 +
 devel/py-entrypoints/Makefile |  29 +++++++++++++++++++++++++++++
 devel/py-entrypoints/PLIST    |   2 ++
 devel/py-entrypoints/distinfo |   6 ++++++
 4 files changed, 38 insertions(+), 0 deletions(-)

diffs (54 lines):

diff -r 462335ee122b -r d1af941ea3ef devel/py-entrypoints/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-entrypoints/DESCR        Sun Apr 23 05:13:03 2017 +0000
@@ -0,0 +1,1 @@
+Discover and load entry points from installed packages.
diff -r 462335ee122b -r d1af941ea3ef devel/py-entrypoints/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-entrypoints/Makefile     Sun Apr 23 05:13:03 2017 +0000
@@ -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"
diff -r 462335ee122b -r d1af941ea3ef devel/py-entrypoints/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-entrypoints/PLIST        Sun Apr 23 05:13:03 2017 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2017/04/23 05:13:03 markd Exp $
+${PYSITELIB}/entrypoints.py
diff -r 462335ee122b -r d1af941ea3ef devel/py-entrypoints/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-entrypoints/distinfo     Sun Apr 23 05:13:03 2017 +0000
@@ -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