pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc undebt: remove
details: https://anonhg.NetBSD.org/pkgsrc/rev/665f3464543d
branches: trunk
changeset: 381717:665f3464543d
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Jul 11 23:19:38 2022 +0000
description:
undebt: remove
archived upstream, pkgsrc version even older than last release
diffstat:
devel/Makefile | 3 +-
devel/undebt/DESCR | 5 ---
devel/undebt/Makefile | 23 --------------
devel/undebt/PLIST | 81 ---------------------------------------------------
devel/undebt/distinfo | 5 ---
doc/CHANGES-2022 | 3 +-
6 files changed, 3 insertions(+), 117 deletions(-)
diffs (161 lines):
diff -r d53a2d42cae8 -r 665f3464543d devel/Makefile
--- a/devel/Makefile Mon Jul 11 23:04:00 2022 +0000
+++ b/devel/Makefile Mon Jul 11 23:19:38 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3760 2022/07/10 19:15:22 wiz Exp $
+# $NetBSD: Makefile,v 1.3761 2022/07/11 23:19:38 wiz Exp $
#
COMMENT= Development utilities
@@ -3284,7 +3284,6 @@
SUBDIR+= ucpp
SUBDIR+= ugdb
SUBDIR+= umbrello
-SUBDIR+= undebt
SUBDIR+= unibilium
SUBDIR+= unidiff
SUBDIR+= unifdef
diff -r d53a2d42cae8 -r 665f3464543d devel/undebt/DESCR
--- a/devel/undebt/DESCR Mon Jul 11 23:04:00 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-Undebt is a fast, straightforward, reliable tool for performing
-massive, automated code refactoring used @Yelp. Undebt lets you
-define complex find-and-replace rules using standard, straightforward
-Python that can be applied quickly to an entire code base with a
-simple command.
diff -r d53a2d42cae8 -r 665f3464543d devel/undebt/Makefile
--- a/devel/undebt/Makefile Mon Jul 11 23:04:00 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-# $NetBSD: Makefile,v 1.7 2022/06/30 11:18:19 nia Exp $
-
-DISTNAME= undebt-0.2.2
-PKGREVISION= 5
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_PYPI:=u/undebt/}
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://github.com/Yelp/undebt
-COMMENT= Fast, reliable tool for performing automated code refactoring
-LICENSE= apache-2.0
-
-DEPENDS+= ${PYPKGPREFIX}-argparse-[0-9]*:../../devel/py-argparse
-
-PYTHON_VERSIONED_DEPENDENCIES+= pyparsing
-
-USE_PKG_RESOURCES= yes
-
-USE_LANGUAGES= # none
-
-.include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r d53a2d42cae8 -r 665f3464543d devel/undebt/PLIST
--- a/devel/undebt/PLIST Mon Jul 11 23:04:00 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,81 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2016/08/24 13:27:47 wiz Exp $
-bin/__main__.py
-bin/undebt
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/undebt/__init__.py
-${PYSITELIB}/undebt/__init__.pyc
-${PYSITELIB}/undebt/__init__.pyo
-${PYSITELIB}/undebt/__main__.py
-${PYSITELIB}/undebt/__main__.pyc
-${PYSITELIB}/undebt/__main__.pyo
-${PYSITELIB}/undebt/cmd/__init__.py
-${PYSITELIB}/undebt/cmd/__init__.pyc
-${PYSITELIB}/undebt/cmd/__init__.pyo
-${PYSITELIB}/undebt/cmd/logger.py
-${PYSITELIB}/undebt/cmd/logger.pyc
-${PYSITELIB}/undebt/cmd/logger.pyo
-${PYSITELIB}/undebt/cmd/logic.py
-${PYSITELIB}/undebt/cmd/logic.pyc
-${PYSITELIB}/undebt/cmd/logic.pyo
-${PYSITELIB}/undebt/cmd/main.py
-${PYSITELIB}/undebt/cmd/main.pyc
-${PYSITELIB}/undebt/cmd/main.pyo
-${PYSITELIB}/undebt/examples/__init__.py
-${PYSITELIB}/undebt/examples/__init__.pyc
-${PYSITELIB}/undebt/examples/__init__.pyo
-${PYSITELIB}/undebt/examples/attribute_to_function.py
-${PYSITELIB}/undebt/examples/attribute_to_function.pyc
-${PYSITELIB}/undebt/examples/attribute_to_function.pyo
-${PYSITELIB}/undebt/examples/class_inherit_object.py
-${PYSITELIB}/undebt/examples/class_inherit_object.pyc
-${PYSITELIB}/undebt/examples/class_inherit_object.pyo
-${PYSITELIB}/undebt/examples/contextlib_nested.py
-${PYSITELIB}/undebt/examples/contextlib_nested.pyc
-${PYSITELIB}/undebt/examples/contextlib_nested.pyo
-${PYSITELIB}/undebt/examples/dbl_quote_docstring.py
-${PYSITELIB}/undebt/examples/dbl_quote_docstring.pyc
-${PYSITELIB}/undebt/examples/dbl_quote_docstring.pyo
-${PYSITELIB}/undebt/examples/exec_function.py
-${PYSITELIB}/undebt/examples/exec_function.pyc
-${PYSITELIB}/undebt/examples/exec_function.pyo
-${PYSITELIB}/undebt/examples/hex_to_bitshift.py
-${PYSITELIB}/undebt/examples/hex_to_bitshift.pyc
-${PYSITELIB}/undebt/examples/hex_to_bitshift.pyo
-${PYSITELIB}/undebt/examples/method_to_function.py
-${PYSITELIB}/undebt/examples/method_to_function.pyc
-${PYSITELIB}/undebt/examples/method_to_function.pyo
-${PYSITELIB}/undebt/examples/nl_at_eof.py
-${PYSITELIB}/undebt/examples/nl_at_eof.pyc
-${PYSITELIB}/undebt/examples/nl_at_eof.pyo
-${PYSITELIB}/undebt/examples/remove_needless_u_specifier.py
-${PYSITELIB}/undebt/examples/remove_needless_u_specifier.pyc
-${PYSITELIB}/undebt/examples/remove_needless_u_specifier.pyo
-${PYSITELIB}/undebt/examples/remove_unused_import.py
-${PYSITELIB}/undebt/examples/remove_unused_import.pyc
-${PYSITELIB}/undebt/examples/remove_unused_import.pyo
-${PYSITELIB}/undebt/examples/sqla_count.py
-${PYSITELIB}/undebt/examples/sqla_count.pyc
-${PYSITELIB}/undebt/examples/sqla_count.pyo
-${PYSITELIB}/undebt/pattern/__init__.py
-${PYSITELIB}/undebt/pattern/__init__.pyc
-${PYSITELIB}/undebt/pattern/__init__.pyo
-${PYSITELIB}/undebt/pattern/common.py
-${PYSITELIB}/undebt/pattern/common.pyc
-${PYSITELIB}/undebt/pattern/common.pyo
-${PYSITELIB}/undebt/pattern/interface.py
-${PYSITELIB}/undebt/pattern/interface.pyc
-${PYSITELIB}/undebt/pattern/interface.pyo
-${PYSITELIB}/undebt/pattern/python.py
-${PYSITELIB}/undebt/pattern/python.pyc
-${PYSITELIB}/undebt/pattern/python.pyo
-${PYSITELIB}/undebt/pattern/testing.py
-${PYSITELIB}/undebt/pattern/testing.pyc
-${PYSITELIB}/undebt/pattern/testing.pyo
-${PYSITELIB}/undebt/pattern/util.py
-${PYSITELIB}/undebt/pattern/util.pyc
-${PYSITELIB}/undebt/pattern/util.pyo
diff -r d53a2d42cae8 -r 665f3464543d devel/undebt/distinfo
--- a/devel/undebt/distinfo Mon Jul 11 23:04:00 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:20:06 nia Exp $
-
-BLAKE2s (undebt-0.2.2.tar.gz) = 695032a384e45ba4d2c2d6a3d7747f5e303aa5b3d9a2c67a4d50a22ef0470225
-SHA512 (undebt-0.2.2.tar.gz) = b0a5110d6bda5106b6ee470a3b2bf71c7a80385e60e2e9819920c98235f51917bb207e2a9ed37c6ffa09010bb3a34f06afd35217f02a2e777f69a018bd435bd1
-Size (undebt-0.2.2.tar.gz) = 10098 bytes
diff -r d53a2d42cae8 -r 665f3464543d doc/CHANGES-2022
--- a/doc/CHANGES-2022 Mon Jul 11 23:04:00 2022 +0000
+++ b/doc/CHANGES-2022 Mon Jul 11 23:19:38 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2022,v 1.3329 2022/07/11 23:04:00 wiz Exp $
+$NetBSD: CHANGES-2022,v 1.3330 2022/07/11 23:19:38 wiz Exp $
Changes to the packages collection and infrastructure in 2022:
@@ -4978,3 +4978,4 @@
Updated x11/xf86-video-mga to 2.0.1 [wiz 2022-07-11]
Updated x11/libdrm to 2.4.112 [wiz 2022-07-11]
Updated security/openssl to 1.1.1q [wiz 2022-07-11]
+ Removed devel/undebt [wiz 2022-07-11]
Home |
Main Index |
Thread Index |
Old Index