pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/undebt Import undebt-0.2.2 as devel/undebt.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9f11e3a9db82
branches:  trunk
changeset: 351673:9f11e3a9db82
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Aug 24 13:27:47 2016 +0000

description:
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:

 devel/undebt/DESCR    |   5 +++
 devel/undebt/Makefile |  18 +++++++++++
 devel/undebt/PLIST    |  81 +++++++++++++++++++++++++++++++++++++++++++++++++++
 devel/undebt/distinfo |   6 +++
 4 files changed, 110 insertions(+), 0 deletions(-)

diffs (126 lines):

diff -r 595cd30ed659 -r 9f11e3a9db82 devel/undebt/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/undebt/DESCR        Wed Aug 24 13:27:47 2016 +0000
@@ -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 -r 595cd30ed659 -r 9f11e3a9db82 devel/undebt/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/undebt/Makefile     Wed Aug 24 13:27:47 2016 +0000
@@ -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@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
+DEPENDS+=      ${PYPKGPREFIX}-pyparsing-[0-9]*:../../devel/py-pyparsing
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 595cd30ed659 -r 9f11e3a9db82 devel/undebt/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/undebt/PLIST        Wed Aug 24 13:27:47 2016 +0000
@@ -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 -r 595cd30ed659 -r 9f11e3a9db82 devel/undebt/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/undebt/distinfo     Wed Aug 24 13:27:47 2016 +0000
@@ -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



Home | Main Index | Thread Index | Old Index