pkgsrc-WIP-changes archive

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

Add py-aiohttp-socks



Module Name:	pkgsrc-wip
Committed By:	Jonathan Schleifer <js%heap.zone@localhost>
Pushed By:	js
Date:		Sun May 19 13:39:17 2019 +0200
Changeset:	9ef4ea51d2944607b78fa235af7c8317862d2f14

Added Files:
	py-aiohttp-socks/DESCR
	py-aiohttp-socks/Makefile
	py-aiohttp-socks/PLIST
	py-aiohttp-socks/distinfo

Log Message:
Add py-aiohttp-socks

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

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

diffstat:
 py-aiohttp-socks/DESCR    |  1 +
 py-aiohttp-socks/Makefile | 18 ++++++++++++++++++
 py-aiohttp-socks/PLIST    | 21 +++++++++++++++++++++
 py-aiohttp-socks/distinfo |  6 ++++++
 4 files changed, 46 insertions(+)

diffs:
diff --git a/py-aiohttp-socks/DESCR b/py-aiohttp-socks/DESCR
new file mode 100644
index 0000000000..de0a321ecb
--- /dev/null
+++ b/py-aiohttp-socks/DESCR
@@ -0,0 +1 @@
+SOCKS proxy connector for aiohttp. SOCKS4(a) and SOCKS5 are supported.
diff --git a/py-aiohttp-socks/Makefile b/py-aiohttp-socks/Makefile
new file mode 100644
index 0000000000..c40e154ad8
--- /dev/null
+++ b/py-aiohttp-socks/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME=	aiohttp_socks-0.2.2
+PKGNAME=	${PYPKGPREFIX}-aiohttp-socks-0.2.2
+CATEGORIES=	www python
+MASTER_SITES=	${MASTER_SITE_PYPI:=a/aiohttp-socks/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/romis2012/aiohttp-socks
+COMMENT=	SOCKS proxy connector for aiohttp
+LICENSE=	apache-2.0
+
+PYTHON_VERSIONS_ACCEPTED=       37 36 35
+
+DEPENDS+=	${PYPKGPREFIX}-aiohttp>=2.3.2*:../../www/py-aiohttp
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-aiohttp-socks/PLIST b/py-aiohttp-socks/PLIST
new file mode 100644
index 0000000000..88e07efc80
--- /dev/null
+++ b/py-aiohttp-socks/PLIST
@@ -0,0 +1,21 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/aiohttp_socks/__init__.py
+${PYSITELIB}/aiohttp_socks/__init__.pyo
+${PYSITELIB}/aiohttp_socks/__init__.pyc
+${PYSITELIB}/aiohttp_socks/connector.pyo
+${PYSITELIB}/aiohttp_socks/connector.pyc
+${PYSITELIB}/aiohttp_socks/errors.pyo
+${PYSITELIB}/aiohttp_socks/errors.pyc
+${PYSITELIB}/aiohttp_socks/helpers.pyo
+${PYSITELIB}/aiohttp_socks/helpers.pyc
+${PYSITELIB}/aiohttp_socks/proto.pyo
+${PYSITELIB}/aiohttp_socks/proto.pyc
+${PYSITELIB}/aiohttp_socks/connector.py
+${PYSITELIB}/aiohttp_socks/errors.py
+${PYSITELIB}/aiohttp_socks/helpers.py
+${PYSITELIB}/aiohttp_socks/proto.py
diff --git a/py-aiohttp-socks/distinfo b/py-aiohttp-socks/distinfo
new file mode 100644
index 0000000000..d4108d3169
--- /dev/null
+++ b/py-aiohttp-socks/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (aiohttp_socks-0.2.2.tar.gz) = 879f5c11ed12c62d89878d7b4ba49d4989915fcc
+RMD160 (aiohttp_socks-0.2.2.tar.gz) = 7e817087b5e650fa2999ee19d0a5b4f1a59db681
+SHA512 (aiohttp_socks-0.2.2.tar.gz) = b31c1dc4e32a0a4259bacdd4837f70e35994172a2a20b6797007181c50d4a06bdc1fa052006964297b68a4dc8f790bb28e416b3848932b838a9da967090b23bb
+Size (aiohttp_socks-0.2.2.tar.gz) = 10444 bytes


Home | Main Index | Thread Index | Old Index