pkgsrc-WIP-changes archive

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

py-debtcollector-2.2.0 import to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Sun Dec 27 15:39:32 2020 +0100
Changeset:	b6c6b1aa349eee0440b0cdd1d752e60a73c8e353

Modified Files:
	Makefile
Added Files:
	py-debtcollector/DESCR
	py-debtcollector/Makefile
	py-debtcollector/PLIST
	py-debtcollector/distinfo

Log Message:
py-debtcollector-2.2.0 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=b6c6b1aa349eee0440b0cdd1d752e60a73c8e353

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

diffstat:
 Makefile                  |  1 +
 py-debtcollector/DESCR    |  3 +++
 py-debtcollector/Makefile | 20 ++++++++++++++++++++
 py-debtcollector/PLIST    | 41 +++++++++++++++++++++++++++++++++++++++++
 py-debtcollector/distinfo |  6 ++++++
 5 files changed, 71 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 275648f2c7..6be2d1a78f 100644
--- a/Makefile
+++ b/Makefile
@@ -3330,6 +3330,7 @@ SUBDIR+=	py-deap
 SUBDIR+=	py-debacl
 SUBDIR+=	py-debian
 SUBDIR+=	py-debinning
+SUBDIR+=	py-debtcollector
 SUBDIR+=	py-decimalfp
 SUBDIR+=	py-decimalpy
 SUBDIR+=	py-decode
diff --git a/py-debtcollector/DESCR b/py-debtcollector/DESCR
new file mode 100644
index 0000000000..239d3c6e0e
--- /dev/null
+++ b/py-debtcollector/DESCR
@@ -0,0 +1,3 @@
+A collection of Python deprecation patterns
+and strategies that help you collect your
+technical debt in a non-destructive manner
diff --git a/py-debtcollector/Makefile b/py-debtcollector/Makefile
new file mode 100644
index 0000000000..5ae188e633
--- /dev/null
+++ b/py-debtcollector/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=	debtcollector-2.2.0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel python
+MASTER_SITES=	${MASTER_SITE_PYPI:=d/debtcollector/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://docs.openstack.org/debtcollector/latest/
+COMMENT=	Python deprecation patterns and strategiest you technical debt
+LICENSE=	mit
+
+PYTHON_VERSIONS_ACCEPTED=	39 38 37
+
+BUILD_DEPENDS+=	${PYPKGPREFIX}-pbr>=2.0.0:../../devel/py-pbr
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-debtcollector/PLIST b/py-debtcollector/PLIST
new file mode 100644
index 0000000000..1021486381
--- /dev/null
+++ b/py-debtcollector/PLIST
@@ -0,0 +1,41 @@
+@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}/pbr.json
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/debtcollector/__init__.py
+${PYSITELIB}/debtcollector/__init__.pyc
+${PYSITELIB}/debtcollector/__init__.pyo
+${PYSITELIB}/debtcollector/_utils.py
+${PYSITELIB}/debtcollector/_utils.pyc
+${PYSITELIB}/debtcollector/_utils.pyo
+${PYSITELIB}/debtcollector/fixtures/__init__.py
+${PYSITELIB}/debtcollector/fixtures/__init__.pyc
+${PYSITELIB}/debtcollector/fixtures/__init__.pyo
+${PYSITELIB}/debtcollector/fixtures/disable.py
+${PYSITELIB}/debtcollector/fixtures/disable.pyc
+${PYSITELIB}/debtcollector/fixtures/disable.pyo
+${PYSITELIB}/debtcollector/moves.py
+${PYSITELIB}/debtcollector/moves.pyc
+${PYSITELIB}/debtcollector/moves.pyo
+${PYSITELIB}/debtcollector/removals.py
+${PYSITELIB}/debtcollector/removals.pyc
+${PYSITELIB}/debtcollector/removals.pyo
+${PYSITELIB}/debtcollector/renames.py
+${PYSITELIB}/debtcollector/renames.pyc
+${PYSITELIB}/debtcollector/renames.pyo
+${PYSITELIB}/debtcollector/tests/__init__.py
+${PYSITELIB}/debtcollector/tests/__init__.pyc
+${PYSITELIB}/debtcollector/tests/__init__.pyo
+${PYSITELIB}/debtcollector/tests/base.py
+${PYSITELIB}/debtcollector/tests/base.pyc
+${PYSITELIB}/debtcollector/tests/base.pyo
+${PYSITELIB}/debtcollector/tests/test_deprecation.py
+${PYSITELIB}/debtcollector/tests/test_deprecation.pyc
+${PYSITELIB}/debtcollector/tests/test_deprecation.pyo
+${PYSITELIB}/debtcollector/updating.py
+${PYSITELIB}/debtcollector/updating.pyc
+${PYSITELIB}/debtcollector/updating.pyo
diff --git a/py-debtcollector/distinfo b/py-debtcollector/distinfo
new file mode 100644
index 0000000000..31a32c4081
--- /dev/null
+++ b/py-debtcollector/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (debtcollector-2.2.0.tar.gz) = 3425da60230e3c883b9b307027a3bcdd0aca5b7f
+RMD160 (debtcollector-2.2.0.tar.gz) = cd12aff1bc6eb68994506774b6bdeaf88c7a96cc
+SHA512 (debtcollector-2.2.0.tar.gz) = 6e5fdf38a25406a7a56d18e9b900471e3e4ce513ef62619c9eafa153ea08ff6b4b9bd90c524cfa16e04ff0c9c324e90d4fdd75212fced0b202245cdddae02137
+Size (debtcollector-2.2.0.tar.gz) = 28833 bytes


Home | Main Index | Thread Index | Old Index