diff options
-rw-r--r-- | devel/Makefile | 3 | ||||
-rw-r--r-- | devel/py-hglist/DESCR | 2 | ||||
-rw-r--r-- | devel/py-hglist/Makefile | 20 | ||||
-rw-r--r-- | devel/py-hglist/PLIST | 11 | ||||
-rw-r--r-- | devel/py-hglist/distinfo | 6 | ||||
-rw-r--r-- | doc/CHANGES-2020 | 3 |
6 files changed, 3 insertions, 42 deletions
diff --git a/devel/Makefile b/devel/Makefile index 5c38e38d8a1..c37982e2a0a 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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-evolve SUBDIR+= py-hg-fastimport SUBDIR+= py-hg-git SUBDIR+= py-hglib -SUBDIR+= py-hglist SUBDIR+= py-hgtools SUBDIR+= py-hyperscan SUBDIR+= py-hypothesis diff --git a/devel/py-hglist/DESCR b/devel/py-hglist/DESCR deleted file mode 100644 index 40924ec285a..00000000000 --- a/devel/py-hglist/DESCR +++ /dev/null @@ -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 --git a/devel/py-hglist/Makefile b/devel/py-hglist/Makefile deleted file mode 100644 index 8035f709350..00000000000 --- a/devel/py-hglist/Makefile +++ /dev/null @@ -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 -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 --git a/devel/py-hglist/PLIST b/devel/py-hglist/PLIST deleted file mode 100644 index 8d5a90c4933..00000000000 --- a/devel/py-hglist/PLIST +++ /dev/null @@ -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 --git a/devel/py-hglist/distinfo b/devel/py-hglist/distinfo deleted file mode 100644 index a9de7039053..00000000000 --- a/devel/py-hglist/distinfo +++ /dev/null @@ -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 --git a/doc/CHANGES-2020 b/doc/CHANGES-2020 index 7f65de751ba..a0859c7186d 100644 --- a/doc/CHANGES-2020 +++ b/doc/CHANGES-2020 @@ -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 @@ Changes to the packages collection and infrastructure in 2020: 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] |