pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-patiencediff



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jan 18 10:08:20 UTC 2024

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

Log Message:
py-patiencediff: simplify MASTER_SITES


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/py-patiencediff/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-patiencediff/Makefile
diff -u pkgsrc/textproc/py-patiencediff/Makefile:1.4 pkgsrc/textproc/py-patiencediff/Makefile:1.5
--- pkgsrc/textproc/py-patiencediff/Makefile:1.4        Sun Jan  7 16:36:46 2024
+++ pkgsrc/textproc/py-patiencediff/Makefile    Thu Jan 18 10:08:19 2024
@@ -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@localhost
 HOMEPAGE=      https://www.breezy-vcs.org/
@@ -13,8 +13,6 @@ LICENSE=      gnu-gpl-v2 OR gnu-gpl-v3 # or l
 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"



Home | Main Index | Thread Index | Old Index