summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2021-01-16 20:26:56 +0000
committermaya <maya@pkgsrc.org>2021-01-16 20:26:56 +0000
commit29ea9623780d6d1cc660a942598593fd5abb8790 (patch)
tree0416d00ed41bee962cc8b5adb53ea863ac1302fe /devel
parentcee12763c7bc6d7ca0299edf54aaca5e846b3df6 (diff)
downloadpkgsrc-29ea9623780d6d1cc660a942598593fd5abb8790.tar.gz
py-hg-git: bump PKGREVISION for being python3-only because of py-dulwich.
Appease pkglint by not setting PKGVERSION.
Diffstat (limited to 'devel')
-rw-r--r--devel/py-hg-git/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/devel/py-hg-git/Makefile b/devel/py-hg-git/Makefile
index 24e8aaaa03f..6fc701a0642 100644
--- a/devel/py-hg-git/Makefile
+++ b/devel/py-hg-git/Makefile
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.16 2021/01/16 20:21:40 maya Exp $
+# $NetBSD: Makefile,v 1.17 2021/01/16 20:26:56 maya Exp $
-PKGVERSION= 0.9.0
-DISTNAME= hg-git-${PKGVERSION}
+VERS= 0.9.0
+PKGREVISION= 1
+DISTNAME= hg-git-${VERS}
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel scm
-MASTER_SITES= https://foss.heptapod.net/mercurial/hg-git/-/archive/${PKGVERSION}/
+MASTER_SITES= https://foss.heptapod.net/mercurial/hg-git/-/archive/${VERS}/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -16,6 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-dulwich>=0.9.7:../../devel/py-dulwich
USE_LANGUAGES= # none
+# py-dulwich
PYTHON_VERSIONS_INCOMPATIBLE= 27
EGG_NAME= hg_git-${DISTNAME}