diff options
author | pawel <pawel@FreeBSD.org> | 2015-11-06 05:41:29 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2015-11-06 05:41:29 +0800 |
commit | 613f43c3e9d70d4531a9fde589cc4f0d02dc34f7 (patch) | |
tree | 5ee45c3f64d6d27db17f009f53ae1b86731d1de2 /www/py-google | |
parent | ac50e58fde199bb7fe2d062cbb5cbab4bcd0713c (diff) | |
download | freebsd-ports-gnome-613f43c3e9d70d4531a9fde589cc4f0d02dc34f7.tar.gz freebsd-ports-gnome-613f43c3e9d70d4531a9fde589cc4f0d02dc34f7.tar.zst freebsd-ports-gnome-613f43c3e9d70d4531a9fde589cc4f0d02dc34f7.zip |
Google search from Python.
WWW: https://breakingcode.wordpress.com/
PR: 202918
Submitted by: Yuri Victorovich <yuri@rawbw.com>
Diffstat (limited to 'www/py-google')
-rw-r--r-- | www/py-google/Makefile | 21 | ||||
-rw-r--r-- | www/py-google/distinfo | 2 | ||||
-rw-r--r-- | www/py-google/pkg-descr | 3 |
3 files changed, 26 insertions, 0 deletions
diff --git a/www/py-google/Makefile b/www/py-google/Makefile new file mode 100644 index 000000000000..d97baaea5857 --- /dev/null +++ b/www/py-google/Makefile @@ -0,0 +1,21 @@ +# Created by: Yuri Victorovich <yuri@rawbw.com> +# $FreeBSD$ + +PORTNAME= google +PORTVERSION= 1.7 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@rawbw.com +COMMENT= Python bindings to the Google search engine + +LICENSE= BSD2CLAUSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4:${PORTSDIR}/www/py-beautifulsoup + +USES= python +USE_PYTHON= autoplist distutils +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/www/py-google/distinfo b/www/py-google/distinfo new file mode 100644 index 000000000000..fc7cd30076c6 --- /dev/null +++ b/www/py-google/distinfo @@ -0,0 +1,2 @@ +SHA256 (google-1.7.tar.gz) = d6e25f5d55b5205d84564452d459ce815924ffaf19ef077188e274959aa7df64 +SIZE (google-1.7.tar.gz) = 6127 diff --git a/www/py-google/pkg-descr b/www/py-google/pkg-descr new file mode 100644 index 000000000000..114597a3024c --- /dev/null +++ b/www/py-google/pkg-descr @@ -0,0 +1,3 @@ +Google search from Python. + +WWW: https://breakingcode.wordpress.com/ |