pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-flufl.i18n



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Sep 26 07:36:25 UTC 2024

Modified Files:
        pkgsrc/devel/py-flufl.i18n: Makefile PLIST

Log Message:
py-flufl.i18n: fix PLIST for latest pdm

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-flufl.i18n/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-flufl.i18n/PLIST

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-flufl.i18n/Makefile
diff -u pkgsrc/devel/py-flufl.i18n/Makefile:1.9 pkgsrc/devel/py-flufl.i18n/Makefile:1.10
--- pkgsrc/devel/py-flufl.i18n/Makefile:1.9     Sat Oct 28 19:57:00 2023
+++ pkgsrc/devel/py-flufl.i18n/Makefile Thu Sep 26 07:36:25 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2023/10/28 19:57:00 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2024/09/26 07:36:25 wiz Exp $
 
 DISTNAME=      flufl.i18n-4.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_PYPI:=f/flufl.i18n/}
 
@@ -14,8 +14,6 @@ LICENSE=      apache-2.0
 DEPENDS+=      ${PYPKGPREFIX}-atpublic-[0-9]*:../../devel/py-atpublic
 TOOL_DEPENDS+= ${PYPKGPREFIX}-pdm_backend-[0-9]*:../../devel/py-pdm_backend
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 # fixup wrong WHEEL_INFODIR
 post-install:
        mv ${DESTDIR}${PREFIX}/${PYSITELIB}/${WHEEL_NAME:S/./_/}.dist-info \

Index: pkgsrc/devel/py-flufl.i18n/PLIST
diff -u pkgsrc/devel/py-flufl.i18n/PLIST:1.5 pkgsrc/devel/py-flufl.i18n/PLIST:1.6
--- pkgsrc/devel/py-flufl.i18n/PLIST:1.5        Sat Oct 28 19:57:00 2023
+++ pkgsrc/devel/py-flufl.i18n/PLIST    Thu Sep 26 07:36:25 2024
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.5 2023/10/28 19:57:00 wiz Exp $
+@comment $NetBSD: PLIST,v 1.6 2024/09/26 07:36:25 wiz Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/flufl/i18n/__init__.py
 ${PYSITELIB}/flufl/i18n/__init__.pyc



Home | Main Index | Thread Index | Old Index