pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/geography/py-maxminddb
Module Name: pkgsrc
Committed By: wiz
Date: Wed Aug 24 11:07:22 UTC 2022
Added Files:
pkgsrc/geography/py-maxminddb: DESCR Makefile PLIST distinfo
Log Message:
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).
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/geography/py-maxminddb/DESCR \
pkgsrc/geography/py-maxminddb/Makefile \
pkgsrc/geography/py-maxminddb/PLIST \
pkgsrc/geography/py-maxminddb/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-maxminddb/DESCR
diff -u /dev/null pkgsrc/geography/py-maxminddb/DESCR:1.1
--- /dev/null Wed Aug 24 11:07:22 2022
+++ pkgsrc/geography/py-maxminddb/DESCR Wed Aug 24 11:07:22 2022
@@ -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).
Index: pkgsrc/geography/py-maxminddb/Makefile
diff -u /dev/null pkgsrc/geography/py-maxminddb/Makefile:1.1
--- /dev/null Wed Aug 24 11:07:22 2022
+++ pkgsrc/geography/py-maxminddb/Makefile Wed Aug 24 11:07:22 2022
@@ -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"
Index: pkgsrc/geography/py-maxminddb/PLIST
diff -u /dev/null pkgsrc/geography/py-maxminddb/PLIST:1.1
--- /dev/null Wed Aug 24 11:07:22 2022
+++ pkgsrc/geography/py-maxminddb/PLIST Wed Aug 24 11:07:22 2022
@@ -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
Index: pkgsrc/geography/py-maxminddb/distinfo
diff -u /dev/null pkgsrc/geography/py-maxminddb/distinfo:1.1
--- /dev/null Wed Aug 24 11:07:22 2022
+++ pkgsrc/geography/py-maxminddb/distinfo Wed Aug 24 11:07:22 2022
@@ -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