View | Details | Raw Unified | Return to bug 282455
Collapse All | Expand All

(-)b/www/py-proxy_tools/Makefile (+18 lines)
Added Link Here
1
PORTNAME=	proxy_tools
2
DISTVERSION=	0.1.0
3
CATEGORIES=	www python
4
MASTER_SITES=	PYPI
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
7
MAINTAINER=	DtxdF@disroot.org
8
COMMENT=	Simple proxy implementation for Python
9
WWW=		https://github.com/jtushman/proxy_tools
10
11
LICENSE=	MIT
12
13
USES=		python
14
USE_PYTHON=	autoplist distutils
15
16
NO_ARCH=	yes
17
18
.include <bsd.port.mk>
(-)b/www/py-proxy_tools/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1730061330
2
SHA256 (proxy_tools-0.1.0.tar.gz) = ccb3751f529c047e2d8a58440d86b205303cf0fe8146f784d1cbcd94f0a28010
3
SIZE (proxy_tools-0.1.0.tar.gz) = 2978
(-)b/www/py-proxy_tools/pkg-descr (-1 / +3 lines)
Added Link Here
0
- 
1
proxy_tools is a very simple and useful proxy (as in the GoF design
2
pattern) implementation, that I found to be useful outside the web
3
context -- hence the extraction.

Return to bug 282455