pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc py-hglist: remove
details: https://anonhg.NetBSD.org/pkgsrc/rev/9200a198b735
branches: trunk
changeset: 441667:9200a198b735
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Nov 08 21:57:43 2020 +0000
description:
py-hglist: remove
Does not work with current mercurial versions, last release from 2012.
diffstat:
devel/Makefile | 3 +--
devel/py-hglist/DESCR | 2 --
devel/py-hglist/Makefile | 20 --------------------
devel/py-hglist/PLIST | 11 -----------
devel/py-hglist/distinfo | 6 ------
doc/CHANGES-2020 | 3 ++-
6 files changed, 3 insertions(+), 42 deletions(-)
diffs (86 lines):
diff -r 1372e405cd0f -r 9200a198b735 devel/Makefile
--- a/devel/Makefile Sun Nov 08 20:39:10 2020 +0000
+++ b/devel/Makefile Sun Nov 08 21:57:43 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3275 2020/11/07 15:46:14 wiz Exp $
+# $NetBSD: Makefile,v 1.3276 2020/11/08 21:57:44 wiz Exp $
#
COMMENT= Development utilities
@@ -2315,7 +2315,6 @@
SUBDIR+= py-hg-fastimport
SUBDIR+= py-hg-git
SUBDIR+= py-hglib
-SUBDIR+= py-hglist
SUBDIR+= py-hgtools
SUBDIR+= py-hyperscan
SUBDIR+= py-hypothesis
diff -r 1372e405cd0f -r 9200a198b735 devel/py-hglist/DESCR
--- a/devel/py-hglist/DESCR Sun Nov 08 20:39:10 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-Hglist is an extension to Mercurial that adds an "hg list"/"hg ls"
-command. It is designed to provide better output than "hg manifest".
diff -r 1372e405cd0f -r 9200a198b735 devel/py-hglist/Makefile
--- a/devel/py-hglist/Makefile Sun Nov 08 20:39:10 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile,v 1.9 2019/11/03 10:18:28 rillig Exp $
-
-DISTNAME= hglist-0.3
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES= devel
-MASTER_SITES= https://alastairs-place.net/projects/hglist/
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://alastairs-place.net/projects/hglist/
-COMMENT= Mercurial ls command
-LICENSE= gnu-gpl-v2
-
-USE_LANGUAGES= # none
-
-DEPENDS+= ${PYPKGPREFIX}-mercurial-[0-9]*:../../devel/py-mercurial
-
-PYTHON_VERSIONS_ACCEPTED= 27
-
-.include "../../lang/python/distutils.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 1372e405cd0f -r 9200a198b735 devel/py-hglist/PLIST
--- a/devel/py-hglist/PLIST Sun Nov 08 20:39:10 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2015/04/23 10:45:58 nros Exp $
-${PYSITELIB}/${EGG_FILE}
-${PYSITELIB}/hglist/__init__.py
-${PYSITELIB}/hglist/__init__.pyc
-${PYSITELIB}/hglist/__init__.pyo
-${PYSITELIB}/hglist/filters.py
-${PYSITELIB}/hglist/filters.pyc
-${PYSITELIB}/hglist/filters.pyo
-${PYSITELIB}/hglist/list_files.py
-${PYSITELIB}/hglist/list_files.pyc
-${PYSITELIB}/hglist/list_files.pyo
diff -r 1372e405cd0f -r 9200a198b735 devel/py-hglist/distinfo
--- a/devel/py-hglist/distinfo Sun Nov 08 20:39:10 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.2 2015/11/03 03:29:08 agc Exp $
-
-SHA1 (hglist-0.3.tar.gz) = aff7fdce5949c014a433ffe9adcdfe36cddc6e09
-RMD160 (hglist-0.3.tar.gz) = b63a7b93a16f9421fa47f8cbb9704326ce7bb8f9
-SHA512 (hglist-0.3.tar.gz) = 33d85fec968d819c4c1a98294542eb919d06ac7eae14cd702de663d3a3e4231b3949a4f601574ced74c2de0ed505f851b594f809a020ac5a90bc90b4260852b0
-Size (hglist-0.3.tar.gz) = 14503 bytes
diff -r 1372e405cd0f -r 9200a198b735 doc/CHANGES-2020
--- a/doc/CHANGES-2020 Sun Nov 08 20:39:10 2020 +0000
+++ b/doc/CHANGES-2020 Sun Nov 08 21:57:43 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2020,v 1.6089 2020/11/08 20:39:10 bsiegert Exp $
+$NetBSD: CHANGES-2020,v 1.6090 2020/11/08 21:57:43 wiz Exp $
Changes to the packages collection and infrastructure in 2020:
@@ -8988,3 +8988,4 @@
Updated mail/mutt to 2.0.0 [tron 2020-11-08]
Updated lang/go114 to 1.14.11 [bsiegert 2020-11-08]
Updated lang/go115 to 1.15.4 [bsiegert 2020-11-08]
+ Removed devel/py-hglist [wiz 2020-11-08]
Home |
Main Index |
Thread Index |
Old Index