Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Jan 2026 14:20:55 +0000
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 67d82d96f001 - main - www/py-proxy.py: Add py-proxy.py 2.4.10
Message-ID:  <697e0fc7.315f0.235b5dfd@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=67d82d96f001c4e3d755dfb82b438ebb35edd196

commit 67d82d96f001c4e3d755dfb82b438ebb35edd196
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-01-31 13:11:36 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-01-31 14:14:47 +0000

    www/py-proxy.py: Add py-proxy.py 2.4.10
    
    Proxy.py is a high-performance, lightweight, and highly customizable HTTP proxy
    server framework written in Python.
---
 www/Makefile              |  1 +
 www/py-proxy.py/Makefile  | 25 +++++++++++++++++++++++++
 www/py-proxy.py/distinfo  |  3 +++
 www/py-proxy.py/pkg-descr |  2 ++
 4 files changed, 31 insertions(+)

diff --git a/www/Makefile b/www/Makefile
index a7a226266573..848ad85295b4 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1876,6 +1876,7 @@
     SUBDIR += py-priority
     SUBDIR += py-priority1
     SUBDIR += py-protego
+    SUBDIR += py-proxy.py
     SUBDIR += py-proxy_tools
     SUBDIR += py-puppetboard
     SUBDIR += py-py-restclient
diff --git a/www/py-proxy.py/Makefile b/www/py-proxy.py/Makefile
new file mode 100644
index 000000000000..2b1874f2f35f
--- /dev/null
+++ b/www/py-proxy.py/Makefile
@@ -0,0 +1,25 @@
+PORTNAME=	proxy.py
+PORTVERSION=	2.4.10
+CATEGORIES=	www python
+MASTER_SITES=	PYPI
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	proxy_py-${PORTVERSION}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Fast lightweight pluggable proxy framework
+WWW=		https://proxypy.readthedocs.io/en/stable/ \
+		https://github.com/abhinavsingh/proxy.py
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}setuptools-scm>=6:devel/py-setuptools-scm@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	autoplist concurrent pep517
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/www/py-proxy.py/distinfo b/www/py-proxy.py/distinfo
new file mode 100644
index 000000000000..12683162840c
--- /dev/null
+++ b/www/py-proxy.py/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1768625569
+SHA256 (proxy_py-2.4.10.tar.gz) = 41b9e9d3aae6f80e2304d3726e8e9c583a510d8de224eada53d115f48a63a9ce
+SIZE (proxy_py-2.4.10.tar.gz) = 326541
diff --git a/www/py-proxy.py/pkg-descr b/www/py-proxy.py/pkg-descr
new file mode 100644
index 000000000000..f0b66b9d910a
--- /dev/null
+++ b/www/py-proxy.py/pkg-descr
@@ -0,0 +1,2 @@
+Proxy.py is a high-performance, lightweight, and highly customizable HTTP proxy
+server framework written in Python.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?697e0fc7.315f0.235b5dfd>