pkgsrc-WIP-changes archive

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

py-singletonify-0.2.4 import to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Fri Nov 13 23:59:11 2020 +0100
Changeset:	7f7816d8867cce9e621234edffccb62bc02b70eb

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

Log Message:
py-singletonify-0.2.4 import to wip

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

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

diffstat:
 py-singletonify/DESCR    |  1 +
 py-singletonify/Makefile | 17 +++++++++++++++++
 py-singletonify/PLIST    |  9 +++++++++
 py-singletonify/distinfo |  6 ++++++
 4 files changed, 33 insertions(+)

diffs:
diff --git a/py-singletonify/DESCR b/py-singletonify/DESCR
new file mode 100644
index 0000000000..87bfd0cb7a
--- /dev/null
+++ b/py-singletonify/DESCR
@@ -0,0 +1 @@
+singleton pattern for python
diff --git a/py-singletonify/Makefile b/py-singletonify/Makefile
new file mode 100644
index 0000000000..f838640daa
--- /dev/null
+++ b/py-singletonify/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD$
+
+DISTNAME=	singletonify-0.2.4
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	category python
+MASTER_SITES=	${MASTER_SITE_PYPI:=s/singletonify/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/Cologler/singletonify-python
+COMMENT=	Singleton pattern for python 
+LICENSE=	mit
+
+USE_LANGUAGES=	# none
+
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-singletonify/PLIST b/py-singletonify/PLIST
new file mode 100644
index 0000000000..0dba9e0b01
--- /dev/null
+++ b/py-singletonify/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}/singletonify/__init__.py
+${PYSITELIB}/singletonify/__init__.pyc
+${PYSITELIB}/singletonify/__init__.pyo
diff --git a/py-singletonify/distinfo b/py-singletonify/distinfo
new file mode 100644
index 0000000000..43d9f1199a
--- /dev/null
+++ b/py-singletonify/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (singletonify-0.2.4.tar.gz) = 697b884cd680616634659f5d6afb4e4463edc2d5
+RMD160 (singletonify-0.2.4.tar.gz) = 2d4bfd6daf9203c855f4a65667eaaa5d32b33bce
+SHA512 (singletonify-0.2.4.tar.gz) = cc255c986c20b65266e05350f877464b07917b791baf99afc73ad95e111163995666bc2c50713ae4ae01b7ddb6ab5806efb953d0a30735428d40ed475be64656
+Size (singletonify-0.2.4.tar.gz) = 2173 bytes


Home | Main Index | Thread Index | Old Index