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:           Tue Apr 22 20:00:42 UTC 2025

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

Log Message:
py-hg-fastimport: convert to wheel.mk

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/py-hg-fastimport/Makefile
cvs rdiff -u -r1.4 -r1.5 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.21 pkgsrc/devel/py-hg-fastimport/Makefile:1.22
--- pkgsrc/devel/py-hg-fastimport/Makefile:1.21 Mon Oct 23 06:37:41 2023
+++ pkgsrc/devel/py-hg-fastimport/Makefile      Tue Apr 22 20:00:42 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2023/10/23 06:37:41 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2025/04/22 20:00:42 wiz Exp $
 
 DISTNAME=      hg-fastimport-0.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    devel
 MASTER_SITES=  https://roy.marples.name/downloads/hg-fastimport/
 EXTRACT_SUFX=  .tar.xz
@@ -12,10 +12,9 @@ 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
 DEPENDS+=      ${PYPKGPREFIX}-mercurial>=5.1:../../devel/py-mercurial
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/batteries-included.mk"
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-hg-fastimport/PLIST
diff -u pkgsrc/devel/py-hg-fastimport/PLIST:1.4 pkgsrc/devel/py-hg-fastimport/PLIST:1.5
--- pkgsrc/devel/py-hg-fastimport/PLIST:1.4     Sat Jan  1 17:32:50 2022
+++ pkgsrc/devel/py-hg-fastimport/PLIST Tue Apr 22 20:00:42 2025
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.4 2022/01/01 17:32:50 wiz Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.5 2025/04/22 20:00:42 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
 ${PYSITELIB}/hgext3rd/fastimport/__init__.pyo



Home | Main Index | Thread Index | Old Index