aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2015-07-03 17:03:45 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2015-07-03 17:03:45 +0000
commit24d146855f729b79f69cae404ceb386c3d408f23 (patch)
tree0b1e2d310a08679a20cacd783b47fa15b705c38a
parent01e23cfa90c0855f04db8f8de012328875022be0 (diff)
downloadports-24d146855f729b79f69cae404ceb386c3d408f23.tar.gz
ports-24d146855f729b79f69cae404ceb386c3d408f23.zip
Notes
-rw-r--r--MOVED1
-rw-r--r--net/Makefile1
-rw-r--r--net/py-google/Makefile43
-rw-r--r--net/py-google/distinfo2
-rw-r--r--net/py-google/pkg-descr5
-rw-r--r--net/py-google/pkg-message10
6 files changed, 1 insertions, 61 deletions
diff --git a/MOVED b/MOVED
index ca8674266b13..b1858a64e55b 100644
--- a/MOVED
+++ b/MOVED
@@ -7677,3 +7677,4 @@ www/ruby-amazon|www/ruby-aws|2015-06-30|Has expired: Rendered obsolete by upstre
net/ntp-rc||2015-06-30|Has gone GA
net/ptpd2-devel|net/ptpd2|2015-07-02|Development version no longer necessary
devel/erlang-cowlib|www/erlang-cowlib|2015-07-03|Move to www where it belongs
+net/py-google||2015-07-03|Google no longer supports the SOAP API for search
diff --git a/net/Makefile b/net/Makefile
index 545278a6c77c..2d99e51a775b 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -907,7 +907,6 @@
SUBDIR += py-ec2-cli-tools
SUBDIR += py-eventlet
SUBDIR += py-gntp
- SUBDIR += py-google
SUBDIR += py-gspread
SUBDIR += py-gspreadsheet
SUBDIR += py-impacket
diff --git a/net/py-google/Makefile b/net/py-google/Makefile
deleted file mode 100644
index 39ec0528acf1..000000000000
--- a/net/py-google/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-# Created by: Hye-Shik Chang <perky@fallin.lv>
-# $FreeBSD$
-
-PORTNAME= google
-PORTVERSION= 0.6
-CATEGORIES= net python
-MASTER_SITES= SF/py${PORTNAME}/py${PORTNAME}/${PORTVERSION}
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= pygoogle-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Python wrapper for the Google web API
-
-DEPRECATED= Google no longer supports the SOAP API for search
-EXPIRATION_DATE= 2015-07-02
-
-RUN_DEPENDS= ${PYXML}
-
-USES= python
-USE_PYTHON= distutils autoplist
-
-PORTDOCS= *
-DOCSDIR= ${PREFIX}/share/doc/py-google
-PORTEXAMPLES= *
-EXAMPLESDIR= ${PREFIX}/share/examples/py-google
-
-post-patch:
-# www/py-websvcs has an incompatible version of SOAP.py
- @${MV} ${WRKSRC}/SOAP.py ${WRKSRC}/SOAPgoogle.py
- @cd ${WRKSRC}; for f in *.py; do \
- ${REINPLACE_CMD} -e 's,import SOAP,import SOAPgoogle as SOAP,g' $$f; \
- done
- @${MKDIR} ${WRKSRC}/tests
- @${MV} ${WRKSRC}/*test*.py ${WRKSRC}/tests
- @${REINPLACE_CMD} -e 's,.*extra_path.*,,g' ${WRKSRC}/setup.py
-
-post-install:
- @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
- ${INSTALL_SCRIPT} ${WRKSRC}/tests/*.py ${STAGEDIR}${EXAMPLESDIR}
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- (cd ${WRKSRC}/doc/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
-
-.include <bsd.port.mk>
diff --git a/net/py-google/distinfo b/net/py-google/distinfo
deleted file mode 100644
index 4a7039aa9a73..000000000000
--- a/net/py-google/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (pygoogle-0.6.tar.gz) = ad3f4530977a15e52b379ef301a4a80cf69a883f24dd6cebc5b47b3009c092a4
-SIZE (pygoogle-0.6.tar.gz) = 61276
diff --git a/net/py-google/pkg-descr b/net/py-google/pkg-descr
deleted file mode 100644
index 4fb926610273..000000000000
--- a/net/py-google/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-This module allows you to access Google's web APIs through SOAP,
-to do things like search Google and get the results programmatically.
-This API is described here: http://www.google.com/apis/
-
-WWW: http://pygoogle.sourceforge.net/
diff --git a/net/py-google/pkg-message b/net/py-google/pkg-message
deleted file mode 100644
index 88d8141f8abc..000000000000
--- a/net/py-google/pkg-message
+++ /dev/null
@@ -1,10 +0,0 @@
-==================================================================
- You need a Google-provided license key to use these services.
- Go http://www.google.com/apis/ to get one. This module will look
- in several places (in this order) for the license key:
-
- - the module-level LICENSE_KEY variable
- - an environment variable called GOOGLE_LICENSE_KEY
- - a file called ".googlekey" in the current directory
- - a file called ".googlekey" in your home directory
-==================================================================