pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-mercurial



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jan  4 20:21:15 UTC 2020

Modified Files:
        pkgsrc/devel/py-mercurial: Makefile PLIST distinfo version.mk

Log Message:
py-mercurial: update to 5.2.1.

Enable python-3.x support in pkgsrc.

Changes in 5.2.1:
Changes not documented.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/devel/py-mercurial/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/py-mercurial/PLIST
cvs rdiff -u -r1.81 -r1.82 pkgsrc/devel/py-mercurial/distinfo
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-mercurial/version.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-mercurial/Makefile
diff -u pkgsrc/devel/py-mercurial/Makefile:1.35 pkgsrc/devel/py-mercurial/Makefile:1.36
--- pkgsrc/devel/py-mercurial/Makefile:1.35     Wed Nov 13 12:26:40 2019
+++ pkgsrc/devel/py-mercurial/Makefile  Sat Jan  4 20:21:15 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2019/11/13 12:26:40 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2020/01/04 20:21:15 wiz Exp $
 
 DISTNAME=      mercurial-${VERSION}
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -15,6 +15,8 @@ LICENSE=      gnu-gpl-v2 OR gnu-gpl-v3 # OR n
 # https://bz.mercurial-scm.org/show_bug.cgi?id=4485
 BUILD_DEPENDS+=        unzip-[0-9]*:../../archivers/unzip
 DEPENDS+=      ${PYPKGPREFIX}-curses-[0-9]*:../../devel/py-curses
+DEPENDS+=      ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
+DEPENDS+=      ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
 
 USE_TOOLS+=    gmake msgfmt
 

Index: pkgsrc/devel/py-mercurial/PLIST
diff -u pkgsrc/devel/py-mercurial/PLIST:1.25 pkgsrc/devel/py-mercurial/PLIST:1.26
--- pkgsrc/devel/py-mercurial/PLIST:1.25        Wed Nov 13 12:26:40 2019
+++ pkgsrc/devel/py-mercurial/PLIST     Sat Jan  4 20:21:15 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.25 2019/11/13 12:26:40 wiz Exp $
+@comment $NetBSD: PLIST,v 1.26 2020/01/04 20:21:15 wiz Exp $
 bin/hg
 ${PYSITELIB}/hgdemandimport/__init__.py
 ${PYSITELIB}/hgdemandimport/__init__.pyc
@@ -1148,21 +1148,21 @@ ${PYSITELIB}/mercurial/thirdparty/attr/f
 ${PYSITELIB}/mercurial/thirdparty/attr/validators.py
 ${PYSITELIB}/mercurial/thirdparty/attr/validators.pyc
 ${PYSITELIB}/mercurial/thirdparty/attr/validators.pyo
-${PYSITELIB}/mercurial/thirdparty/concurrent/__init__.py
-${PYSITELIB}/mercurial/thirdparty/concurrent/__init__.pyc
-${PYSITELIB}/mercurial/thirdparty/concurrent/__init__.pyo
-${PYSITELIB}/mercurial/thirdparty/concurrent/futures/__init__.py
-${PYSITELIB}/mercurial/thirdparty/concurrent/futures/__init__.pyc
-${PYSITELIB}/mercurial/thirdparty/concurrent/futures/__init__.pyo
-${PYSITELIB}/mercurial/thirdparty/concurrent/futures/_base.py
-${PYSITELIB}/mercurial/thirdparty/concurrent/futures/_base.pyc
-${PYSITELIB}/mercurial/thirdparty/concurrent/futures/_base.pyo
-${PYSITELIB}/mercurial/thirdparty/concurrent/futures/process.py
-${PYSITELIB}/mercurial/thirdparty/concurrent/futures/process.pyc
-${PYSITELIB}/mercurial/thirdparty/concurrent/futures/process.pyo
-${PYSITELIB}/mercurial/thirdparty/concurrent/futures/thread.py
-${PYSITELIB}/mercurial/thirdparty/concurrent/futures/thread.pyc
-${PYSITELIB}/mercurial/thirdparty/concurrent/futures/thread.pyo
+${PLIST.py2x}${PYSITELIB}/mercurial/thirdparty/concurrent/__init__.py
+${PLIST.py2x}${PYSITELIB}/mercurial/thirdparty/concurrent/__init__.pyc
+${PLIST.py2x}${PYSITELIB}/mercurial/thirdparty/concurrent/__init__.pyo
+${PLIST.py2x}${PYSITELIB}/mercurial/thirdparty/concurrent/futures/__init__.py
+${PLIST.py2x}${PYSITELIB}/mercurial/thirdparty/concurrent/futures/__init__.pyc
+${PLIST.py2x}${PYSITELIB}/mercurial/thirdparty/concurrent/futures/__init__.pyo
+${PLIST.py2x}${PYSITELIB}/mercurial/thirdparty/concurrent/futures/_base.py
+${PLIST.py2x}${PYSITELIB}/mercurial/thirdparty/concurrent/futures/_base.pyc
+${PLIST.py2x}${PYSITELIB}/mercurial/thirdparty/concurrent/futures/_base.pyo
+${PLIST.py2x}${PYSITELIB}/mercurial/thirdparty/concurrent/futures/process.py
+${PLIST.py2x}${PYSITELIB}/mercurial/thirdparty/concurrent/futures/process.pyc
+${PLIST.py2x}${PYSITELIB}/mercurial/thirdparty/concurrent/futures/process.pyo
+${PLIST.py2x}${PYSITELIB}/mercurial/thirdparty/concurrent/futures/thread.py
+${PLIST.py2x}${PYSITELIB}/mercurial/thirdparty/concurrent/futures/thread.pyc
+${PLIST.py2x}${PYSITELIB}/mercurial/thirdparty/concurrent/futures/thread.pyo
 ${PYSITELIB}/mercurial/thirdparty/selectors2.py
 ${PYSITELIB}/mercurial/thirdparty/selectors2.pyc
 ${PYSITELIB}/mercurial/thirdparty/selectors2.pyo

Index: pkgsrc/devel/py-mercurial/distinfo
diff -u pkgsrc/devel/py-mercurial/distinfo:1.81 pkgsrc/devel/py-mercurial/distinfo:1.82
--- pkgsrc/devel/py-mercurial/distinfo:1.81     Wed Nov 13 12:26:40 2019
+++ pkgsrc/devel/py-mercurial/distinfo  Sat Jan  4 20:21:15 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.81 2019/11/13 12:26:40 wiz Exp $
+$NetBSD: distinfo,v 1.82 2020/01/04 20:21:15 wiz Exp $
 
-SHA1 (mercurial-5.2.tar.gz) = af9f11c886b59dda1c3a13289b80cd01fcace3bd
-RMD160 (mercurial-5.2.tar.gz) = 9d92ea804904cc32e33b5d1b99472b82858ab3bc
-SHA512 (mercurial-5.2.tar.gz) = c6437f09e852c597f15ecb2445e000db4673718190504e2336367a01655be76e9f95af53e4d09a81596cb5f1f6b32524132798430e2543e1931f3edb8bbe42b2
-Size (mercurial-5.2.tar.gz) = 7330557 bytes
+SHA1 (mercurial-5.2.1.tar.gz) = ce9ffac9d0d92671afbe95f20e71a54b84c77aa1
+RMD160 (mercurial-5.2.1.tar.gz) = 9a5e5af7b573969b0afc98b08ce59302e11076ad
+SHA512 (mercurial-5.2.1.tar.gz) = 7be88570769561157eb8ef3510cb88c519c4db29278abdf4e4219721531d70d59b94be03d9b7da26b9322581d89d26b9833f063525ceb1ac749fe0b7fb1826d2
+Size (mercurial-5.2.1.tar.gz) = 7332037 bytes

Index: pkgsrc/devel/py-mercurial/version.mk
diff -u pkgsrc/devel/py-mercurial/version.mk:1.7 pkgsrc/devel/py-mercurial/version.mk:1.8
--- pkgsrc/devel/py-mercurial/version.mk:1.7    Wed Nov 13 12:26:40 2019
+++ pkgsrc/devel/py-mercurial/version.mk        Sat Jan  4 20:21:15 2020
@@ -1,7 +1,6 @@
-# $NetBSD: version.mk,v 1.7 2019/11/13 12:26:40 wiz Exp $
+# $NetBSD: version.mk,v 1.8 2020/01/04 20:21:15 wiz Exp $
 
-VERSION=       5.2
+VERSION=       5.2.1
 
-PYTHON_VERSIONS_ACCEPTED=      27 # 5.0 has "beta" support for python 3
 # see https://www.mercurial-scm.org/wiki/Python3
 # set HGPYTHON3=1 in the environment during install



Home | Main Index | Thread Index | Old Index