mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
net/py-maxminddb: Update to 2.6.3
This commit is contained in:
parent
ff3db31c33
commit
37e7bfdb24
3 changed files with 17 additions and 7 deletions
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= maxminddb
|
||||
PORTVERSION= 2.6.2
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.6.3
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= net python geography
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -13,14 +12,16 @@ LICENSE= APACHE20
|
|||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
LIB_DEPENDS= libmaxminddb.so:net/libmaxminddb
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
||||
|
||||
USES= compiler:c11 localbase python
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= maxmind
|
||||
GH_PROJECT= MaxMind-DB-Reader-python
|
||||
|
||||
USE_PYTHON= autoplist distutils
|
||||
USE_PYTHON= autoplist concurrent pep517
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1718616870
|
||||
SHA256 (maxmind-MaxMind-DB-Reader-python-v2.6.2_GH0.tar.gz) = b6bdb53dc259ccde0f85e2080cd48975545fcdd3bb3850d1a8184c2ca06e1165
|
||||
SIZE (maxmind-MaxMind-DB-Reader-python-v2.6.2_GH0.tar.gz) = 40447
|
||||
TIMESTAMP = 1743368281
|
||||
SHA256 (maxmind-MaxMind-DB-Reader-python-v2.6.3_GH0.tar.gz) = 48d77eb0c9a3c6ffcd8dceda04451315f29c8cdea792bb3e549af7fb02952fb1
|
||||
SIZE (maxmind-MaxMind-DB-Reader-python-v2.6.3_GH0.tar.gz) = 40485
|
||||
|
|
9
net/py-maxminddb/files/patch-pyproject.toml
Normal file
9
net/py-maxminddb/files/patch-pyproject.toml
Normal file
|
@ -0,0 +1,9 @@
|
|||
--- pyproject.toml.orig 2025-03-30 21:02:11 UTC
|
||||
+++ pyproject.toml
|
||||
@@ -1,5 +1,5 @@
|
||||
[build-system]
|
||||
-requires = ["setuptools>=68.2.2", "setuptools-scm", "wheel"]
|
||||
+requires = ["setuptools", "setuptools-scm", "wheel"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
Loading…
Add table
Reference in a new issue