svn commit: r369696 - in head/devel: . py-google-apputils

Vanilla I. Shu vanilla at FreeBSD.org
Wed Oct 1 07:12:45 UTC 2014


Author: vanilla
Date: Wed Oct  1 07:12:43 2014
New Revision: 369696
URL: https://svnweb.freebsd.org/changeset/ports/369696
QAT: https://qat.redports.org/buildarchive/r369696/

Log:
  Add py-google-apputils, it's small collections of utilities for building python application.

Added:
  head/devel/py-google-apputils/
  head/devel/py-google-apputils/Makefile   (contents, props changed)
  head/devel/py-google-apputils/distinfo   (contents, props changed)
  head/devel/py-google-apputils/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed Oct  1 06:46:06 2014	(r369695)
+++ head/devel/Makefile	Wed Oct  1 07:12:43 2014	(r369696)
@@ -3714,6 +3714,7 @@
     SUBDIR += py-glob2
     SUBDIR += py-gobject
     SUBDIR += py-gobject3
+    SUBDIR += py-google-apputils
     SUBDIR += py-grab
     SUBDIR += py-greenlet
     SUBDIR += py-grizzled

Added: head/devel/py-google-apputils/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-google-apputils/Makefile	Wed Oct  1 07:12:43 2014	(r369696)
@@ -0,0 +1,19 @@
+# Created by: vanilla@
+# $FreeBSD$
+
+PORTNAME=	google-apputils
+PORTVERSION=	0.4.0
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	vanilla at FreeBSD.org
+COMMENT=	Google Application Utilities for Python
+
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		python
+USE_PYTHON=	distutils autoplist
+
+.include <bsd.port.mk>

Added: head/devel/py-google-apputils/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-google-apputils/distinfo	Wed Oct  1 07:12:43 2014	(r369696)
@@ -0,0 +1,2 @@
+SHA256 (google-apputils-0.4.0.tar.gz) = b260eb39f2723b71329ad016773033b95a31e89d8c9e13b8e6a1ef8eed8e94a3
+SIZE (google-apputils-0.4.0.tar.gz) = 80014

Added: head/devel/py-google-apputils/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-google-apputils/pkg-descr	Wed Oct  1 07:12:43 2014	(r369696)
@@ -0,0 +1,3 @@
+Google application utilities for python.
+
+WWW: https://pypi.python.org/pypi/google-apputils


More information about the svn-ports-head mailing list