diff options
author | vanilla <vanilla@FreeBSD.org> | 2014-10-01 15:12:43 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2014-10-01 15:12:43 +0800 |
commit | 95bcfc30cc1ccf492a7eb826755075b82c91fedf (patch) | |
tree | 4208b9821e6d892ecc34d31eb5484ce75b8174d2 /devel | |
parent | f61121ab903c75cdc1e7bca6ea1560439112148e (diff) | |
download | freebsd-ports-gnome-95bcfc30cc1ccf492a7eb826755075b82c91fedf.tar.gz freebsd-ports-gnome-95bcfc30cc1ccf492a7eb826755075b82c91fedf.tar.zst freebsd-ports-gnome-95bcfc30cc1ccf492a7eb826755075b82c91fedf.zip |
Add py-google-apputils, it's small collections of utilities for building python application.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/py-google-apputils/Makefile | 19 | ||||
-rw-r--r-- | devel/py-google-apputils/distinfo | 2 | ||||
-rw-r--r-- | devel/py-google-apputils/pkg-descr | 3 |
4 files changed, 25 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 053f327d4697..648ced3de189 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/py-google-apputils/Makefile b/devel/py-google-apputils/Makefile new file mode 100644 index 000000000000..0cc818174a77 --- /dev/null +++ b/devel/py-google-apputils/Makefile @@ -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@FreeBSD.org +COMMENT= Google Application Utilities for Python + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python +USE_PYTHON= distutils autoplist + +.include <bsd.port.mk> diff --git a/devel/py-google-apputils/distinfo b/devel/py-google-apputils/distinfo new file mode 100644 index 000000000000..b500b8ea1c06 --- /dev/null +++ b/devel/py-google-apputils/distinfo @@ -0,0 +1,2 @@ +SHA256 (google-apputils-0.4.0.tar.gz) = b260eb39f2723b71329ad016773033b95a31e89d8c9e13b8e6a1ef8eed8e94a3 +SIZE (google-apputils-0.4.0.tar.gz) = 80014 diff --git a/devel/py-google-apputils/pkg-descr b/devel/py-google-apputils/pkg-descr new file mode 100644 index 000000000000..082e24ab12f7 --- /dev/null +++ b/devel/py-google-apputils/pkg-descr @@ -0,0 +1,3 @@ +Google application utilities for python. + +WWW: https://pypi.python.org/pypi/google-apputils |