py-singletonify-0.2.4 import to wip

This commit is contained in:
K.I.A.Derouiche 2020-11-13 23:59:11 +01:00
parent 092be44063
commit 7f7816d886
4 changed files with 33 additions and 0 deletions

1
py-singletonify/DESCR Normal file
View File

@ -0,0 +1 @@
singleton pattern for python

17
py-singletonify/Makefile Normal file
View File

@ -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
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"

9
py-singletonify/PLIST Normal file
View File

@ -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

6
py-singletonify/distinfo Normal file
View File

@ -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