pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-pip-requirements-parser



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jul 24 11:03:21 UTC 2022

Added Files:
        pkgsrc/devel/py-pip-requirements-parser: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-pip-requirements-parser/DESCR \
    pkgsrc/devel/py-pip-requirements-parser/Makefile \
    pkgsrc/devel/py-pip-requirements-parser/PLIST \
    pkgsrc/devel/py-pip-requirements-parser/distinfo

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

Added files:

Index: pkgsrc/devel/py-pip-requirements-parser/DESCR
diff -u /dev/null pkgsrc/devel/py-pip-requirements-parser/DESCR:1.1
--- /dev/null   Sun Jul 24 11:03:21 2022
+++ pkgsrc/devel/py-pip-requirements-parser/DESCR       Sun Jul 24 11:03:21 2022
@@ -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.
Index: pkgsrc/devel/py-pip-requirements-parser/Makefile
diff -u /dev/null pkgsrc/devel/py-pip-requirements-parser/Makefile:1.1
--- /dev/null   Sun Jul 24 11:03:21 2022
+++ pkgsrc/devel/py-pip-requirements-parser/Makefile    Sun Jul 24 11:03:21 2022
@@ -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"
Index: pkgsrc/devel/py-pip-requirements-parser/PLIST
diff -u /dev/null pkgsrc/devel/py-pip-requirements-parser/PLIST:1.1
--- /dev/null   Sun Jul 24 11:03:21 2022
+++ pkgsrc/devel/py-pip-requirements-parser/PLIST       Sun Jul 24 11:03:21 2022
@@ -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
Index: pkgsrc/devel/py-pip-requirements-parser/distinfo
diff -u /dev/null pkgsrc/devel/py-pip-requirements-parser/distinfo:1.1
--- /dev/null   Sun Jul 24 11:03:21 2022
+++ pkgsrc/devel/py-pip-requirements-parser/distinfo    Sun Jul 24 11:03:21 2022
@@ -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