pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/undebt



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Aug 24 13:27:47 UTC 2016

Added Files:
        pkgsrc/devel/undebt: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/undebt/DESCR pkgsrc/devel/undebt/Makefile \
    pkgsrc/devel/undebt/PLIST pkgsrc/devel/undebt/distinfo

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

Added files:

Index: pkgsrc/devel/undebt/DESCR
diff -u /dev/null pkgsrc/devel/undebt/DESCR:1.1
--- /dev/null   Wed Aug 24 13:27:47 2016
+++ pkgsrc/devel/undebt/DESCR   Wed Aug 24 13:27:47 2016
@@ -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.
Index: pkgsrc/devel/undebt/Makefile
diff -u /dev/null pkgsrc/devel/undebt/Makefile:1.1
--- /dev/null   Wed Aug 24 13:27:47 2016
+++ pkgsrc/devel/undebt/Makefile        Wed Aug 24 13:27:47 2016
@@ -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"
Index: pkgsrc/devel/undebt/PLIST
diff -u /dev/null pkgsrc/devel/undebt/PLIST:1.1
--- /dev/null   Wed Aug 24 13:27:47 2016
+++ pkgsrc/devel/undebt/PLIST   Wed Aug 24 13:27:47 2016
@@ -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
Index: pkgsrc/devel/undebt/distinfo
diff -u /dev/null pkgsrc/devel/undebt/distinfo:1.1
--- /dev/null   Wed Aug 24 13:27:47 2016
+++ pkgsrc/devel/undebt/distinfo        Wed Aug 24 13:27:47 2016
@@ -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