Received: by mail.netbsd.org (Postfix, from userid 605) id E35FF84F8E; Wed, 24 Aug 2022 12:54:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 29A8F84ED8 for ; Wed, 24 Aug 2022 12:54:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Bv1mwrTg_lna for ; Wed, 24 Aug 2022 12:54:28 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 7F20F84CD9 for ; Wed, 24 Aug 2022 12:54:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7C930FB1A; Wed, 24 Aug 2022 12:54:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1661345668227580" MIME-Version: 1.0 Date: Wed, 24 Aug 2022 12:54:28 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/geography/py-geoip2 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220824125428.7C930FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1661345668227580 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Aug 24 12:54:28 UTC 2022 Added Files: pkgsrc/geography/py-geoip2: DESCR Makefile PLIST distinfo Log Message: geography/py-geoip2: import py-geoip2-4.6.0 This package provides an API for the GeoIP2 and GeoLite2 web services and databases. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/geography/py-geoip2/DESCR \ pkgsrc/geography/py-geoip2/Makefile pkgsrc/geography/py-geoip2/PLIST \ pkgsrc/geography/py-geoip2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1661345668227580 Content-Disposition: inline Content-Length: 3202 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/geography/py-geoip2/DESCR diff -u /dev/null pkgsrc/geography/py-geoip2/DESCR:1.1 --- /dev/null Wed Aug 24 12:54:28 2022 +++ pkgsrc/geography/py-geoip2/DESCR Wed Aug 24 12:54:28 2022 @@ -0,0 +1,2 @@ +This package provides an API for the GeoIP2 and GeoLite2 web services +and databases. Index: pkgsrc/geography/py-geoip2/Makefile diff -u /dev/null pkgsrc/geography/py-geoip2/Makefile:1.1 --- /dev/null Wed Aug 24 12:54:28 2022 +++ pkgsrc/geography/py-geoip2/Makefile Wed Aug 24 12:54:28 2022 @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1 2022/08/24 12:54:28 wiz Exp $ + +DISTNAME= geoip2-4.6.0 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= geography python +MASTER_SITES= ${MASTER_SITE_PYPI:=g/geoip2/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.maxmind.com/ +COMMENT= MaxMind GeoIP2 API +LICENSE= apache-2.0 + +DEPENDS+= ${PYPKGPREFIX}-aiohttp>=3.6.2:../../www/py-aiohttp +DEPENDS+= ${PYPKGPREFIX}-maxminddb>=2.2.0:../../geography/py-maxminddb +DEPENDS+= ${PYPKGPREFIX}-requests>=2.24.0:../../devel/py-requests +DEPENDS+= ${PYPKGPREFIX}-urllib3>=1.25.2:../../www/py-urllib3 +TEST_DEPENDS+= ${PYPKGPREFIX}-mocket>3.8.9:../../devel/py-mocket + +USE_LANGUAGES= # none + +PYTHON_VERSIONS_INCOMPATIBLE= 27 + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/geography/py-geoip2/PLIST diff -u /dev/null pkgsrc/geography/py-geoip2/PLIST:1.1 --- /dev/null Wed Aug 24 12:54:28 2022 +++ pkgsrc/geography/py-geoip2/PLIST Wed Aug 24 12:54:28 2022 @@ -0,0 +1,31 @@ +@comment $NetBSD: PLIST,v 1.1 2022/08/24 12:54:28 wiz Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/geoip2/__init__.py +${PYSITELIB}/geoip2/__init__.pyc +${PYSITELIB}/geoip2/__init__.pyo +${PYSITELIB}/geoip2/database.py +${PYSITELIB}/geoip2/database.pyc +${PYSITELIB}/geoip2/database.pyo +${PYSITELIB}/geoip2/errors.py +${PYSITELIB}/geoip2/errors.pyc +${PYSITELIB}/geoip2/errors.pyo +${PYSITELIB}/geoip2/mixins.py +${PYSITELIB}/geoip2/mixins.pyc +${PYSITELIB}/geoip2/mixins.pyo +${PYSITELIB}/geoip2/models.py +${PYSITELIB}/geoip2/models.pyc +${PYSITELIB}/geoip2/models.pyo +${PYSITELIB}/geoip2/py.typed +${PYSITELIB}/geoip2/records.py +${PYSITELIB}/geoip2/records.pyc +${PYSITELIB}/geoip2/records.pyo +${PYSITELIB}/geoip2/types.py +${PYSITELIB}/geoip2/types.pyc +${PYSITELIB}/geoip2/types.pyo +${PYSITELIB}/geoip2/webservice.py +${PYSITELIB}/geoip2/webservice.pyc +${PYSITELIB}/geoip2/webservice.pyo Index: pkgsrc/geography/py-geoip2/distinfo diff -u /dev/null pkgsrc/geography/py-geoip2/distinfo:1.1 --- /dev/null Wed Aug 24 12:54:28 2022 +++ pkgsrc/geography/py-geoip2/distinfo Wed Aug 24 12:54:28 2022 @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2022/08/24 12:54:28 wiz Exp $ + +BLAKE2s (geoip2-4.6.0.tar.gz) = fe1604bf2f03553c3dc1822941eb17f2eabb76677a908698f05421ccaa5c2bcb +SHA512 (geoip2-4.6.0.tar.gz) = 5b3b2f7ce181f762a896b3d17b6ccd7506ed55522ae6381d3a94e9084f0738e3d0d288b22eeed0e1fee6969c94745b7046c9914ac2f785e1a29630fa78ea947e +Size (geoip2-4.6.0.tar.gz) = 355989 bytes --_----------=_1661345668227580--