pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-requirements-parser
Module Name: pkgsrc
Committed By: adam
Date: Fri Apr 19 04:23:31 UTC 2024
Modified Files:
pkgsrc/devel/py-requirements-parser: Makefile PLIST distinfo
Log Message:
py-requirements-parser: updated to 0.9.0
v0.9.0 (2024-04-03)
Feature
feat: handle hashes without
v0.8.0 (2024-04-03)
Feature
feat: Add support for Python 3.12
feat: Drop support for Python 3.7
fix: Publish anciliary files only to sdist
fix: Type of Requirement.specs was incorrect
fix: -e in requirements.txt did not handle local paths correctly
chore(dev-deps): Updated all development dependencies
chore(deps): include types-setuptools as dependency
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-requirements-parser/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-requirements-parser/PLIST \
pkgsrc/devel/py-requirements-parser/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-requirements-parser/Makefile
diff -u pkgsrc/devel/py-requirements-parser/Makefile:1.3 pkgsrc/devel/py-requirements-parser/Makefile:1.4
--- pkgsrc/devel/py-requirements-parser/Makefile:1.3 Wed Jul 20 08:33:11 2022
+++ pkgsrc/devel/py-requirements-parser/Makefile Fri Apr 19 04:23:30 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2022/07/20 08:33:11 adam Exp $
+# $NetBSD: Makefile,v 1.4 2024/04/19 04:23:30 adam Exp $
-DISTNAME= requirements-parser-0.5.0
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+DISTNAME= requirements_parser-0.9.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=r/requirements-parser/}
@@ -10,11 +10,12 @@ HOMEPAGE= https://github.com/davidfische
COMMENT= Parses Pip requirement files
LICENSE= 2-clause-bsd
-DEPENDS+= ${PYPKGPREFIX}-types-setuptools>=57.0.0:../../devel/py-types-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=1.0.0:../../devel/py-poetry-core
+DEPENDS+= ${PYPKGPREFIX}-types-setuptools>=69.1.0:../../devel/py-types-setuptools
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-requirements-parser/PLIST
diff -u pkgsrc/devel/py-requirements-parser/PLIST:1.2 pkgsrc/devel/py-requirements-parser/PLIST:1.3
--- pkgsrc/devel/py-requirements-parser/PLIST:1.2 Wed Jul 20 08:33:11 2022
+++ pkgsrc/devel/py-requirements-parser/PLIST Fri Apr 19 04:23:30 2024
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.2 2022/07/20 08:33:11 adam Exp $
-${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
+@comment $NetBSD: PLIST,v 1.3 2024/04/19 04:23:30 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS.rst
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/requirements/__init__.py
${PYSITELIB}/requirements/__init__.pyc
${PYSITELIB}/requirements/__init__.pyo
Index: pkgsrc/devel/py-requirements-parser/distinfo
diff -u pkgsrc/devel/py-requirements-parser/distinfo:1.2 pkgsrc/devel/py-requirements-parser/distinfo:1.3
--- pkgsrc/devel/py-requirements-parser/distinfo:1.2 Wed Jul 20 08:33:11 2022
+++ pkgsrc/devel/py-requirements-parser/distinfo Fri Apr 19 04:23:30 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2022/07/20 08:33:11 adam Exp $
+$NetBSD: distinfo,v 1.3 2024/04/19 04:23:30 adam Exp $
-BLAKE2s (requirements-parser-0.5.0.tar.gz) = 76b320f1e0fcaa49eeb4816ad6c4410b9071297658b9ffb82d3643e6a1d4d2e4
-SHA512 (requirements-parser-0.5.0.tar.gz) = a3bed4f26efb738cf09933770d11ccbe0c2d2b64936865979a8071b3478f26fb6f9780459d316eb5aa907eecf089b0e92fb1bb945b108b9ef71fee74b564a763
-Size (requirements-parser-0.5.0.tar.gz) = 11523 bytes
+BLAKE2s (requirements_parser-0.9.0.tar.gz) = fa85e8a1d00849b63156b63f19a27763661da4e0b38f09533ce8afc09d1dd6af
+SHA512 (requirements_parser-0.9.0.tar.gz) = 5efe2597df306dd8eddea1cab506a2d5f07df336eff54975ffca66d6d8ee09c4f5b6017f8cbb56fd95317d78c1eb931ae3e5ac6021780876aca6ef4aefca9ba4
+Size (requirements_parser-0.9.0.tar.gz) = 21997 bytes
Home |
Main Index |
Thread Index |
Old Index