pkgsrc-WIP-changes archive

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

py-debian-1.3.8 Import to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamelderouiche%yahoo.com@localhost>
Pushed By:	jihbed
Date:		Fri Dec 11 22:17:07 2020 +0100
Changeset:	2dac2d33406394e9acd420094b33727c61bb72ff

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

Log Message:
py-debian-1.3.8 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=2dac2d33406394e9acd420094b33727c61bb72ff

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

diffstat:
 py-debian/DESCR    |  4 ++++
 py-debian/Makefile | 19 +++++++++++++++++++
 py-debian/PLIST    | 46 ++++++++++++++++++++++++++++++++++++++++++++++
 py-debian/distinfo |  6 ++++++
 4 files changed, 75 insertions(+)

diffs:
diff --git a/py-debian/DESCR b/py-debian/DESCR
new file mode 100644
index 0000000000..8ceefba8db
--- /dev/null
+++ b/py-debian/DESCR
@@ -0,0 +1,4 @@
+The debian Python modules work with Debian-related data formats,
+providing a means to read data from files involved in Debian packaging,
+and the distribution of Debian packages. The ability to create or edit
+the files is also available for some formats.
diff --git a/py-debian/Makefile b/py-debian/Makefile
new file mode 100644
index 0000000000..c40f3d5164
--- /dev/null
+++ b/py-debian/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME=	python-debian-0.1.38
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/python-//}
+CATEGORIES=	devel python
+MASTER_SITES=	${MASTER_SITE_PYPI:=p/python-debian/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://salsa.debian.org/python-debian-team/python-debian
+COMMENT=	Python modules to work with Debian-related data formats
+LICENSE=	gnu-gpl-v2
+
+DEPENDS+=	${PYPKGPREFIX}-six>=1.15.0:../../lang/py-six
+DEPENDS+=	${PYPKGPREFIX}-chardet>=3.0.4:../../converters/py-chardet
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-debian/PLIST b/py-debian/PLIST
new file mode 100644
index 0000000000..acd0bc37ac
--- /dev/null
+++ b/py-debian/PLIST
@@ -0,0 +1,46 @@
+@comment $NetBSD$
+${PYSITELIB}/deb822.py
+${PYSITELIB}/deb822.pyc
+${PYSITELIB}/deb822.pyo
+${PYSITELIB}/debian/__init__.py
+${PYSITELIB}/debian/__init__.pyc
+${PYSITELIB}/debian/__init__.pyo
+${PYSITELIB}/debian/_version.py
+${PYSITELIB}/debian/_version.pyc
+${PYSITELIB}/debian/_version.pyo
+${PYSITELIB}/debian/arfile.py
+${PYSITELIB}/debian/arfile.pyc
+${PYSITELIB}/debian/arfile.pyo
+${PYSITELIB}/debian/changelog.py
+${PYSITELIB}/debian/changelog.pyc
+${PYSITELIB}/debian/changelog.pyo
+${PYSITELIB}/debian/copyright.py
+${PYSITELIB}/debian/copyright.pyc
+${PYSITELIB}/debian/copyright.pyo
+${PYSITELIB}/debian/deb822.py
+${PYSITELIB}/debian/deb822.pyc
+${PYSITELIB}/debian/deb822.pyo
+${PYSITELIB}/debian/debfile.py
+${PYSITELIB}/debian/debfile.pyc
+${PYSITELIB}/debian/debfile.pyo
+${PYSITELIB}/debian/debian_support.py
+${PYSITELIB}/debian/debian_support.pyc
+${PYSITELIB}/debian/debian_support.pyo
+${PYSITELIB}/debian/debtags.py
+${PYSITELIB}/debian/debtags.pyc
+${PYSITELIB}/debian/debtags.pyo
+${PYSITELIB}/debian/deprecation.py
+${PYSITELIB}/debian/deprecation.pyc
+${PYSITELIB}/debian/deprecation.pyo
+${PYSITELIB}/debian/py.typed
+${PYSITELIB}/debian/watch.py
+${PYSITELIB}/debian/watch.pyc
+${PYSITELIB}/debian/watch.pyo
+${PYSITELIB}/debian_bundle/__init__.py
+${PYSITELIB}/debian_bundle/__init__.pyc
+${PYSITELIB}/debian_bundle/__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-debian/distinfo b/py-debian/distinfo
new file mode 100644
index 0000000000..c0fbd998dc
--- /dev/null
+++ b/py-debian/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (python-debian-0.1.38.tar.gz) = 697e1eaae8abd73eae0678e3a4479474002a9a12
+RMD160 (python-debian-0.1.38.tar.gz) = 8c6788482eafb8256b6aed257fcb7f68398e9ab0
+SHA512 (python-debian-0.1.38.tar.gz) = 4d6fcf48183214ad52a47593dc7d70a9ba540c87b10fa9ca0cdd3ef076f9fbf70686957f1f9c9b5f21333de467dd6105c91996a40a502e7c2528296d8f532132
+Size (python-debian-0.1.38.tar.gz) = 62973 bytes


Home | Main Index | Thread Index | Old Index