pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-tortoisehg



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 28 09:56:53 UTC 2024

Modified Files:
        pkgsrc/devel/py-tortoisehg: Makefile PLIST
Removed Files:
        pkgsrc/devel/py-tortoisehg: MESSAGE

Log Message:
py-tortoisehg: convert to wheel.mk.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/py-tortoisehg/MESSAGE
cvs rdiff -u -r1.99 -r1.100 pkgsrc/devel/py-tortoisehg/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/py-tortoisehg/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-tortoisehg/Makefile
diff -u pkgsrc/devel/py-tortoisehg/Makefile:1.99 pkgsrc/devel/py-tortoisehg/Makefile:1.100
--- pkgsrc/devel/py-tortoisehg/Makefile:1.99    Sat Apr 27 16:33:08 2024
+++ pkgsrc/devel/py-tortoisehg/Makefile Sun Apr 28 09:56:52 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.99 2024/04/27 16:33:08 wiz Exp $
+# $NetBSD: Makefile,v 1.100 2024/04/28 09:56:52 wiz Exp $
 
 DISTNAME=      tortoisehg-6.6.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    devel python
 MASTER_SITES=  https://www.mercurial-scm.org/release/tortoisehg/targz/
 
@@ -11,6 +11,8 @@ HOMEPAGE=     https://tortoisehg.bitbucket.i
 COMMENT=       GUI for Mercurial
 LICENSE=       gnu-gpl-v2
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
 TOOL_DEPENDS+= ${PYPKGPREFIX}-sphinx>=7.0.0:../../textproc/py-sphinx
 DEPENDS+=      ${PYPKGPREFIX}-iniparse>=0.4:../../textproc/py-iniparse
 DEPENDS+=      ${PYPKGPREFIX}-mercurial>=5.0.0:../../devel/py-mercurial
@@ -50,6 +52,6 @@ post-install:
        cd ${WRKSRC}/doc/build && ${PAX} -pp -rw html ${DESTDIR}${PREFIX}/share/doc/tortoisehg
 
 .include "../../lang/python/application.mk"
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-tortoisehg/PLIST
diff -u pkgsrc/devel/py-tortoisehg/PLIST:1.25 pkgsrc/devel/py-tortoisehg/PLIST:1.26
--- pkgsrc/devel/py-tortoisehg/PLIST:1.25       Sun May  7 10:50:25 2023
+++ pkgsrc/devel/py-tortoisehg/PLIST    Sun Apr 28 09:56:52 2024
@@ -1,12 +1,13 @@
-@comment $NetBSD: PLIST,v 1.25 2023/05/07 10:50:25 wiz Exp $
+@comment $NetBSD: PLIST,v 1.26 2024/04/28 09:56:52 wiz Exp $
 bin/thg
 ${PYSITELIB}/hgext3rd/thg.py
 ${PYSITELIB}/hgext3rd/thg.pyc
 ${PYSITELIB}/hgext3rd/thg.pyo
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/COPYING.txt
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/tortoisehg/__init__.py
 ${PYSITELIB}/tortoisehg/__init__.pyc
 ${PYSITELIB}/tortoisehg/__init__.pyo



Home | Main Index | Thread Index | Old Index