pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-hg-fastimport



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Apr 30 14:08:20 UTC 2025

Modified Files:
        pkgsrc/devel/py-hg-fastimport: Makefile PLIST

Log Message:
py-hg-fastimport: adapt for setuptools 78

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/py-hg-fastimport/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-hg-fastimport/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-hg-fastimport/Makefile
diff -u pkgsrc/devel/py-hg-fastimport/Makefile:1.23 pkgsrc/devel/py-hg-fastimport/Makefile:1.24
--- pkgsrc/devel/py-hg-fastimport/Makefile:1.23 Wed Apr 30 14:06:13 2025
+++ pkgsrc/devel/py-hg-fastimport/Makefile      Wed Apr 30 14:08:20 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.23 2025/04/30 14:06:13 roy Exp $
+# $NetBSD: Makefile,v 1.24 2025/04/30 14:08:20 wiz Exp $
 
 DISTNAME=      hg-fastimport-0.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   5
+PKGREVISION=   6
 CATEGORIES=    devel
 # Temporary home until I can host it somewhere
 MASTER_SITES=  https://www.netbsd.org/~roy
@@ -13,7 +13,7 @@ HOMEPAGE=     https://wiki.mercurial-scm.org
 COMMENT=       Mercurial extension for importing from a git fast-import stream
 LICENSE=       gnu-gpl-v2
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-mercurial>=5.1:../../devel/py-mercurial
 
 .include "../../lang/python/batteries-included.mk"

Index: pkgsrc/devel/py-hg-fastimport/PLIST
diff -u pkgsrc/devel/py-hg-fastimport/PLIST:1.6 pkgsrc/devel/py-hg-fastimport/PLIST:1.7
--- pkgsrc/devel/py-hg-fastimport/PLIST:1.6     Wed Apr 30 14:06:13 2025
+++ pkgsrc/devel/py-hg-fastimport/PLIST Wed Apr 30 14:08:20 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.6 2025/04/30 14:06:13 roy Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/COPYING
+@comment $NetBSD: PLIST,v 1.7 2025/04/30 14:08:20 wiz Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/COPYING
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/hgext3rd/fastimport/__init__.py
 ${PYSITELIB}/hgext3rd/fastimport/__init__.pyc



Home | Main Index | Thread Index | Old Index