pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/geography/py-geoip2



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.

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@localhost
+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



Home | Main Index | Thread Index | Old Index