mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
create bsd12 branch
This commit is contained in:
18
python/py-pysocks/Makefile
Normal file
18
python/py-pysocks/Makefile
Normal file
@@ -0,0 +1,18 @@
|
||||
# Created by: Neil Booth
|
||||
# $FreeBSD: head/net/py-pysocks/Makefile 457002 2017-12-22 23:04:42Z sunpoet $
|
||||
|
||||
PORTNAME= pysocks
|
||||
PORTVERSION= 1.6.8
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= PySocks-${PORTVERSION}
|
||||
|
||||
MAINTAINER= python@FreeBSD.org
|
||||
COMMENT= Python SOCKS module
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
python/py-pysocks/distinfo
Normal file
3
python/py-pysocks/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1513969134
|
||||
SHA256 (PySocks-1.6.8.tar.gz) = 3fe52c55890a248676fd69dc9e3c4e811718b777834bcaab7a8125cf9deac672
|
||||
SIZE (PySocks-1.6.8.tar.gz) = 283450
|
||||
9
python/py-pysocks/pkg-descr
Normal file
9
python/py-pysocks/pkg-descr
Normal file
@@ -0,0 +1,9 @@
|
||||
Derived from SocksiPy - a Python SOCKS module.
|
||||
|
||||
- UDP support
|
||||
- SocksiPyHandler, courtesy e000, was also added as an example of how
|
||||
this module can be used with urllib2. See example code in sockshandler.py.
|
||||
- urllib3, which powers the requests module, is working on integrating SOCKS
|
||||
proxy support based on this branch
|
||||
|
||||
WWW: https://github.com/Anorov/PySocks
|
||||
Reference in New Issue
Block a user