pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-babelfish



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

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

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

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/py-babelfish/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/py-babelfish/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-babelfish/Makefile
diff -u pkgsrc/textproc/py-babelfish/Makefile:1.5 pkgsrc/textproc/py-babelfish/Makefile:1.6
--- pkgsrc/textproc/py-babelfish/Makefile:1.5   Mon Oct 14 06:08:40 2024
+++ pkgsrc/textproc/py-babelfish/Makefile       Sun Sep 28 19:50:50 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2024/10/14 06:08:40 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2025/09/28 19:50:50 wiz Exp $
 
 DISTNAME=      babelfish-0.6.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/babelfish/}
 
@@ -10,7 +11,7 @@ HOMEPAGE=     https://github.com/Diaoul/babe
 COMMENT=       Python library to work with countries and languages
 LICENSE=       modified-bsd
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=1.0.0:../../devel/py-poetry-core
+TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=2.2.1:../../devel/py-poetry-core
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/textproc/py-babelfish/PLIST
diff -u pkgsrc/textproc/py-babelfish/PLIST:1.3 pkgsrc/textproc/py-babelfish/PLIST:1.4
--- pkgsrc/textproc/py-babelfish/PLIST:1.3      Fri May 10 04:56:16 2024
+++ pkgsrc/textproc/py-babelfish/PLIST  Sun Sep 28 19:50:50 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 2024/05/10 04:56:16 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.4 2025/09/28 19:50:50 wiz Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/babelfish/__init__.py
 ${PYSITELIB}/babelfish/__init__.pyc
 ${PYSITELIB}/babelfish/__init__.pyo



Home | Main Index | Thread Index | Old Index