Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-aiohttp-socks Import www/py-aiohttp-socks from wip



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b5d2fa138e38
branches:  trunk
changeset: 429007:b5d2fa138e38
user:      js <js%pkgsrc.org@localhost>
date:      Tue Apr 14 19:52:15 2020 +0000

description:
Import www/py-aiohttp-socks from wip

This is a dependency of wip/electrum, with the goal of importing
wip/electrum later on.

SOCKS proxy connector for aiohttp. SOCKS4(a) and SOCKS5 are supported.

diffstat:

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

diffs (62 lines):

diff -r d7deaacd26a2 -r b5d2fa138e38 www/py-aiohttp-socks/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-aiohttp-socks/DESCR        Tue Apr 14 19:52:15 2020 +0000
@@ -0,0 +1,1 @@
+SOCKS proxy connector for aiohttp. SOCKS4(a) and SOCKS5 are supported.
diff -r d7deaacd26a2 -r b5d2fa138e38 www/py-aiohttp-socks/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-aiohttp-socks/Makefile     Tue Apr 14 19:52:15 2020 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2020/04/14 19:52:15 js Exp $
+
+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=    js%pkgsrc.org@localhost
+HOMEPAGE=      https://github.com/romis2012/aiohttp-socks
+COMMENT=       SOCKS proxy connector for aiohttp
+LICENSE=       apache-2.0
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+DEPENDS+=      ${PYPKGPREFIX}-aiohttp>=2.3.2:../../www/py-aiohttp
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d7deaacd26a2 -r b5d2fa138e38 www/py-aiohttp-socks/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-aiohttp-socks/PLIST        Tue Apr 14 19:52:15 2020 +0000
@@ -0,0 +1,21 @@
+@comment $NetBSD: PLIST,v 1.1 2020/04/14 19:52:15 js Exp $
+${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__.pyc
+${PYSITELIB}/aiohttp_socks/__init__.pyo
+${PYSITELIB}/aiohttp_socks/connector.py
+${PYSITELIB}/aiohttp_socks/connector.pyc
+${PYSITELIB}/aiohttp_socks/connector.pyo
+${PYSITELIB}/aiohttp_socks/errors.py
+${PYSITELIB}/aiohttp_socks/errors.pyc
+${PYSITELIB}/aiohttp_socks/errors.pyo
+${PYSITELIB}/aiohttp_socks/helpers.py
+${PYSITELIB}/aiohttp_socks/helpers.pyc
+${PYSITELIB}/aiohttp_socks/helpers.pyo
+${PYSITELIB}/aiohttp_socks/proto.py
+${PYSITELIB}/aiohttp_socks/proto.pyc
+${PYSITELIB}/aiohttp_socks/proto.pyo
diff -r d7deaacd26a2 -r b5d2fa138e38 www/py-aiohttp-socks/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-aiohttp-socks/distinfo     Tue Apr 14 19:52:15 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/04/14 19:52:15 js Exp $
+
+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