Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 Jul 2026 12:35:51 +0000
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3ed96021aecf - main - net-mgmt/py-pyixapi: Update version 0.2.7=>0.2.8
Message-ID:  <6a4a4fa7.26df1.70f8c1d9@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3ed96021aecf25fe7ac0cb87698c24d667cdbecf

commit 3ed96021aecf25fe7ac0cb87698c24d667cdbecf
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2026-07-05 01:53:41 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2026-07-05 12:35:13 +0000

    net-mgmt/py-pyixapi: Update version 0.2.7=>0.2.8
    
    Changelog: https://github.com/peering-manager/pyixapi/releases/tag/0.2.8
    
    Sponsored by:   Nepustil
---
 net-mgmt/py-pyixapi/Makefile | 15 +++++++++++----
 net-mgmt/py-pyixapi/distinfo |  6 +++---
 2 files changed, 14 insertions(+), 7 deletions(-)

diff --git a/net-mgmt/py-pyixapi/Makefile b/net-mgmt/py-pyixapi/Makefile
index 907abac9c17a..34a67c115869 100644
--- a/net-mgmt/py-pyixapi/Makefile
+++ b/net-mgmt/py-pyixapi/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pyixapi
-DISTVERSION=	0.2.7
+DISTVERSION=	0.2.8
 CATEGORIES=	net-mgmt python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -9,15 +9,22 @@ COMMENT=	Python API client library for IX-API
 WWW=		https://ix-api.net/
 
 LICENSE=	APACHE20
-LICENSE_FILE=	${WRKSRC}/LICENSE
+#LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}poetry-core>0:devel/py-poetry-core@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}poetry-core>0:devel/py-poetry-core@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}uv-build>=0.9.21:devel/py-uv-build@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyjwt>=2.4.0:www/py-pyjwt@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}requests>=2.20.0:www/py-requests@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}requests>=2.32.4:www/py-requests@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist pep517
+#USE_GITHUB=	yes
+#GH_ACCOUNT=	peering-manager
+#GH_PROJECT=	pyixapi
 
 NO_ARCH=	yes
 
+post-patch:
+	@${REINPLACE_CMD} -e 's|,<0.10.0||' ${WRKSRC}/pyproject.toml
+
 .include <bsd.port.mk>
diff --git a/net-mgmt/py-pyixapi/distinfo b/net-mgmt/py-pyixapi/distinfo
index 5ea49e834cb8..40be7c675bd9 100644
--- a/net-mgmt/py-pyixapi/distinfo
+++ b/net-mgmt/py-pyixapi/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1764584075
-SHA256 (pyixapi-0.2.7.tar.gz) = f26c407bdfa6e37590b866af4e62748b03bf05227be1094d9d26d36e307a0211
-SIZE (pyixapi-0.2.7.tar.gz) = 14751
+TIMESTAMP = 1783216183
+SHA256 (pyixapi-0.2.8.tar.gz) = 30490f2f32e1a63e4963df80da694eafc537795736c01bcbdf4b03b1035a362a
+SIZE (pyixapi-0.2.8.tar.gz) = 11516


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a4a4fa7.26df1.70f8c1d9>