py-merge3: add missing tools, simplify download URL

This commit is contained in:
wiz 2024-01-07 16:03:46 +00:00
parent f766fe31e5
commit 5ed7597d62
1 changed files with 5 additions and 2 deletions

View File

@ -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
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"