svn commit: r400873 - in head/www: . py-google

Pawel Pekala pawel at FreeBSD.org
Thu Nov 5 21:41:31 UTC 2015


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 at 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 at rawbw.com>
+# $FreeBSD$
+
+PORTNAME=	google
+PORTVERSION=	1.7
+CATEGORIES=	www python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri at 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/


More information about the svn-ports-all mailing list