pkgsrc-WIP-changes archive

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

Import py27-Yapsy-1.11.223 as wip/py-yapsy.



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Thu Mar 9 15:16:15 2017 +0100
Changeset:	09d086c304ca93212f1c68e54af0611d004c86d9

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

Log Message:
Import py27-Yapsy-1.11.223 as wip/py-yapsy.

Yapsy is a small library implementing the core mechanisms needed to build a
plugin system into a wider application.

The main purpose is to depend only on s standard libraries and to implement
only the basic functionalities needed to detect, load and keep track of
several plugins.

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

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

diffstat:
 py-yapsy/DESCR    |  6 ++++++
 py-yapsy/Makefile | 16 ++++++++++++++++
 py-yapsy/PLIST    | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
 py-yapsy/distinfo |  6 ++++++
 4 files changed, 78 insertions(+)

diffs:
diff --git a/py-yapsy/DESCR b/py-yapsy/DESCR
new file mode 100644
index 0000000000..833a859f4b
--- /dev/null
+++ b/py-yapsy/DESCR
@@ -0,0 +1,6 @@
+Yapsy is a small library implementing the core mechanisms needed to build a
+plugin system into a wider application.
+
+The main purpose is to depend only on s standard libraries and to implement
+only the basic functionalities needed to detect, load and keep track of
+several plugins.
diff --git a/py-yapsy/Makefile b/py-yapsy/Makefile
new file mode 100644
index 0000000000..1472bcf33a
--- /dev/null
+++ b/py-yapsy/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME=	Yapsy-1.11.223
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel python
+MASTER_SITES=	${MASTER_SITE_PYPI:=Y/Yapsy/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://yapsy.sourceforge.net/
+COMMENT=	Yet another plugin system
+LICENSE=	2-clause-bsd
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-yapsy/PLIST b/py-yapsy/PLIST
new file mode 100644
index 0000000000..56df0a3aaf
--- /dev/null
+++ b/py-yapsy/PLIST
@@ -0,0 +1,50 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_FILE}/PKG-INFO
+${PYSITELIB}/${EGG_FILE}/SOURCES.txt
+${PYSITELIB}/${EGG_FILE}/dependency_links.txt
+${PYSITELIB}/${EGG_FILE}/top_level.txt
+${PYSITELIB}/yapsy/AutoInstallPluginManager.py
+${PYSITELIB}/yapsy/AutoInstallPluginManager.pyc
+${PYSITELIB}/yapsy/AutoInstallPluginManager.pyo
+${PYSITELIB}/yapsy/ConfigurablePluginManager.py
+${PYSITELIB}/yapsy/ConfigurablePluginManager.pyc
+${PYSITELIB}/yapsy/ConfigurablePluginManager.pyo
+${PYSITELIB}/yapsy/FilteredPluginManager.py
+${PYSITELIB}/yapsy/FilteredPluginManager.pyc
+${PYSITELIB}/yapsy/FilteredPluginManager.pyo
+${PYSITELIB}/yapsy/IMultiprocessChildPlugin.py
+${PYSITELIB}/yapsy/IMultiprocessChildPlugin.pyc
+${PYSITELIB}/yapsy/IMultiprocessChildPlugin.pyo
+${PYSITELIB}/yapsy/IPlugin.py
+${PYSITELIB}/yapsy/IPlugin.pyc
+${PYSITELIB}/yapsy/IPlugin.pyo
+${PYSITELIB}/yapsy/IPluginLocator.py
+${PYSITELIB}/yapsy/IPluginLocator.pyc
+${PYSITELIB}/yapsy/IPluginLocator.pyo
+${PYSITELIB}/yapsy/MultiprocessPluginManager.py
+${PYSITELIB}/yapsy/MultiprocessPluginManager.pyc
+${PYSITELIB}/yapsy/MultiprocessPluginManager.pyo
+${PYSITELIB}/yapsy/MultiprocessPluginProxy.py
+${PYSITELIB}/yapsy/MultiprocessPluginProxy.pyc
+${PYSITELIB}/yapsy/MultiprocessPluginProxy.pyo
+${PYSITELIB}/yapsy/PluginFileLocator.py
+${PYSITELIB}/yapsy/PluginFileLocator.pyc
+${PYSITELIB}/yapsy/PluginFileLocator.pyo
+${PYSITELIB}/yapsy/PluginInfo.py
+${PYSITELIB}/yapsy/PluginInfo.pyc
+${PYSITELIB}/yapsy/PluginInfo.pyo
+${PYSITELIB}/yapsy/PluginManager.py
+${PYSITELIB}/yapsy/PluginManager.pyc
+${PYSITELIB}/yapsy/PluginManager.pyo
+${PYSITELIB}/yapsy/PluginManagerDecorator.py
+${PYSITELIB}/yapsy/PluginManagerDecorator.pyc
+${PYSITELIB}/yapsy/PluginManagerDecorator.pyo
+${PYSITELIB}/yapsy/VersionedPluginManager.py
+${PYSITELIB}/yapsy/VersionedPluginManager.pyc
+${PYSITELIB}/yapsy/VersionedPluginManager.pyo
+${PYSITELIB}/yapsy/__init__.py
+${PYSITELIB}/yapsy/__init__.pyc
+${PYSITELIB}/yapsy/__init__.pyo
+${PYSITELIB}/yapsy/compat.py
+${PYSITELIB}/yapsy/compat.pyc
+${PYSITELIB}/yapsy/compat.pyo
diff --git a/py-yapsy/distinfo b/py-yapsy/distinfo
new file mode 100644
index 0000000000..fd41dee161
--- /dev/null
+++ b/py-yapsy/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (Yapsy-1.11.223.tar.gz) = cf29de4529e05db493a40cd563412e5f8a1c61f8
+RMD160 (Yapsy-1.11.223.tar.gz) = d94e747b8f48679d16b0cac35bfe323492e27516
+SHA512 (Yapsy-1.11.223.tar.gz) = 690d0ab78eafede5a75cf7b7bbcfce00b05c7b6f958980c3b67815bcaf848a8098b6e81afd1d95c5821fa4bb7affefab2cde208ff7c8ac7952615c8ddbafe305
+Size (Yapsy-1.11.223.tar.gz) = 80783 bytes


Home | Main Index | Thread Index | Old Index