pkgsrc-WIP-changes archive

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

remove clone: py-undebt



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Fri Nov 6 18:31:13 2020 +0100
Changeset:	a1bba7d0effd387883ef34484e85260ab259bb67

Removed Files:
	py-undebt/DESCR
	py-undebt/Makefile
	py-undebt/PLIST
	py-undebt/distinfo

Log Message:
remove clone: py-undebt

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a1bba7d0effd387883ef34484e85260ab259bb67

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-undebt/DESCR    |  2 --
 py-undebt/Makefile | 18 -----------
 py-undebt/PLIST    | 89 ------------------------------------------------------
 py-undebt/distinfo |  6 ----
 4 files changed, 115 deletions(-)

diffs:
diff --git a/py-undebt/DESCR b/py-undebt/DESCR
deleted file mode 100644
index bfc5a92ce7..0000000000
--- a/py-undebt/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-fast, straightforward, reliable tool for performing massive, automated
-code refactoring
diff --git a/py-undebt/Makefile b/py-undebt/Makefile
deleted file mode 100644
index f7e66530ab..0000000000
--- a/py-undebt/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	undebt-0.6.2
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	devel
-MASTER_SITES=	https://pypi.python.org/packages/9b/a3/82075a839a96d5941d4994beb7e4478fbb22b3cb706e019916c86f525ab3/
-
-MAINTAINER=	kamelderouiche%yahoo.com@localhost
-HOMEPAGE=	https://github.com/Yelp/undebt
-COMMENT=	Fast, straightforward, reliable tool for code refactoring
-LICENSE=	apache-2.0
-
-DEPENDS+=	${PYPKGPREFIX}-pyparsing>=2.2.0:../../devel/py-pyparsing
-
-USE_LANGUAGES=	# none
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-undebt/PLIST b/py-undebt/PLIST
deleted file mode 100644
index d766be7194..0000000000
--- a/py-undebt/PLIST
+++ /dev/null
@@ -1,89 +0,0 @@
-@comment $NetBSD$
-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/deprecated_inequality_operator.py
-${PYSITELIB}/undebt/examples/deprecated_inequality_operator.pyc
-${PYSITELIB}/undebt/examples/deprecated_inequality_operator.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/examples/swift.py
-${PYSITELIB}/undebt/examples/swift.pyc
-${PYSITELIB}/undebt/examples/swift.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/lang/__init__.py
-${PYSITELIB}/undebt/pattern/lang/__init__.pyc
-${PYSITELIB}/undebt/pattern/lang/__init__.pyo
-${PYSITELIB}/undebt/pattern/lang/python.py
-${PYSITELIB}/undebt/pattern/lang/python.pyc
-${PYSITELIB}/undebt/pattern/lang/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 --git a/py-undebt/distinfo b/py-undebt/distinfo
deleted file mode 100644
index 52c4a97924..0000000000
--- a/py-undebt/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (undebt-0.6.2.tar.gz) = 04ca9122802ffccc3a7bad450b426db6ce3929a7
-RMD160 (undebt-0.6.2.tar.gz) = 39a24c08b998fd60f580c996152328db792bc263
-SHA512 (undebt-0.6.2.tar.gz) = 6ed6b1ebe13271e8c8e72f285a3b3ff1da4f69539cf592516da327b6f77d2db1a1279493058e4962901ad3bf661ecb19ed1ca6f53f09bbcc8c7e6b3789f29693
-Size (undebt-0.6.2.tar.gz) = 9531 bytes


Home | Main Index | Thread Index | Old Index