pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

proxy_tools: add version 0.1.0.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Sun Feb 5 13:15:17 2023 +0000
Changeset:	afe070c17fb0f0640d362449eaea816ecb3f937e

Added Files:
	py-proxy_tools/DESCR
	py-proxy_tools/Makefile
	py-proxy_tools/PLIST
	py-proxy_tools/distinfo

Log Message:
proxy_tools: add version 0.1.0.

I'm just a proxy

Loveingly extracted from werkzeug. A very useful proxy implementation,
that I found to be useful outside the web context - hence the
extraction.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=afe070c17fb0f0640d362449eaea816ecb3f937e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-proxy_tools/DESCR    |  5 +++++
 py-proxy_tools/Makefile | 14 ++++++++++++++
 py-proxy_tools/PLIST    |  9 +++++++++
 py-proxy_tools/distinfo |  5 +++++
 4 files changed, 33 insertions(+)

diffs:
diff --git a/py-proxy_tools/DESCR b/py-proxy_tools/DESCR
new file mode 100644
index 0000000000..c150ea292c
--- /dev/null
+++ b/py-proxy_tools/DESCR
@@ -0,0 +1,5 @@
+I'm just a proxy
+
+Loveingly extracted from werkzeug. A very useful proxy implementation,
+that I found to be useful outside the web context - hence the
+extraction.
diff --git a/py-proxy_tools/Makefile b/py-proxy_tools/Makefile
new file mode 100644
index 0000000000..184603c4be
--- /dev/null
+++ b/py-proxy_tools/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD$
+
+DISTNAME=	proxy_tools-0.1.0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+MASTER_SITES=	${MASTER_SITE_PYPI:=p/proxy_tools/}
+CATEGORIES=	devel
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://github.com/jtushman/proxy_tools
+COMMENT=	Useful proxy implementation, extracted from "werkzeug"
+LICENSE=	mit
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-proxy_tools/PLIST b/py-proxy_tools/PLIST
new file mode 100644
index 0000000000..4e7d3b28ce
--- /dev/null
+++ b/py-proxy_tools/PLIST
@@ -0,0 +1,9 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/proxy_tools/__init__.py
+${PYSITELIB}/proxy_tools/__init__.pyc
+${PYSITELIB}/proxy_tools/__init__.pyo
diff --git a/py-proxy_tools/distinfo b/py-proxy_tools/distinfo
new file mode 100644
index 0000000000..5e53898a3c
--- /dev/null
+++ b/py-proxy_tools/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (proxy_tools-0.1.0.tar.gz) = f9f0407dedcdc282730d7d063562014b7adc262036356477efe018af2188a138
+SHA512 (proxy_tools-0.1.0.tar.gz) = 047d32e31f6dd78b7666e847108072f6942c8ba9f08f04d7c98ae13cc5b52e0028f724e738e6eef28ef12945bccab22214660e4606643dcd646dbc770a641882
+Size (proxy_tools-0.1.0.tar.gz) = 2978 bytes


Home | Main Index | Thread Index | Old Index