summaryrefslogtreecommitdiff
path: root/devel/py-google-apputils
diff options
context:
space:
mode:
authorkhorben <khorben>2015-06-24 17:59:19 +0000
committerkhorben <khorben>2015-06-24 17:59:19 +0000
commita28bde1b3486eee7c2e0cdbec4108d8d1e51ea16 (patch)
treeb30eded22fd132ee13b5624579e6e389cae50cbe /devel/py-google-apputils
parent0e8a6957b5ef173b5f8539b7a85d3a489d1818ed (diff)
downloadpkgsrc-a28bde1b3486eee7c2e0cdbec4108d8d1e51ea16.tar.gz
Add devel/py-google-apputils 0.4.2
I am doing this in the freeze period because it is a necessary addition to effectively be able to let devel/py-protobuf build again. My apologies if this is not good enough a reason.
Diffstat (limited to 'devel/py-google-apputils')
-rw-r--r--devel/py-google-apputils/DESCR3
-rw-r--r--devel/py-google-apputils/Makefile16
-rw-r--r--devel/py-google-apputils/PLIST48
-rw-r--r--devel/py-google-apputils/distinfo5
4 files changed, 72 insertions, 0 deletions
diff --git a/devel/py-google-apputils/DESCR b/devel/py-google-apputils/DESCR
new file mode 100644
index 00000000000..dfa082a79a3
--- /dev/null
+++ b/devel/py-google-apputils/DESCR
@@ -0,0 +1,3 @@
+This project is a small collection of utilities for building Python
+applications. It includes some of the same set of utilities used to build and
+run internal Python apps at Google.
diff --git a/devel/py-google-apputils/Makefile b/devel/py-google-apputils/Makefile
new file mode 100644
index 00000000000..e2a46f4f845
--- /dev/null
+++ b/devel/py-google-apputils/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2015/06/24 17:59:19 khorben Exp $
+
+DISTNAME= google-apputils-0.4.2
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel
+MASTER_SITES= https://pypi.python.org/packages/source/g/google-apputils/
+
+MAINTAINER= khorben@defora.org
+HOMEPAGE= http://code.google.com/p/google-apputils-python/
+COMMENT= Google Application Utilities for Python
+LICENSE= apache-2.0
+
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/py-google-apputils/PLIST b/devel/py-google-apputils/PLIST
new file mode 100644
index 00000000000..98a0f87e040
--- /dev/null
+++ b/devel/py-google-apputils/PLIST
@@ -0,0 +1,48 @@
+@comment $NetBSD: PLIST,v 1.1 2015/06/24 17:59:19 khorben Exp $
+${PYSITELIB}/google/apputils/__init__.py
+${PYSITELIB}/google/apputils/__init__.pyc
+${PYSITELIB}/google/apputils/__init__.pyo
+${PYSITELIB}/google/apputils/app.py
+${PYSITELIB}/google/apputils/app.pyc
+${PYSITELIB}/google/apputils/app.pyo
+${PYSITELIB}/google/apputils/appcommands.py
+${PYSITELIB}/google/apputils/appcommands.pyc
+${PYSITELIB}/google/apputils/appcommands.pyo
+${PYSITELIB}/google/apputils/basetest.py
+${PYSITELIB}/google/apputils/basetest.pyc
+${PYSITELIB}/google/apputils/basetest.pyo
+${PYSITELIB}/google/apputils/datelib.py
+${PYSITELIB}/google/apputils/datelib.pyc
+${PYSITELIB}/google/apputils/datelib.pyo
+${PYSITELIB}/google/apputils/debug.py
+${PYSITELIB}/google/apputils/debug.pyc
+${PYSITELIB}/google/apputils/debug.pyo
+${PYSITELIB}/google/apputils/file_util.py
+${PYSITELIB}/google/apputils/file_util.pyc
+${PYSITELIB}/google/apputils/file_util.pyo
+${PYSITELIB}/google/apputils/humanize.py
+${PYSITELIB}/google/apputils/humanize.pyc
+${PYSITELIB}/google/apputils/humanize.pyo
+${PYSITELIB}/google/apputils/resources.py
+${PYSITELIB}/google/apputils/resources.pyc
+${PYSITELIB}/google/apputils/resources.pyo
+${PYSITELIB}/google/apputils/run_script_module.py
+${PYSITELIB}/google/apputils/run_script_module.pyc
+${PYSITELIB}/google/apputils/run_script_module.pyo
+${PYSITELIB}/google/apputils/setup_command.py
+${PYSITELIB}/google/apputils/setup_command.pyc
+${PYSITELIB}/google/apputils/setup_command.pyo
+${PYSITELIB}/google/apputils/shellutil.py
+${PYSITELIB}/google/apputils/shellutil.pyc
+${PYSITELIB}/google/apputils/shellutil.pyo
+${PYSITELIB}/google/apputils/stopwatch.py
+${PYSITELIB}/google/apputils/stopwatch.pyc
+${PYSITELIB}/google/apputils/stopwatch.pyo
+${PYSITELIB}/${EGG_NAME}-nspkg.pth
+${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}/namespace_packages.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
diff --git a/devel/py-google-apputils/distinfo b/devel/py-google-apputils/distinfo
new file mode 100644
index 00000000000..3795cef9dcd
--- /dev/null
+++ b/devel/py-google-apputils/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/06/24 17:59:19 khorben Exp $
+
+SHA1 (google-apputils-0.4.2.tar.gz) = 6f82069efd1a2cbc168dfb814d077df2fca4cff1
+RMD160 (google-apputils-0.4.2.tar.gz) = b661a451df07ac2f7c7a345e6a663d730957e28b
+Size (google-apputils-0.4.2.tar.gz) = 81095 bytes