pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-hg-git py-hg-git: bump PKGREVISION for being ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/54c49a2d604c
branches:  trunk
changeset: 445155:54c49a2d604c
user:      maya <maya%pkgsrc.org@localhost>
date:      Sat Jan 16 20:26:56 2021 +0000

description:
py-hg-git: bump PKGREVISION for being python3-only because of py-dulwich.

Appease pkglint by not setting PKGVERSION.

diffstat:

 devel/py-hg-git/Makefile |  10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r 6e60e84d040f -r 54c49a2d604c devel/py-hg-git/Makefile
--- a/devel/py-hg-git/Makefile  Sat Jan 16 20:24:50 2021 +0000
+++ b/devel/py-hg-git/Makefile  Sat Jan 16 20:26:56 2021 +0000
@@ -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@localhost
@@ -16,6 +17,7 @@
 
 USE_LANGUAGES= # none
 
+# py-dulwich
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 EGG_NAME=      hg_git-${DISTNAME}



Home | Main Index | Thread Index | Old Index