pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc py-hgnested: remove



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d22932b10462
branches:  trunk
changeset: 441627:d22932b10462
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Nov 07 15:46:13 2020 +0000

description:
py-hgnested: remove

This uses wireproto from mercurial, which is not provided by mercurial
any longer. Upstream has not updated since 2016 and the main homepage
is gone.

diffstat:

 devel/Makefile             |   3 +--
 devel/py-hgnested/DESCR    |   9 ---------
 devel/py-hgnested/MESSAGE  |  23 -----------------------
 devel/py-hgnested/Makefile |  20 --------------------
 devel/py-hgnested/PLIST    |   9 ---------
 devel/py-hgnested/distinfo |   6 ------
 doc/CHANGES-2020           |   3 ++-
 7 files changed, 3 insertions(+), 70 deletions(-)

diffs (118 lines):

diff -r 0d2e3e1e19b0 -r d22932b10462 devel/Makefile
--- a/devel/Makefile    Sat Nov 07 15:25:14 2020 +0000
+++ b/devel/Makefile    Sat Nov 07 15:46:13 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3274 2020/11/02 12:25:56 nia Exp $
+# $NetBSD: Makefile,v 1.3275 2020/11/07 15:46:14 wiz Exp $
 #
 
 COMMENT=       Development utilities
@@ -2316,7 +2316,6 @@
 SUBDIR+=       py-hg-git
 SUBDIR+=       py-hglib
 SUBDIR+=       py-hglist
-SUBDIR+=       py-hgnested
 SUBDIR+=       py-hgtools
 SUBDIR+=       py-hyperscan
 SUBDIR+=       py-hypothesis
diff -r 0d2e3e1e19b0 -r d22932b10462 devel/py-hgnested/DESCR
--- a/devel/py-hgnested/DESCR   Sat Nov 07 15:25:14 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-hgnested is a Mercurial extension to work with nested repositories.
-
-It was inspired by the forest extension by Robin Farine.
-
-The extension allows to apply common Mercurial commands to all the nested
-repositories at once like pull, push etc. It also allows to fetch a complete
-tree of repositories through ssh or http.
-
-See hg help hgnested for the complete list of commands.
diff -r 0d2e3e1e19b0 -r d22932b10462 devel/py-hgnested/MESSAGE
--- a/devel/py-hgnested/MESSAGE Sat Nov 07 15:25:14 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.1 2014/09/10 10:14:07 richard Exp $
-
-hgnested is a Mercurial extension to work with nested repositories.
-
-It was inspired by the forest extension.
-
-The extension allows to apply common Mercurial commands to all the nested
-repositories at once like pull, push etc. It also allows to fetch a complete
-tree of repositories through ssh or http.
-
-To enable the "hgnested" extension, create an entry for it in your hgrc, like
-this:
-
-    [extensions]
-    hgnested =
-
-See `hg help hgnested` for the complete list of commands.
-
-For more information please visit the following website:
-
-       http://code.google.com/p/hgnested/
-===========================================================================
diff -r 0d2e3e1e19b0 -r d22932b10462 devel/py-hgnested/Makefile
--- a/devel/py-hgnested/Makefile        Sat Nov 07 15:25:14 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile,v 1.13 2019/11/03 10:18:28 rillig Exp $
-
-DISTNAME=      hgnested-0.8
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=    devel
-MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hgnested/}
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://bitbucket.org/cedk/hgnested
-COMMENT=       Mercurial extension to work with nested repositories
-LICENSE=       gnu-gpl-v3
-
-USE_LANGUAGES= # none
-
-DEPENDS+=      ${PYPKGPREFIX}-mercurial>=1.6:../../devel/py-mercurial
-
-PYTHON_VERSIONS_ACCEPTED=      27      # XXX: devel/py-mercurial
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 0d2e3e1e19b0 -r d22932b10462 devel/py-hgnested/PLIST
--- a/devel/py-hgnested/PLIST   Sat Nov 07 15:25:14 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2014/09/10 10:14:08 richard Exp $
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/hgnested/__init__.py
-${PYSITELIB}/hgnested/__init__.pyc
-${PYSITELIB}/hgnested/__init__.pyo
diff -r 0d2e3e1e19b0 -r d22932b10462 devel/py-hgnested/distinfo
--- a/devel/py-hgnested/distinfo        Sat Nov 07 15:25:14 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.3 2016/08/17 15:50:47 richard Exp $
-
-SHA1 (hgnested-0.8.tar.gz) = 05236a070f2da11309111c7c9f44440d17a9ff78
-RMD160 (hgnested-0.8.tar.gz) = b3aba08facfd3816039d024506e4fe7fbe81b504
-SHA512 (hgnested-0.8.tar.gz) = 2c55d02ddfa66e7792573549095275b290f88f71a131112471977843b18bbd27d9df84641f1453da5a6952c6c439b353ff1d2c35f8258f3d89c3701b672a62bb
-Size (hgnested-0.8.tar.gz) = 18662 bytes
diff -r 0d2e3e1e19b0 -r d22932b10462 doc/CHANGES-2020
--- a/doc/CHANGES-2020  Sat Nov 07 15:25:14 2020 +0000
+++ b/doc/CHANGES-2020  Sat Nov 07 15:46:13 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2020,v 1.6073 2020/11/07 15:25:14 tpaul Exp $
+$NetBSD: CHANGES-2020,v 1.6074 2020/11/07 15:46:13 wiz Exp $
 
 Changes to the packages collection and infrastructure in 2020:
 
@@ -8967,3 +8967,4 @@
        Updated misc/py-anita to 2.7 [gson 2020-11-07]
        Updated time/leapsunpack to 0.06 [schmonz 2020-11-07]
        Updated devel/php-composer to 2.0.6 [tpaul 2020-11-07]
+       Removed devel/py-hgnested [wiz 2020-11-07]



Home | Main Index | Thread Index | Old Index