pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-pip-requirements-parser devel/py-pip-requirem...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/020692b1b5d5
branches:  trunk
changeset: 382265:020692b1b5d5
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jul 24 11:03:21 2022 +0000

description:
devel/py-pip-requirements-parser: import py-pip-requirements-parser-31.2.0

pip-requirements-parser is a mostly correct pip requirements parsing
library... because it uses pip's own code!

pip is the package installer for Python that is using "requirements"
text files listing the packages to install.

diffstat:

 devel/py-pip-requirements-parser/DESCR    |   5 +++++
 devel/py-pip-requirements-parser/Makefile |  21 +++++++++++++++++++++
 devel/py-pip-requirements-parser/PLIST    |  10 ++++++++++
 devel/py-pip-requirements-parser/distinfo |   5 +++++
 4 files changed, 41 insertions(+), 0 deletions(-)

diffs (57 lines):

diff -r 861eedca212f -r 020692b1b5d5 devel/py-pip-requirements-parser/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-pip-requirements-parser/DESCR    Sun Jul 24 11:03:21 2022 +0000
@@ -0,0 +1,5 @@
+pip-requirements-parser is a mostly correct pip requirements parsing
+library... because it uses pip's own code!
+
+pip is the package installer for Python that is using "requirements"
+text files listing the packages to install.
diff -r 861eedca212f -r 020692b1b5d5 devel/py-pip-requirements-parser/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-pip-requirements-parser/Makefile Sun Jul 24 11:03:21 2022 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2022/07/24 11:03:21 wiz Exp $
+
+DISTNAME=      pip-requirements-parser-31.2.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pip-requirements-parser/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/nexB/pip-requirements-parser
+COMMENT=       pip requirements parsing library
+LICENSE=       mit
+
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm>=3.4.1:../../devel/py-setuptools_scm
+DEPENDS+=      ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 861eedca212f -r 020692b1b5d5 devel/py-pip-requirements-parser/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-pip-requirements-parser/PLIST    Sun Jul 24 11:03:21 2022 +0000
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1 2022/07/24 11:03:21 wiz Exp $
+${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}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/pip_requirements_parser.py
+${PYSITELIB}/pip_requirements_parser.pyc
+${PYSITELIB}/pip_requirements_parser.pyo
diff -r 861eedca212f -r 020692b1b5d5 devel/py-pip-requirements-parser/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-pip-requirements-parser/distinfo Sun Jul 24 11:03:21 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/07/24 11:03:21 wiz Exp $
+
+BLAKE2s (pip-requirements-parser-31.2.0.tar.gz) = 4b11308feccefb627485c9fbc9a44700f8ed5f70f27fdcd9c7287477f9c40fc2
+SHA512 (pip-requirements-parser-31.2.0.tar.gz) = 394b5bc4349e76aa25ddf76efea38d30c45c3a01f905fceaed64b03b4376fbc83ecd50c714ec96480ed778eafa9bc80847076b94336babeab4d37dc9080bc85f
+Size (pip-requirements-parser-31.2.0.tar.gz) = 209659 bytes



Home | Main Index | Thread Index | Old Index