pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-mercurial py-mercurial: update to 5.2.1.
details: https://anonhg.NetBSD.org/pkgsrc/rev/1a263626bb85
branches: trunk
changeset: 346916:1a263626bb85
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Jan 04 20:21:15 2020 +0000
description:
py-mercurial: update to 5.2.1.
Enable python-3.x support in pkgsrc.
Changes in 5.2.1:
Changes not documented.
diffstat:
devel/py-mercurial/Makefile | 4 +++-
devel/py-mercurial/PLIST | 32 ++++++++++++++++----------------
devel/py-mercurial/distinfo | 10 +++++-----
devel/py-mercurial/version.mk | 5 ++---
4 files changed, 26 insertions(+), 25 deletions(-)
diffs (92 lines):
diff -r 1f3df1e613b4 -r 1a263626bb85 devel/py-mercurial/Makefile
--- a/devel/py-mercurial/Makefile Sat Jan 04 19:53:24 2020 +0000
+++ b/devel/py-mercurial/Makefile Sat Jan 04 20:21:15 2020 +0000
@@ -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 @@
# 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
diff -r 1f3df1e613b4 -r 1a263626bb85 devel/py-mercurial/PLIST
--- a/devel/py-mercurial/PLIST Sat Jan 04 19:53:24 2020 +0000
+++ b/devel/py-mercurial/PLIST Sat Jan 04 20:21:15 2020 +0000
@@ -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/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
diff -r 1f3df1e613b4 -r 1a263626bb85 devel/py-mercurial/distinfo
--- a/devel/py-mercurial/distinfo Sat Jan 04 19:53:24 2020 +0000
+++ b/devel/py-mercurial/distinfo Sat Jan 04 20:21:15 2020 +0000
@@ -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
diff -r 1f3df1e613b4 -r 1a263626bb85 devel/py-mercurial/version.mk
--- a/devel/py-mercurial/version.mk Sat Jan 04 19:53:24 2020 +0000
+++ b/devel/py-mercurial/version.mk Sat Jan 04 20:21:15 2020 +0000
@@ -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