pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-rdflib



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Sep 28 19:56:17 UTC 2025

Modified Files:
        pkgsrc/textproc/py-rdflib: Makefile PLIST

Log Message:
py-rdflib: fix for latest poetry-core

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/textproc/py-rdflib/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/py-rdflib/PLIST

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

Modified files:

Index: pkgsrc/textproc/py-rdflib/Makefile
diff -u pkgsrc/textproc/py-rdflib/Makefile:1.18 pkgsrc/textproc/py-rdflib/Makefile:1.19
--- pkgsrc/textproc/py-rdflib/Makefile:1.18     Mon Apr  7 12:24:08 2025
+++ pkgsrc/textproc/py-rdflib/Makefile  Sun Sep 28 19:56:16 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2025/04/07 12:24:08 adam Exp $
+# $NetBSD: Makefile,v 1.19 2025/09/28 19:56:16 wiz Exp $
 
 DISTNAME=      rdflib-7.1.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/rdflib/}
 
@@ -10,7 +11,7 @@ HOMEPAGE=     https://github.com/RDFLib/rdfl
 COMMENT=       Python library for working with RDF
 LICENSE=       2-clause-bsd
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=1.4.0:../../devel/py-poetry-core
+TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=2.2.1:../../devel/py-poetry-core
 DEPENDS+=      ${PYPKGPREFIX}-pyparsing>=2.1.0:../../devel/py-pyparsing
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=4.0.0:../../devel/py-test-cov
 

Index: pkgsrc/textproc/py-rdflib/PLIST
diff -u pkgsrc/textproc/py-rdflib/PLIST:1.7 pkgsrc/textproc/py-rdflib/PLIST:1.8
--- pkgsrc/textproc/py-rdflib/PLIST:1.7 Sat Nov 16 20:50:14 2024
+++ pkgsrc/textproc/py-rdflib/PLIST     Sun Sep 28 19:56:16 2025
@@ -1,14 +1,14 @@
-@comment $NetBSD: PLIST,v 1.7 2024/11/16 20:50:14 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2025/09/28 19:56:16 wiz Exp $
 bin/csv2rdf-${PYVERSSUFFIX}
 bin/rdf2dot-${PYVERSSUFFIX}
 bin/rdfgraphisomorphism-${PYVERSSUFFIX}
 bin/rdfpipe-${PYVERSSUFFIX}
 bin/rdfs2dot-${PYVERSSUFFIX}
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/rdflib/__init__.py
 ${PYSITELIB}/rdflib/__init__.pyc
 ${PYSITELIB}/rdflib/__init__.pyo



Home | Main Index | Thread Index | Old Index