pkgsrc-WIP-changes archive

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

wip/py-decorated-registry: import py37-decorated-registry-0.0.2



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Mon Sep 14 01:35:32 2020 +0100
Changeset:	9369ce5c89823000a3ce7abb212b338ddbf0716c

Added Files:
	py-decorated-registry/DESCR
	py-decorated-registry/Makefile
	py-decorated-registry/PLIST
	py-decorated-registry/distinfo

Log Message:
wip/py-decorated-registry: import py37-decorated-registry-0.0.2

Decorator-based registry for objects with arbitrary payloads

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

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

diffstat:
 py-decorated-registry/DESCR    |  1 +
 py-decorated-registry/Makefile | 16 ++++++++++++++++
 py-decorated-registry/PLIST    | 12 ++++++++++++
 py-decorated-registry/distinfo |  6 ++++++
 4 files changed, 35 insertions(+)

diffs:
diff --git a/py-decorated-registry/DESCR b/py-decorated-registry/DESCR
new file mode 100644
index 0000000000..482d15db1f
--- /dev/null
+++ b/py-decorated-registry/DESCR
@@ -0,0 +1 @@
+Decorator-based registry for objects with arbitrary payloads
diff --git a/py-decorated-registry/Makefile b/py-decorated-registry/Makefile
new file mode 100644
index 0000000000..f442b5d2e5
--- /dev/null
+++ b/py-decorated-registry/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME=	decorated_registry-0.0.2
+PKGNAME=	${PYPKGPREFIX}-decorated-registry-0.0.2
+CATEGORIES=	devel python
+MASTER_SITES=	https://files.pythonhosted.org/packages/db/98/c821f02070e43dff92eb2a9d4e5814a70622ba0f56d192cead01b793625e/
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/andreycizov/python-decorated_registry
+COMMENT=	Decorator-based registry for objects with arbitrary payloads
+LICENSE=	mit
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-decorated-registry/PLIST b/py-decorated-registry/PLIST
new file mode 100644
index 0000000000..fa13e7726d
--- /dev/null
+++ b/py-decorated-registry/PLIST
@@ -0,0 +1,12 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/decorated_registry/__init__.py
+${PYSITELIB}/decorated_registry/__init__.pyc
+${PYSITELIB}/decorated_registry/__init__.pyo
+${PYSITELIB}/decorated_registry/abstract.py
+${PYSITELIB}/decorated_registry/abstract.pyc
+${PYSITELIB}/decorated_registry/abstract.pyo
diff --git a/py-decorated-registry/distinfo b/py-decorated-registry/distinfo
new file mode 100644
index 0000000000..76eb14fd06
--- /dev/null
+++ b/py-decorated-registry/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (decorated_registry-0.0.2.tar.gz) = fb80404016c4f9ca78d23563834eb97e9a4b1ea5
+RMD160 (decorated_registry-0.0.2.tar.gz) = f7c30d7dfb0e609cf64bb1b7777dd8b82d251945
+SHA512 (decorated_registry-0.0.2.tar.gz) = 0a2adb90d83555e964107940ac99b25086abedbdeace9e4dce224171d25ff7fb26ee6cf55e601a94e7e252cc9b81e6570455195cb25a75a53b5dfc2c7398e3be
+Size (decorated_registry-0.0.2.tar.gz) = 3676 bytes


Home | Main Index | Thread Index | Old Index