Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Apr 2026 15:19:20 +0000
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7ad83e7e5f46 - main - net/py-awsipranges: New port: Work with the AWS IP address ranges in native Python
Message-ID:  <69d671f8.42bd8.75e55d37@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7ad83e7e5f46c0a9b3f7124cbb510ddd37a536a2

commit 7ad83e7e5f46c0a9b3f7124cbb510ddd37a536a2
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-04-08 02:50:26 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-04-08 15:19:16 +0000

    net/py-awsipranges: New port: Work with the AWS IP address ranges in native Python
---
 net/Makefile                 |  1 +
 net/py-awsipranges/Makefile  | 21 +++++++++++++++++++++
 net/py-awsipranges/distinfo  |  3 +++
 net/py-awsipranges/pkg-descr |  4 ++++
 4 files changed, 29 insertions(+)

diff --git a/net/Makefile b/net/Makefile
index 9e1af28c7df5..7e0a66b92d01 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1049,6 +1049,7 @@
     SUBDIR += py-amqp
     SUBDIR += py-amqplib
     SUBDIR += py-avahi
+    SUBDIR += py-awsipranges
     SUBDIR += py-blobfile
     SUBDIR += py-bonsai
     SUBDIR += py-casttube
diff --git a/net/py-awsipranges/Makefile b/net/py-awsipranges/Makefile
new file mode 100644
index 000000000000..a5de3853400b
--- /dev/null
+++ b/net/py-awsipranges/Makefile
@@ -0,0 +1,21 @@
+PORTNAME=	awsipranges
+DISTVERSION=	0.3.3
+CATEGORIES=	net python
+MASTER_SITES=	PYPI
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Work with the AWS IP address ranges in native Python
+WWW=		https://aws-samples.github.io/awsipranges/ \
+		https://github.com/aws-samples/awsipranges
+
+LICENSE=	APACHE20
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}poetry-core>0:devel/py-poetry-core@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	pep517 autoplist
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/net/py-awsipranges/distinfo b/net/py-awsipranges/distinfo
new file mode 100644
index 000000000000..7ccccf07f8e8
--- /dev/null
+++ b/net/py-awsipranges/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1775081795
+SHA256 (awsipranges-0.3.3.tar.gz) = 4f0b3f22a9dc1163c85b513bed812b6c92bdacd674e6a7b68252a3c25b99e2c0
+SIZE (awsipranges-0.3.3.tar.gz) = 16739
diff --git a/net/py-awsipranges/pkg-descr b/net/py-awsipranges/pkg-descr
new file mode 100644
index 000000000000..ce71f6c3d80b
--- /dev/null
+++ b/net/py-awsipranges/pkg-descr
@@ -0,0 +1,4 @@
+awsipranges is a package to ork with the AWS IP address ranges in native Python.
+
+AwsIpRanges provides a Pythonic interface to the AWS IP address
+ranges published at https://ip-ranges.amazonaws.com/ip-ranges.json.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69d671f8.42bd8.75e55d37>