summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz>2016-08-24 13:27:47 +0000
committerwiz <wiz>2016-08-24 13:27:47 +0000
commit098aea6283a613dc8c2148f8519d700a45c09178 (patch)
tree925906a1b501155c81a17c7d493b0b6ff3c9cc22 /devel
parentff6060dab49ad7c950c01c49daa4f6c4ddf9d663 (diff)
downloadpkgsrc-098aea6283a613dc8c2148f8519d700a45c09178.tar.gz
Import undebt-0.2.2 as devel/undebt.
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.
Diffstat (limited to 'devel')
-rw-r--r--devel/undebt/DESCR5
-rw-r--r--devel/undebt/Makefile18
-rw-r--r--devel/undebt/PLIST81
-rw-r--r--devel/undebt/distinfo6
4 files changed, 110 insertions, 0 deletions
diff --git a/devel/undebt/DESCR b/devel/undebt/DESCR
new file mode 100644
index 00000000000..1e56c5a8033
--- /dev/null
+++ b/devel/undebt/DESCR
@@ -0,0 +1,5 @@
+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 --git a/devel/undebt/Makefile b/devel/undebt/Makefile
new file mode 100644
index 00000000000..143f8de3878
--- /dev/null
+++ b/devel/undebt/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2016/08/24 13:27:47 wiz Exp $
+
+DISTNAME= undebt-0.2.2
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_PYPI:=u/undebt/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+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
+DEPENDS+= ${PYPKGPREFIX}-pyparsing-[0-9]*:../../devel/py-pyparsing
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/undebt/PLIST b/devel/undebt/PLIST
new file mode 100644
index 00000000000..a150307e4da
--- /dev/null
+++ b/devel/undebt/PLIST
@@ -0,0 +1,81 @@
+@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 --git a/devel/undebt/distinfo b/devel/undebt/distinfo
new file mode 100644
index 00000000000..95a8bfa8789
--- /dev/null
+++ b/devel/undebt/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/08/24 13:27:47 wiz Exp $
+
+SHA1 (undebt-0.2.2.tar.gz) = fc59806388102bdd7564ec8f32403035fe18bf4e
+RMD160 (undebt-0.2.2.tar.gz) = c7404f641b576a42b316549262d1b315e25e3132
+SHA512 (undebt-0.2.2.tar.gz) = b0a5110d6bda5106b6ee470a3b2bf71c7a80385e60e2e9819920c98235f51917bb207e2a9ed37c6ffa09010bb3a34f06afd35217f02a2e777f69a018bd435bd1
+Size (undebt-0.2.2.tar.gz) = 10098 bytes