Skip to content

Commit

Permalink
py-patiencediff: simplify MASTER_SITES
Browse files Browse the repository at this point in the history
  • Loading branch information
adam committed Jan 18, 2024
1 parent 56c0f19 commit 35fc569
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions textproc/py-patiencediff/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.4 2024/01/07 16:36:46 wiz Exp $
# $NetBSD: Makefile,v 1.5 2024/01/18 10:08:19 adam Exp $

DISTNAME= patiencediff-0.2.14
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:source/=57/9f/0973293d232696ae191cef7c4e8eb1ebbdb7728c48662ebf04c26fd576e4/}
MASTER_SITES= ${MASTER_SITE_PYPI:=p/patiencediff/}

MAINTAINER= rhialto@NetBSD.org
HOMEPAGE= https://www.breezy-vcs.org/
Expand All @@ -13,8 +13,6 @@ 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

USE_LANGUAGES+= c

PYTHON_VERSIONS_INCOMPATIBLE= 27

.include "../../lang/python/wheel.mk"
Expand Down

0 comments on commit 35fc569

Please sign in to comment.