Page MenuHomeFreeBSD

New port: databases/py-maxminddb
AbandonedPublic

Authored by alfred on Oct 4 2015, 6:59 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 1 2024, 4:55 AM
Unknown Object (File)
Sep 3 2023, 8:58 PM
Unknown Object (File)
Aug 28 2023, 3:04 PM
Unknown Object (File)
Jul 27 2023, 12:58 AM
Unknown Object (File)
Jul 14 2023, 1:30 AM
Unknown Object (File)
Jul 8 2023, 12:20 PM
Unknown Object (File)
May 25 2023, 8:10 AM
Unknown Object (File)
Jan 6 2023, 12:30 AM
Subscribers

Details

Reviewers
sunpoet
koobs
Group Reviewers
Python
Summary

MaxMind DB Python Module

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).

WWW: https://pypi.python.org/pypi/maxminddb/0.3.3

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 708
Build 708: arc lint + arc unit

Event Timeline

alfred retitled this revision from to New port: databases/py-maxminddb.
alfred updated this object.
alfred edited the test plan for this revision. (Show Details)
lwhsu added inline comments.
databases/py-maxminddb/pkg-descr
10

Maybe use https://pypi.python.org/pypi/maxminddb for not being version specific?

  • lwhsu: make WWW not version specific

Took lwhsu's input.

databases/py-maxminddb/pkg-descr
9

Fixed.

  • portlint: sort USE_PYTHON
  • portlint: whitespace
sunpoet added a subscriber: sunpoet.

We have net/py-maxminddb already. Is there any reason to add an old version?

We have net/py-maxminddb already. Is there any reason to add an old version?

Oops, didn't know about that. I'll close this.