summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authormarkd <markd>2017-04-23 05:13:03 +0000
committermarkd <markd>2017-04-23 05:13:03 +0000
commit05ff6a9f78d8a972fa8d24b9b45499a6ad50f38f (patch)
tree16522b1145fa1120886840af253579db94bd48e0 /devel
parent6a679b96f4f58bc81a6a98e2eb498c6537e291b1 (diff)
downloadpkgsrc-05ff6a9f78d8a972fa8d24b9b45499a6ad50f38f.tar.gz
Add py-entrypoints 0.2.2
Discover and load entry points from installed packages.
Diffstat (limited to 'devel')
-rw-r--r--devel/py-entrypoints/DESCR1
-rw-r--r--devel/py-entrypoints/Makefile29
-rw-r--r--devel/py-entrypoints/PLIST2
-rw-r--r--devel/py-entrypoints/distinfo6
4 files changed, 38 insertions, 0 deletions
diff --git a/devel/py-entrypoints/DESCR b/devel/py-entrypoints/DESCR
new file mode 100644
index 00000000000..f6ce8289495
--- /dev/null
+++ b/devel/py-entrypoints/DESCR
@@ -0,0 +1 @@
+Discover and load entry points from installed packages.
diff --git a/devel/py-entrypoints/Makefile b/devel/py-entrypoints/Makefile
new file mode 100644
index 00000000000..ef6d2304e35
--- /dev/null
+++ b/devel/py-entrypoints/Makefile
@@ -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
+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 --git a/devel/py-entrypoints/PLIST b/devel/py-entrypoints/PLIST
new file mode 100644
index 00000000000..e422d30b606
--- /dev/null
+++ b/devel/py-entrypoints/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2017/04/23 05:13:03 markd Exp $
+${PYSITELIB}/entrypoints.py
diff --git a/devel/py-entrypoints/distinfo b/devel/py-entrypoints/distinfo
new file mode 100644
index 00000000000..7a6fce6e22d
--- /dev/null
+++ b/devel/py-entrypoints/distinfo
@@ -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