pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/geography/py-maxminddb geography/py-maxminddb: import ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/366ad4e89b59
branches:  trunk
changeset: 383915:366ad4e89b59
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Aug 24 11:07:22 2022 +0000

description:
geography/py-maxminddb: import py-maxminddb-2.2.0

This is a Python module for reading MaxMind DB files. The module includes both
a pure Python reader and an optional C extension.

MaxMind DB is a binary file format that stores data indexed by IP address
subnets (IPv4 or IPv6).

diffstat:

 geography/py-maxminddb/DESCR    |   5 +++++
 geography/py-maxminddb/Makefile |  17 +++++++++++++++++
 geography/py-maxminddb/PLIST    |  29 +++++++++++++++++++++++++++++
 geography/py-maxminddb/distinfo |   5 +++++
 4 files changed, 56 insertions(+), 0 deletions(-)

diffs (72 lines):

diff -r 207be645e0b7 -r 366ad4e89b59 geography/py-maxminddb/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/py-maxminddb/DESCR      Wed Aug 24 11:07:22 2022 +0000
@@ -0,0 +1,5 @@
+This is a Python module for reading MaxMind DB files. The module includes both
+a pure Python reader and an optional C extension.
+
+MaxMind DB is a binary file format that stores data indexed by IP address
+subnets (IPv4 or IPv6).
diff -r 207be645e0b7 -r 366ad4e89b59 geography/py-maxminddb/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/py-maxminddb/Makefile   Wed Aug 24 11:07:22 2022 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2022/08/24 11:07:22 wiz Exp $
+
+DISTNAME=      maxminddb-2.2.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    geography
+MASTER_SITES=  ${MASTER_SITE_PYPI:=m/maxminddb/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://pypi.org/project/maxminddb/
+COMMENT=       Reader for the MaxMind DB format
+LICENSE=       apache-2.0
+
+TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
+
+.include "../../geography/libmaxminddb/buildlink3.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 207be645e0b7 -r 366ad4e89b59 geography/py-maxminddb/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/py-maxminddb/PLIST      Wed Aug 24 11:07:22 2022 +0000
@@ -0,0 +1,29 @@
+@comment $NetBSD: PLIST,v 1.1 2022/08/24 11:07:22 wiz Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/maxminddb/__init__.py
+${PYSITELIB}/maxminddb/__init__.pyc
+${PYSITELIB}/maxminddb/__init__.pyo
+${PYSITELIB}/maxminddb/const.py
+${PYSITELIB}/maxminddb/const.pyc
+${PYSITELIB}/maxminddb/const.pyo
+${PYSITELIB}/maxminddb/decoder.py
+${PYSITELIB}/maxminddb/decoder.pyc
+${PYSITELIB}/maxminddb/decoder.pyo
+${PYSITELIB}/maxminddb/errors.py
+${PYSITELIB}/maxminddb/errors.pyc
+${PYSITELIB}/maxminddb/errors.pyo
+${PYSITELIB}/maxminddb/extension.pyi
+${PYSITELIB}/maxminddb/extension.so
+${PYSITELIB}/maxminddb/file.py
+${PYSITELIB}/maxminddb/file.pyc
+${PYSITELIB}/maxminddb/file.pyo
+${PYSITELIB}/maxminddb/py.typed
+${PYSITELIB}/maxminddb/reader.py
+${PYSITELIB}/maxminddb/reader.pyc
+${PYSITELIB}/maxminddb/reader.pyo
+${PYSITELIB}/maxminddb/types.py
+${PYSITELIB}/maxminddb/types.pyc
+${PYSITELIB}/maxminddb/types.pyo
diff -r 207be645e0b7 -r 366ad4e89b59 geography/py-maxminddb/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/py-maxminddb/distinfo   Wed Aug 24 11:07:22 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/08/24 11:07:22 wiz Exp $
+
+BLAKE2s (maxminddb-2.2.0.tar.gz) = d8f5db2e6143a25328fcdcb447bd84175c6aa8a6aba5d4133edcdbeb03ef535f
+SHA512 (maxminddb-2.2.0.tar.gz) = b5526bfe37a846aa9ff49dde0daa87eeef491fd16f6c275efc22eb194bb71dfc9f4fabccb553d575827cd1e2aff20d796a0d6a2ac6b74c54ffbf48401b935bbd
+Size (maxminddb-2.2.0.tar.gz) = 330865 bytes



Home | Main Index | Thread Index | Old Index