pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/py-puremagic



Module Name:    pkgsrc
Committed By:   pgoyette
Date:           Sat Apr 12 18:03:06 UTC 2025

Modified Files:
        pkgsrc/sysutils/py-puremagic: Makefile PLIST

Log Message:
more setuptools fallout


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/sysutils/py-puremagic/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/py-puremagic/PLIST

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

Modified files:

Index: pkgsrc/sysutils/py-puremagic/Makefile
diff -u pkgsrc/sysutils/py-puremagic/Makefile:1.11 pkgsrc/sysutils/py-puremagic/Makefile:1.12
--- pkgsrc/sysutils/py-puremagic/Makefile:1.11  Mon Nov 11 07:29:00 2024
+++ pkgsrc/sysutils/py-puremagic/Makefile       Sat Apr 12 18:03:06 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2024/11/11 07:29:00 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2025/04/12 18:03:06 pgoyette Exp $
 
 DISTNAME=      puremagic-1.28
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    sysutils python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/puremagic/}
 
@@ -10,7 +11,7 @@ HOMEPAGE=     https://github.com/cdgriffith/
 COMMENT=       Pure python implementation of magic file detection
 LICENSE=       gnu-lgpl-v3
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/sysutils/py-puremagic/PLIST
diff -u pkgsrc/sysutils/py-puremagic/PLIST:1.3 pkgsrc/sysutils/py-puremagic/PLIST:1.4
--- pkgsrc/sysutils/py-puremagic/PLIST:1.3      Sat Aug 10 07:45:09 2024
+++ pkgsrc/sysutils/py-puremagic/PLIST  Sat Apr 12 18:03:06 2025
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.3 2024/08/10 07:45:09 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.4 2025/04/12 18:03:06 pgoyette Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL



Home | Main Index | Thread Index | Old Index