pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-hg-evolve



Module Name:    pkgsrc
Committed By:   riastradh
Date:           Mon May  4 17:23:28 UTC 2020

Modified Files:
        pkgsrc/devel/py-hg-evolve: Makefile PLIST distinfo
Removed Files:
        pkgsrc/devel/py-hg-evolve/patches:
            patch-hgext3rd_evolve_obsdiscovery.py
            patch-hgext3rd_evolve_stablerangecache.py

Log Message:
py-hg-evolve: update to 9.3.1, needed with mercurial 5

joerg did not raise a clear objection when I asked, just alerted me
that there will be a mercurial and hg-evolve update `real soon now'.
Since it hasn't happened in the two weeks since I prepared this
patch, I'm reading the lack of objection as approval, with the
understanding that this update may be overwritten soon.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-hg-evolve/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-hg-evolve/PLIST \
    pkgsrc/devel/py-hg-evolve/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/devel/py-hg-evolve/patches/patch-hgext3rd_evolve_obsdiscovery.py \
    pkgsrc/devel/py-hg-evolve/patches/patch-hgext3rd_evolve_stablerangecache.py

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-hg-evolve/Makefile
diff -u pkgsrc/devel/py-hg-evolve/Makefile:1.8 pkgsrc/devel/py-hg-evolve/Makefile:1.9
--- pkgsrc/devel/py-hg-evolve/Makefile:1.8      Sun Nov  3 10:18:27 2019
+++ pkgsrc/devel/py-hg-evolve/Makefile  Mon May  4 17:23:28 2020
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2019/11/03 10:18:27 rillig Exp $
+# $NetBSD: Makefile,v 1.9 2020/05/04 17:23:28 riastradh Exp $
 
-DISTNAME=      hg-evolve-8.4.0
+DISTNAME=      hg-evolve-9.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    devel scm
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hg-evolve/}
 
@@ -12,11 +11,11 @@ COMMENT=    Experimental Mercurial extensio
 LICENSE=       gnu-gpl-v2
 
 DEPENDS+=      ${PYPKGPREFIX}-mercurial>=4.3.1:../../devel/py-mercurial
-
-PYTHON_VERSIONS_ACCEPTED=      27 # See Mercurial itself.
+DEPENDS+=      ${PYPKGPREFIX}-sqlite3>=0:../../databases/py-sqlite3
 
 post-install:
        rm -f ${DESTDIR}${PREFIX}/${PYSITELIB}/hgext3rd/__init__.py*
+       rm -f ${DESTDIR}${PREFIX}/${PYSITELIB}/hgext3rd/__pycache__/__init__.*
 
 .include "../../lang/python/distutils.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-hg-evolve/PLIST
diff -u pkgsrc/devel/py-hg-evolve/PLIST:1.3 pkgsrc/devel/py-hg-evolve/PLIST:1.4
--- pkgsrc/devel/py-hg-evolve/PLIST:1.3 Wed Mar  6 14:09:10 2019
+++ pkgsrc/devel/py-hg-evolve/PLIST     Mon May  4 17:23:28 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2019/03/06 14:09:10 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2020/05/04 17:23:28 riastradh Exp $
 ${PYSITELIB}/${EGG_FILE}
 ${PYSITELIB}/hgext3rd/evolve/__init__.py
 ${PYSITELIB}/hgext3rd/evolve/__init__.pyc
@@ -30,6 +30,9 @@ ${PYSITELIB}/hgext3rd/evolve/firstmergec
 ${PYSITELIB}/hgext3rd/evolve/genericcaches.py
 ${PYSITELIB}/hgext3rd/evolve/genericcaches.pyc
 ${PYSITELIB}/hgext3rd/evolve/genericcaches.pyo
+${PYSITELIB}/hgext3rd/evolve/headchecking.py
+${PYSITELIB}/hgext3rd/evolve/headchecking.pyc
+${PYSITELIB}/hgext3rd/evolve/headchecking.pyo
 ${PYSITELIB}/hgext3rd/evolve/legacy.py
 ${PYSITELIB}/hgext3rd/evolve/legacy.pyc
 ${PYSITELIB}/hgext3rd/evolve/legacy.pyo
@@ -45,6 +48,9 @@ ${PYSITELIB}/hgext3rd/evolve/obsdiscover
 ${PYSITELIB}/hgext3rd/evolve/obsexchange.py
 ${PYSITELIB}/hgext3rd/evolve/obsexchange.pyc
 ${PYSITELIB}/hgext3rd/evolve/obsexchange.pyo
+${PYSITELIB}/hgext3rd/evolve/obshashtree.py
+${PYSITELIB}/hgext3rd/evolve/obshashtree.pyc
+${PYSITELIB}/hgext3rd/evolve/obshashtree.pyo
 ${PYSITELIB}/hgext3rd/evolve/obshistory.py
 ${PYSITELIB}/hgext3rd/evolve/obshistory.pyc
 ${PYSITELIB}/hgext3rd/evolve/obshistory.pyo
@@ -93,6 +99,9 @@ ${PYSITELIB}/hgext3rd/serverminitopic.py
 ${PYSITELIB}/hgext3rd/topic/__init__.py
 ${PYSITELIB}/hgext3rd/topic/__init__.pyc
 ${PYSITELIB}/hgext3rd/topic/__init__.pyo
+${PYSITELIB}/hgext3rd/topic/common.py
+${PYSITELIB}/hgext3rd/topic/common.pyc
+${PYSITELIB}/hgext3rd/topic/common.pyo
 ${PYSITELIB}/hgext3rd/topic/compat.py
 ${PYSITELIB}/hgext3rd/topic/compat.pyc
 ${PYSITELIB}/hgext3rd/topic/compat.pyo
@@ -117,6 +126,9 @@ ${PYSITELIB}/hgext3rd/topic/randomname.p
 ${PYSITELIB}/hgext3rd/topic/revset.py
 ${PYSITELIB}/hgext3rd/topic/revset.pyc
 ${PYSITELIB}/hgext3rd/topic/revset.pyo
+${PYSITELIB}/hgext3rd/topic/server.py
+${PYSITELIB}/hgext3rd/topic/server.pyc
+${PYSITELIB}/hgext3rd/topic/server.pyo
 ${PYSITELIB}/hgext3rd/topic/stack.py
 ${PYSITELIB}/hgext3rd/topic/stack.pyc
 ${PYSITELIB}/hgext3rd/topic/stack.pyo
Index: pkgsrc/devel/py-hg-evolve/distinfo
diff -u pkgsrc/devel/py-hg-evolve/distinfo:1.3 pkgsrc/devel/py-hg-evolve/distinfo:1.4
--- pkgsrc/devel/py-hg-evolve/distinfo:1.3      Thu Apr 11 13:27:55 2019
+++ pkgsrc/devel/py-hg-evolve/distinfo  Mon May  4 17:23:28 2020
@@ -1,8 +1,6 @@
-$NetBSD: distinfo,v 1.3 2019/04/11 13:27:55 joerg Exp $
+$NetBSD: distinfo,v 1.4 2020/05/04 17:23:28 riastradh Exp $
 
-SHA1 (hg-evolve-8.4.0.tar.gz) = 35d050bace70c408f9b46b82093c48262e626fe6
-RMD160 (hg-evolve-8.4.0.tar.gz) = 9c00c54ca9a72f1eb177c948ed40a24fd8c5b966
-SHA512 (hg-evolve-8.4.0.tar.gz) = fa3769ff6d884c5733024d5e8f4474c41b72ad811f4176216f60834cec65d831e78b78ebf15568113953da691c4075b1cf136e0f3531aab90b1afdf5e638b5e1
-Size (hg-evolve-8.4.0.tar.gz) = 738359 bytes
-SHA1 (patch-hgext3rd_evolve_obsdiscovery.py) = 73ec53bd98f1c7047008487278c2ce8dce5691ed
-SHA1 (patch-hgext3rd_evolve_stablerangecache.py) = 576fed4aa2a4899c0a365f04ce8ce06f803d221e
+SHA1 (hg-evolve-9.3.1.tar.gz) = 9c0a933ec7af36c66e12854e937c44a0c64b7d8f
+RMD160 (hg-evolve-9.3.1.tar.gz) = 414ed3c05317ee7a03b30d75e0ba2adbd3d51fa6
+SHA512 (hg-evolve-9.3.1.tar.gz) = 453104989ec1e4a7072098f8c453290d66270f1992ab1a9a7c94be96f1c3e2b9989940796579de1e11f298ffdb7eaf7b9c9bb05def61fba4feeb5e2f39299670
+Size (hg-evolve-9.3.1.tar.gz) = 798989 bytes



Home | Main Index | Thread Index | Old Index