diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 6cfd71e8a316..4f9f0c21ca45 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2203 2022/05/01 07:57:42 wiz Exp $ +$NetBSD: CHANGES-2022,v 1.2204 2022/05/01 08:03:13 wiz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3471,3 +3471,4 @@ Changes to the packages collection and infrastructure in 2022: Updated mail/mutt to 2.2.4 [tron 2022-05-01] Removed devel/bzr-svn [wiz 2022-05-01] Removed devel/py-testtools24 [wiz 2022-05-01] + Removed net/py-google [wiz 2022-05-01] diff --git a/net/Makefile b/net/Makefile index 82c0e26c272d..d383d71f9b49 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1455 2022/04/29 13:05:49 wiz Exp $ +# $NetBSD: Makefile,v 1.1456 2022/05/01 08:03:13 wiz Exp $ # COMMENT= Networking tools @@ -705,7 +705,6 @@ SUBDIR+= py-foolscap SUBDIR+= py-gcs-oauth2-boto-plugin SUBDIR+= py-gevent SUBDIR+= py-geventhttpclient -SUBDIR+= py-google SUBDIR+= py-google-cloud-sdk SUBDIR+= py-grpcio SUBDIR+= py-grpcio-testing diff --git a/net/py-google/DESCR b/net/py-google/DESCR deleted file mode 100644 index b92b848ea5e1..000000000000 --- a/net/py-google/DESCR +++ /dev/null @@ -1,4 +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/ diff --git a/net/py-google/Makefile b/net/py-google/Makefile deleted file mode 100644 index f7866d3a1cef..000000000000 --- a/net/py-google/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $NetBSD: Makefile,v 1.44 2022/01/10 20:19:04 wiz Exp $ - -DISTNAME= pygoogle-0.6 -PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} -PKGREVISION= 6 -CATEGORIES= net python -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pygoogle/} - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://pygoogle.sourceforge.net/ -COMMENT= Call the Google web API from Python - -DEPENDS+= ${PYPKGPREFIX}-SOAPpy-[0-9]*:../../net/py-soappy - -EGG_NAME= pygoogle-0.5 - -PYTHON_VERSIONS_ACCEPTED= 27 # py-xml via py-soappy - -.include "../../lang/python/egg.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/net/py-google/PLIST b/net/py-google/PLIST deleted file mode 100644 index 966c951bce30..000000000000 --- a/net/py-google/PLIST +++ /dev/null @@ -1,15 +0,0 @@ -@comment $NetBSD: PLIST,v 1.8 2022/01/14 17:52:01 wiz Exp $ -${PYSITELIB}/pygoogle.pth -${PYSITELIB}/pygoogle/GoogleSOAPFacade.py -${PYSITELIB}/pygoogle/GoogleSOAPFacade.pyc -${PYSITELIB}/pygoogle/GoogleSOAPFacade.pyo -${PYSITELIB}/pygoogle/SOAP.py -${PYSITELIB}/pygoogle/SOAP.pyc -${PYSITELIB}/pygoogle/SOAP.pyo -${PYSITELIB}/pygoogle/google.py -${PYSITELIB}/pygoogle/google.pyc -${PYSITELIB}/pygoogle/google.pyo -${PYSITELIB}/pygoogle/googletest.py -${PYSITELIB}/pygoogle/googletest.pyc -${PYSITELIB}/pygoogle/googletest.pyo -${PYSITELIB}/pygoogle/${EGG_INFODIR} diff --git a/net/py-google/distinfo b/net/py-google/distinfo deleted file mode 100644 index 8724b58d9e5a..000000000000 --- a/net/py-google/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.9 2021/10/26 11:06:36 nia Exp $ - -BLAKE2s (pygoogle-0.6.tar.gz) = a14ec6ce67ae8b70da797a70ad56a1d9f7565f98788f8be38cb2e272f8302f8f -SHA512 (pygoogle-0.6.tar.gz) = de7674581311ae0e972cc4ca4736748289c2cde6492f16df87b139d555467a64cd97c9d35432673177d61bab4c111b23d644312804bb49d73557a42d00c3b7fb -Size (pygoogle-0.6.tar.gz) = 61276 bytes