pkgsrc-WIP-changes archive

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

wip/py-registry: import py37-python-registry-1.3.1



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

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

Log Message:
wip/py-registry: import py37-python-registry-1.3.1

Read access to Windows Registry files

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

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

diffstat:
 py-registry/DESCR    |  1 +
 py-registry/Makefile | 19 +++++++++++++++++++
 py-registry/PLIST    | 21 +++++++++++++++++++++
 py-registry/distinfo |  6 ++++++
 4 files changed, 47 insertions(+)

diffs:
diff --git a/py-registry/DESCR b/py-registry/DESCR
new file mode 100644
index 0000000000..982871dfc5
--- /dev/null
+++ b/py-registry/DESCR
@@ -0,0 +1 @@
+Read access to Windows Registry files
diff --git a/py-registry/Makefile b/py-registry/Makefile
new file mode 100644
index 0000000000..3415ad3754
--- /dev/null
+++ b/py-registry/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME=	python-registry-1.3.1
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel python
+MASTER_SITES=	https://files.pythonhosted.org/packages/a4/82/c9ae8e9764eae863a4d63c05d5f2d767e392b523c2976c16c56f9a3b17b4/
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	http://www.williballenthin.com/registry/
+COMMENT=	Read access to Windows Registry files
+LICENSE=	apache-2.0
+
+#DEPENDS+=	# TODO: enum-compat>=0
+DEPENDS+=	${PYPKGPREFIX}-unicodecsv>=0.14.1:../../databases/py-unicodecsv
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-registry/PLIST b/py-registry/PLIST
new file mode 100644
index 0000000000..5a61dde07f
--- /dev/null
+++ b/py-registry/PLIST
@@ -0,0 +1,21 @@
+@comment $NetBSD$
+${PYSITELIB}/Registry/Registry.py
+${PYSITELIB}/Registry/Registry.pyc
+${PYSITELIB}/Registry/Registry.pyo
+${PYSITELIB}/Registry/RegistryLog.py
+${PYSITELIB}/Registry/RegistryLog.pyc
+${PYSITELIB}/Registry/RegistryLog.pyo
+${PYSITELIB}/Registry/RegistryParse.py
+${PYSITELIB}/Registry/RegistryParse.pyc
+${PYSITELIB}/Registry/RegistryParse.pyo
+${PYSITELIB}/Registry/SettingsParse.py
+${PYSITELIB}/Registry/SettingsParse.pyc
+${PYSITELIB}/Registry/SettingsParse.pyo
+${PYSITELIB}/Registry/__init__.py
+${PYSITELIB}/Registry/__init__.pyc
+${PYSITELIB}/Registry/__init__.pyo
+${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
diff --git a/py-registry/distinfo b/py-registry/distinfo
new file mode 100644
index 0000000000..82c7af807c
--- /dev/null
+++ b/py-registry/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (python-registry-1.3.1.tar.gz) = 2ce61efaf0ce984927825579ce23a8ec8e9425aa
+RMD160 (python-registry-1.3.1.tar.gz) = f7c30ecbfaef9ade216afcc6ee238bf939eb5fe1
+SHA512 (python-registry-1.3.1.tar.gz) = 286e7ae5ccb3daa7427c7dc6400ae825dcbc33102030c8e2d38f110c63f9968951c7f67dbf09f35d2d69d2ab4ac5e4de265bde22fbdf3097dc1f0eea5307de1c
+Size (python-registry-1.3.1.tar.gz) = 20336 bytes


Home | Main Index | Thread Index | Old Index