pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-merge3



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan  7 16:03:46 UTC 2024

Modified Files:
        pkgsrc/textproc/py-merge3: Makefile

Log Message:
py-merge3: add missing tools, simplify download URL


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-merge3/Makefile

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

Modified files:

Index: pkgsrc/textproc/py-merge3/Makefile
diff -u pkgsrc/textproc/py-merge3/Makefile:1.1 pkgsrc/textproc/py-merge3/Makefile:1.2
--- pkgsrc/textproc/py-merge3/Makefile:1.1      Sun Jan  7 15:57:02 2024
+++ pkgsrc/textproc/py-merge3/Makefile  Sun Jan  7 16:03:46 2024
@@ -1,15 +1,18 @@
-# $NetBSD: Makefile,v 1.1 2024/01/07 15:57:02 rhialto Exp $
+# $NetBSD: Makefile,v 1.2 2024/01/07 16:03:46 wiz Exp $
 
 DISTNAME=      merge3-0.0.14
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
-MASTER_SITES=  ${MASTER_SITE_PYPI:source/=af/40/98be4a5641b0244be5881ff5e00057f8227ff183d8675a697bdfeae43b1a/}
+MASTER_SITES=  ${MASTER_SITE_PYPI:=m/merge3/}
 
 MAINTAINER=    rhialto%NetBSD.org@localhost
 HOMEPAGE=      https://www.breezy-vcs.org/
 COMMENT=       Python implementation of 3-way merge
 LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3 # or later
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../lang/python/wheel.mk"



Home | Main Index | Thread Index | Old Index