pkgsrc-WIP-changes archive

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

wip/py-pluginbase: import pluginbase-1.0.0



Module Name:	pkgsrc-wip
Committed By:	Aleksej Lebedev <root%zta.lk@localhost>
Pushed By:	zhtw
Date:		Wed Feb 6 14:46:25 2019 +0000
Changeset:	ab7b14a5cf632a4ee75c23e156af2e29e8116a8a

Added Files:
	py-pluginbase/DESCR
	py-pluginbase/Makefile
	py-pluginbase/PLIST
	py-pluginbase/distinfo

Log Message:
wip/py-pluginbase: import pluginbase-1.0.0

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ab7b14a5cf632a4ee75c23e156af2e29e8116a8a

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

diffstat:
 py-pluginbase/DESCR    |  2 ++
 py-pluginbase/Makefile | 16 ++++++++++++++++
 py-pluginbase/PLIST    |  9 +++++++++
 py-pluginbase/distinfo |  6 ++++++
 4 files changed, 33 insertions(+)

diffs:
diff --git a/py-pluginbase/DESCR b/py-pluginbase/DESCR
new file mode 100644
index 0000000000..052ff88026
--- /dev/null
+++ b/py-pluginbase/DESCR
@@ -0,0 +1,2 @@
+PluginBase is a module for Python that enables the development
+of flexible plugin systems in Python.
diff --git a/py-pluginbase/Makefile b/py-pluginbase/Makefile
new file mode 100644
index 0000000000..96b3449429
--- /dev/null
+++ b/py-pluginbase/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME=	pluginbase-1.0.0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_PYPI:=p/pluginbase/}
+
+MAINTAINER=	root%zta.lk@localhost
+HOMEPAGE=	https://github.com/mitsuhiko/pluginbase
+COMMENT=	Simple but flexible plugin system for Python
+LICENSE=	original-bsd
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-pluginbase/PLIST b/py-pluginbase/PLIST
new file mode 100644
index 0000000000..83a072b271
--- /dev/null
+++ b/py-pluginbase/PLIST
@@ -0,0 +1,9 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/pluginbase.py
+${PYSITELIB}/pluginbase.pyc
+${PYSITELIB}/pluginbase.pyo
diff --git a/py-pluginbase/distinfo b/py-pluginbase/distinfo
new file mode 100644
index 0000000000..30a21d19e8
--- /dev/null
+++ b/py-pluginbase/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (pluginbase-1.0.0.tar.gz) = a30f3093870e9ff728280f23ecdd449b8c7a1420
+RMD160 (pluginbase-1.0.0.tar.gz) = 887d3cac7639c591f83ddcdd57b42f96c521e05b
+SHA512 (pluginbase-1.0.0.tar.gz) = 95c3b770980fa5ec745b8d788df29c6219ed6e5af7666f9830d56c6acae01f90831655127bcef69b2dfc423d09429373ae7d4c8b45c76c62a41f909d0747c0a0
+Size (pluginbase-1.0.0.tar.gz) = 41795 bytes


Home | Main Index | Thread Index | Old Index