pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-requirements-parser py-requirements-parser: u...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6798344a75e2
branches: trunk
changeset: 382086:6798344a75e2
user: adam <adam%pkgsrc.org@localhost>
date: Wed Jul 20 08:33:11 2022 +0000
description:
py-requirements-parser: updated to 0.5.0
v0.5.0 (2022-01-20)
Feature
Support all documented options in requirements files
v0.4.0 (2022-01-18)
Feature
Library is now typed according to PEP561 (0e1bb6a)
v0.3.1 (2021-12-17)
Fix
Readthedocs config (ac1e7fb)
v0.3.0 (2021-12-17)
Feature
Added some typing (169ff6e)
Removed Python 2 code (82f9473)
Fix
Removed version from init
diffstat:
devel/py-requirements-parser/Makefile | 11 +++++++----
devel/py-requirements-parser/PLIST | 12 +++++++-----
devel/py-requirements-parser/distinfo | 8 ++++----
3 files changed, 18 insertions(+), 13 deletions(-)
diffs (69 lines):
diff -r b8037d1c5dc2 -r 6798344a75e2 devel/py-requirements-parser/Makefile
--- a/devel/py-requirements-parser/Makefile Wed Jul 20 07:58:59 2022 +0000
+++ b/devel/py-requirements-parser/Makefile Wed Jul 20 08:33:11 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2022/01/04 20:53:36 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2022/07/20 08:33:11 adam Exp $
-DISTNAME= requirements-parser-0.2.0
+DISTNAME= requirements-parser-0.5.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=r/requirements-parser/}
@@ -11,7 +10,11 @@
COMMENT= Parses Pip requirement files
LICENSE= 2-clause-bsd
-TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
+DEPENDS+= ${PYPKGPREFIX}-types-setuptools>=57.0.0:../../devel/py-types-setuptools
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff -r b8037d1c5dc2 -r 6798344a75e2 devel/py-requirements-parser/PLIST
--- a/devel/py-requirements-parser/PLIST Wed Jul 20 07:58:59 2022 +0000
+++ b/devel/py-requirements-parser/PLIST Wed Jul 20 08:33:11 2022 +0000
@@ -1,4 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2021/12/07 18:03:07 wiz Exp $
+@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
${PYSITELIB}/requirements/__init__.py
${PYSITELIB}/requirements/__init__.pyc
${PYSITELIB}/requirements/__init__.pyo
@@ -8,13 +13,10 @@
${PYSITELIB}/requirements/parser.py
${PYSITELIB}/requirements/parser.pyc
${PYSITELIB}/requirements/parser.pyo
+${PYSITELIB}/requirements/py.typed
${PYSITELIB}/requirements/requirement.py
${PYSITELIB}/requirements/requirement.pyc
${PYSITELIB}/requirements/requirement.pyo
${PYSITELIB}/requirements/vcs.py
${PYSITELIB}/requirements/vcs.pyc
${PYSITELIB}/requirements/vcs.pyo
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
diff -r b8037d1c5dc2 -r 6798344a75e2 devel/py-requirements-parser/distinfo
--- a/devel/py-requirements-parser/distinfo Wed Jul 20 07:58:59 2022 +0000
+++ b/devel/py-requirements-parser/distinfo Wed Jul 20 08:33:11 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2021/12/07 18:03:07 wiz Exp $
+$NetBSD: distinfo,v 1.2 2022/07/20 08:33:11 adam Exp $
-BLAKE2s (requirements-parser-0.2.0.tar.gz) = 1cc80db095483c64f42b8a583eb3f225396e4355a6126b51b2827234af77cf06
-SHA512 (requirements-parser-0.2.0.tar.gz) = 3275df037428c2e5884f75b0921835608e4c56705d4d7230ce6f7599e3752adfbc55f8deb4c3e11ab73680f5ad8de9f12e1e9827c494023ff1944a134c90a652
-Size (requirements-parser-0.2.0.tar.gz) = 6269 bytes
+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
Home |
Main Index |
Thread Index |
Old Index