pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-aiohttp-socks



Module Name:    pkgsrc
Committed By:   js
Date:           Tue Apr 14 19:52:15 UTC 2020

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-aiohttp-socks/DESCR \
    pkgsrc/www/py-aiohttp-socks/Makefile pkgsrc/www/py-aiohttp-socks/PLIST \
    pkgsrc/www/py-aiohttp-socks/distinfo

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

Added files:

Index: pkgsrc/www/py-aiohttp-socks/DESCR
diff -u /dev/null pkgsrc/www/py-aiohttp-socks/DESCR:1.1
--- /dev/null   Tue Apr 14 19:52:15 2020
+++ pkgsrc/www/py-aiohttp-socks/DESCR   Tue Apr 14 19:52:15 2020
@@ -0,0 +1 @@
+SOCKS proxy connector for aiohttp. SOCKS4(a) and SOCKS5 are supported.
Index: pkgsrc/www/py-aiohttp-socks/Makefile
diff -u /dev/null pkgsrc/www/py-aiohttp-socks/Makefile:1.1
--- /dev/null   Tue Apr 14 19:52:15 2020
+++ pkgsrc/www/py-aiohttp-socks/Makefile        Tue Apr 14 19:52:15 2020
@@ -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"
Index: pkgsrc/www/py-aiohttp-socks/PLIST
diff -u /dev/null pkgsrc/www/py-aiohttp-socks/PLIST:1.1
--- /dev/null   Tue Apr 14 19:52:15 2020
+++ pkgsrc/www/py-aiohttp-socks/PLIST   Tue Apr 14 19:52:15 2020
@@ -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
Index: pkgsrc/www/py-aiohttp-socks/distinfo
diff -u /dev/null pkgsrc/www/py-aiohttp-socks/distinfo:1.1
--- /dev/null   Tue Apr 14 19:52:15 2020
+++ pkgsrc/www/py-aiohttp-socks/distinfo        Tue Apr 14 19:52:15 2020
@@ -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