pkgsrc-WIP-changes archive

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

+add new pkg



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Fri Sep 18 14:02:45 2020 +0100
Changeset:	d10f71c5e8da006196419b0421a0c4e1f51ccea1

Added Files:
	py-check-manifest/DESCR
	py-check-manifest/Makefile
	py-check-manifest/PLIST
	py-check-manifest/distinfo
	py-wheel-inspect/DESCR
	py-wheel-inspect/Makefile
	py-wheel-inspect/PLIST
	py-wheel-inspect/distinfo

Log Message:
+add new pkg

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

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

diffstat:
 py-check-manifest/DESCR    |  3 +++
 py-check-manifest/Makefile | 19 +++++++++++++++++++
 py-check-manifest/PLIST    | 12 ++++++++++++
 py-check-manifest/distinfo |  6 ++++++
 py-wheel-inspect/DESCR     |  3 +++
 py-wheel-inspect/Makefile  | 18 ++++++++++++++++++
 py-wheel-inspect/PLIST     | 38 ++++++++++++++++++++++++++++++++++++++
 py-wheel-inspect/distinfo  |  6 ++++++
 8 files changed, 105 insertions(+)

diffs:
diff --git a/py-check-manifest/DESCR b/py-check-manifest/DESCR
new file mode 100644
index 0000000000..25f80d92a0
--- /dev/null
+++ b/py-check-manifest/DESCR
@@ -0,0 +1,3 @@
+Are you a Python developer? Have you uploaded packages to the Python
+Package Index? Have you accidentally uploaded broken packages with
+some files missing? If so, check-manifest is for you
diff --git a/py-check-manifest/Makefile b/py-check-manifest/Makefile
new file mode 100644
index 0000000000..293f5ca85e
--- /dev/null
+++ b/py-check-manifest/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME=	check-manifest-0.42
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel python
+MASTER_SITES=	https://files.pythonhosted.org/packages/ee/8d/1f98cb6bf7bbee73e3ba333c39c0dd4585a334d20b4c7ba658ca12007311/
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/mgedmin/check-manifest
+COMMENT=	Check MANIFEST.in in a Python source package for completeness
+LICENSE=	mit
+
+DEPENDS+=	${PYPKGPREFIX}-pep517>=0.8.2:../../devel/py-pep517
+DEPENDS+=	${PYPKGPREFIX}-toml>=0.10.1:../../textproc/py-toml
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-check-manifest/PLIST b/py-check-manifest/PLIST
new file mode 100644
index 0000000000..a89982f25c
--- /dev/null
+++ b/py-check-manifest/PLIST
@@ -0,0 +1,12 @@
+@comment $NetBSD$
+bin/check-manifest
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/check_manifest.py
+${PYSITELIB}/check_manifest.pyc
+${PYSITELIB}/check_manifest.pyo
diff --git a/py-check-manifest/distinfo b/py-check-manifest/distinfo
new file mode 100644
index 0000000000..1a3ba662f7
--- /dev/null
+++ b/py-check-manifest/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (check-manifest-0.42.tar.gz) = 970f8dd709cf26e7bbb5faf5b9dbb51f1b8b26d3
+RMD160 (check-manifest-0.42.tar.gz) = 42d0cb744de38a157d7eba66c515a5090a1ffde3
+SHA512 (check-manifest-0.42.tar.gz) = 5765c0391037977b001d7547e535ee6669df2e8e6d5d04935ab35ce5a382f2d59988d1dd1c29ba25bf36c406bc726ae75cf60801ce6cda01754a9f1226b4cb53
+Size (check-manifest-0.42.tar.gz) = 39486 bytes
diff --git a/py-wheel-inspect/DESCR b/py-wheel-inspect/DESCR
new file mode 100644
index 0000000000..a6497b5b20
--- /dev/null
+++ b/py-wheel-inspect/DESCR
@@ -0,0 +1,3 @@
+wheel-inspect examines Python wheel files & *.dist-info directories and
+outputs various information about their contents as JSON-serializable objects.
+It can be invoked in Python code as
diff --git a/py-wheel-inspect/Makefile b/py-wheel-inspect/Makefile
new file mode 100644
index 0000000000..b7036b05b8
--- /dev/null
+++ b/py-wheel-inspect/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME=	wheel-inspect-1.6.0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel python
+MASTER_SITES=	https://files.pythonhosted.org/packages/bb/ac/07e8e7fa88be7c197b5850aa67230737d18f5ec016c6d1f4231568293d14/
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/jwodder/wheel-inspect/
+COMMENT=	Extract information from wheels
+LICENSE=	mit
+
+USE_LANGUAGES=	# none
+
+PYTHON_VERSIONS_ACCEPTED=	38 37 36
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-wheel-inspect/PLIST b/py-wheel-inspect/PLIST
new file mode 100644
index 0000000000..413ecaf971
--- /dev/null
+++ b/py-wheel-inspect/PLIST
@@ -0,0 +1,38 @@
+@comment $NetBSD$
+bin/wheel2json
+${PYSITELIB}/wheel_inspect-0.0.0-py${PYVERSSUFFIX}.egg-info/PKG-INFO
+${PYSITELIB}/wheel_inspect-0.0.0-py${PYVERSSUFFIX}.egg-info/SOURCES.txt
+${PYSITELIB}/wheel_inspect-0.0.0-py${PYVERSSUFFIX}.egg-info/dependency_links.txt
+${PYSITELIB}/wheel_inspect-0.0.0-py${PYVERSSUFFIX}.egg-info/entry_points.txt
+${PYSITELIB}/wheel_inspect-0.0.0-py${PYVERSSUFFIX}.egg-info/requires.txt
+${PYSITELIB}/wheel_inspect-0.0.0-py${PYVERSSUFFIX}.egg-info/top_level.txt
+${PYSITELIB}/wheel_inspect/__init__.py
+${PYSITELIB}/wheel_inspect/__init__.pyc
+${PYSITELIB}/wheel_inspect/__init__.pyo
+${PYSITELIB}/wheel_inspect/__main__.py
+${PYSITELIB}/wheel_inspect/__main__.pyc
+${PYSITELIB}/wheel_inspect/__main__.pyo
+${PYSITELIB}/wheel_inspect/classes.py
+${PYSITELIB}/wheel_inspect/classes.pyc
+${PYSITELIB}/wheel_inspect/classes.pyo
+${PYSITELIB}/wheel_inspect/errors.py
+${PYSITELIB}/wheel_inspect/errors.pyc
+${PYSITELIB}/wheel_inspect/errors.pyo
+${PYSITELIB}/wheel_inspect/inspecting.py
+${PYSITELIB}/wheel_inspect/inspecting.pyc
+${PYSITELIB}/wheel_inspect/inspecting.pyo
+${PYSITELIB}/wheel_inspect/metadata.py
+${PYSITELIB}/wheel_inspect/metadata.pyc
+${PYSITELIB}/wheel_inspect/metadata.pyo
+${PYSITELIB}/wheel_inspect/record.py
+${PYSITELIB}/wheel_inspect/record.pyc
+${PYSITELIB}/wheel_inspect/record.pyo
+${PYSITELIB}/wheel_inspect/schema.py
+${PYSITELIB}/wheel_inspect/schema.pyc
+${PYSITELIB}/wheel_inspect/schema.pyo
+${PYSITELIB}/wheel_inspect/util.py
+${PYSITELIB}/wheel_inspect/util.pyc
+${PYSITELIB}/wheel_inspect/util.pyo
+${PYSITELIB}/wheel_inspect/wheel_info.py
+${PYSITELIB}/wheel_inspect/wheel_info.pyc
+${PYSITELIB}/wheel_inspect/wheel_info.pyo
diff --git a/py-wheel-inspect/distinfo b/py-wheel-inspect/distinfo
new file mode 100644
index 0000000000..eb8fd0f692
--- /dev/null
+++ b/py-wheel-inspect/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (wheel-inspect-1.6.0.tar.gz) = 1b43177c78af9970e456190a08506cad5ef7f521
+RMD160 (wheel-inspect-1.6.0.tar.gz) = 1a5de71b5ab7627e61684f0602fa92b4e74642b1
+SHA512 (wheel-inspect-1.6.0.tar.gz) = 53254e85f244ac8cfdd573fc801cb5c10a92801ed40ed3a122d4c9d33ce5000096dc7326062ad7e16a95fc369bcd9b7c65e5c843a28ca2f5db836240d4726288
+Size (wheel-inspect-1.6.0.tar.gz) = 1264141 bytes


Home | Main Index | Thread Index | Old Index