pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/py-watchfiles



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Aug 31 08:47:23 UTC 2024

Modified Files:
        pkgsrc/misc/py-watchfiles: Makefile PLIST

Log Message:
py-watchfiles: adapt for latest py-maturin


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/misc/py-watchfiles/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/misc/py-watchfiles/PLIST

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

Modified files:

Index: pkgsrc/misc/py-watchfiles/Makefile
diff -u pkgsrc/misc/py-watchfiles/Makefile:1.3 pkgsrc/misc/py-watchfiles/Makefile:1.4
--- pkgsrc/misc/py-watchfiles/Makefile:1.3      Wed Aug  7 15:10:02 2024
+++ pkgsrc/misc/py-watchfiles/Makefile  Sat Aug 31 08:47:23 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2024/08/07 15:10:02 adam Exp $
+# $NetBSD: Makefile,v 1.4 2024/08/31 08:47:23 wiz Exp $
 
 DISTNAME=      watchfiles-0.23.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -13,8 +13,6 @@ LICENSE=      mit
 TOOL_DEPENDS+= ${PYPKGPREFIX}-maturin>=0.14.16:../../devel/py-maturin
 DEPENDS+=      ${PYPKGPREFIX}-anyio>=3.0.0:../../devel/py-anyio
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} watchfiles watchfiles-${PYVERSSUFFIX} || ${TRUE}

Index: pkgsrc/misc/py-watchfiles/PLIST
diff -u pkgsrc/misc/py-watchfiles/PLIST:1.1 pkgsrc/misc/py-watchfiles/PLIST:1.2
--- pkgsrc/misc/py-watchfiles/PLIST:1.1 Wed Jan 10 10:25:39 2024
+++ pkgsrc/misc/py-watchfiles/PLIST     Sat Aug 31 08:47:23 2024
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1 2024/01/10 10:25:39 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2024/08/31 08:47:23 wiz Exp $
 bin/watchfiles-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
-${PYSITELIB}/${WHEEL_INFODIR}/license_files/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/watchfiles/__init__.py
 ${PYSITELIB}/watchfiles/__init__.pyc
 ${PYSITELIB}/watchfiles/__init__.pyo



Home | Main Index | Thread Index | Old Index