Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Nov 2015 21:41:29 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r400873 - in head/www: . py-google
Message-ID:  <201511052141.tA5LfTit039490@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Thu Nov  5 21:41:29 2015
New Revision: 400873
URL: https://svnweb.freebsd.org/changeset/ports/400873

Log:
  Google search from Python.
  
  WWW: https://breakingcode.wordpress.com/
  
  PR:		202918
  Submitted by:	Yuri Victorovich <yuri@rawbw.com>

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

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Thu Nov  5 21:21:21 2015	(r400872)
+++ head/www/Makefile	Thu Nov  5 21:41:29 2015	(r400873)
@@ -1600,6 +1600,7 @@
     SUBDIR += py-funkload
     SUBDIR += py-gandi.cli
     SUBDIR += py-gevent-websocket
+    SUBDIR += py-google
     SUBDIR += py-google-api-python-client
     SUBDIR += py-graphite-web
     SUBDIR += py-grequests

Added: head/www/py-google/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-google/Makefile	Thu Nov  5 21:41:29 2015	(r400873)
@@ -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>

Added: head/www/py-google/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-google/distinfo	Thu Nov  5 21:41:29 2015	(r400873)
@@ -0,0 +1,2 @@
+SHA256 (google-1.7.tar.gz) = d6e25f5d55b5205d84564452d459ce815924ffaf19ef077188e274959aa7df64
+SIZE (google-1.7.tar.gz) = 6127

Added: head/www/py-google/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-google/pkg-descr	Thu Nov  5 21:41:29 2015	(r400873)
@@ -0,0 +1,3 @@
+Google search from Python.
+
+WWW: https://breakingcode.wordpress.com/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511052141.tA5LfTit039490>