Add py-aiohttp-socks 0.2, SOCKS proxy connector for aiohttp.
This commit is contained in:
parent
e243e33b8a
commit
69dc2d757e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=488283
@ -1033,6 +1033,7 @@
|
||||
SUBDIR += pxe-pdhcp
|
||||
SUBDIR += py-GeoIP
|
||||
SUBDIR += py-GeoIP2
|
||||
SUBDIR += py-aiohttp-socks
|
||||
SUBDIR += py-amqp
|
||||
SUBDIR += py-amqplib
|
||||
SUBDIR += py-avahi
|
||||
|
25
net/py-aiohttp-socks/Makefile
Normal file
25
net/py-aiohttp-socks/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= aiohttp-socks
|
||||
PORTVERSION= 0.2
|
||||
CATEGORIES= net python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= ehaupt@FreeBSD.org
|
||||
COMMENT= SOCKS proxy connector for aiohttp
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>0:www/py-aiohttp@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= romis2012
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/py-aiohttp-socks/distinfo
Normal file
3
net/py-aiohttp-socks/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1545693127
|
||||
SHA256 (romis2012-aiohttp-socks-0.2_GH0.tar.gz) = 5c3b592c6c4546cec6242a061f4b4591cb9da6ec40d05d92a8bf43d62fd2ca91
|
||||
SIZE (romis2012-aiohttp-socks-0.2_GH0.tar.gz) = 1352021
|
3
net/py-aiohttp-socks/pkg-descr
Normal file
3
net/py-aiohttp-socks/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
SOCKS proxy connector for aiohttp. SOCKS4(a) and SOCKS5 are supported.
|
||||
|
||||
WWW: https://pypi.org/project/aiohttp-socks/
|
Loading…
Reference in New Issue
Block a user