Port details |
- py-pysocks Python SOCKS module
- 1.7.1 net
=19 1.7.1Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2015-03-22 15:01:04
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- People watching this port, also watch:: py38-urllib3, py38-idna, py38-pycparser, readline, py38-certifi
- Also Listed In: python
- License: BSD3CLAUSE
- Description:
- 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
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pysocks>0:net/py-pysocks@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/net/py-pysocks/ && make install clean
- To add the package, run one of these commands:
- pkg install net/py-pysocks
- pkg install py38-pysocks
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.NOTE: This is a Python port. Instead of py38-pysocks listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-pysocks
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1569513233
SHA256 (PySocks-1.7.1.tar.gz) = 3f8804571ebe159c380ac6de37643bb4685970655d3bba243530d6558b799aa0
SIZE (PySocks-1.7.1.tar.gz) = 284429
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- This port is required by:
- for Run
-
- irc/py-fishcrypt
- multimedia/streamlink
- net/py-sbws
- net/py-urllib3
- news/sabnzbdplus
- security/py-pwntools
- security/theonionbox
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
- Configuration Options:
- No options to configure
- Options name:
- net_py-pysocks
- USES:
- python:3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 1.7.1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
09 Jan 2021 16:34:07
1.7.1
|
antoine  |
Remove python 2.7 support from a few ports |
27 Aug 2020 18:45:47
1.7.1
|
sunpoet  |
Fix setup.py warning
Warning: 'classifiers' should be a list, got type 'tuple' |
26 Sep 2019 18:16:24
1.7.1
|
sunpoet  |
Update to 1.7.1
Changes: https://github.com/Anorov/PySocks/releases
https://github.com/Anorov/PySocks/commits/master |
19 May 2019 21:55:15
1.7.0
|
sunpoet  |
Update to 1.7.0
- Add LICENSE_FILE
- Take maintainership
Changes: https://github.com/Anorov/PySocks/releases
https://github.com/Anorov/PySocks/commits/master |
22 Dec 2017 23:04:42
1.6.8
|
sunpoet  |
Update to 1.6.8
Changes: https://github.com/Anorov/PySocks/releases |
30 Nov 2017 15:50:34
1.6.7 
|
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
07 Jun 2017 11:01:05
1.6.7
|
koobs  |
[NEW] net/py3-pysocks: Create Python 3.x port of net/py-pysocks
The latest www/py-requests update [1] unbundled its dependencies, now
requiring chardet, idna, urllib3 and certifi from ports.
www/py3-requests port was not tested during QA, which would have highlighted
the need for many new py3-* ports (and their dependencies).
This change creates one of those ports.
[1] https://svnweb.freebsd.org/changeset/ports/442565
PR: 219833
Approved by: koobs (python, with hat) |
24 Mar 2017 17:47:21
1.6.7
|
sunpoet  |
Update to 1.6.7
- Allow concurrent installation (USE_PYTHON=concurrent)
- Sort USE_PYTHON |
30 Jan 2017 14:15:33
1.6.6
|
skreuzer  |
Update to version 1.6.6 |
09 Dec 2016 05:31:58
1.6.5
|
olivierd  |
Update to 1.6.5 |
03 Dec 2016 09:50:23
1.6.4
|
olivierd  |
Update to 1.6.4 |
28 Nov 2016 05:54:03
1.6.1
|
olivierd  |
Update to 1.6.1 |
23 May 2016 19:45:48
1.5.7
|
olivierd  |
Update to 1.5.7 |
22 Jan 2016 10:41:49
1.5.6
|
olivierd  |
- Update to 1.5.6
- Re-assign to the Python team
PR: 205717
Submitted by: myself
Approved by: <kyuupichan@gmail.com> (former maintainer) |
22 Mar 2015 14:59:11
1.5.0
|
sunpoet  |
- Add py-pysocks 1.5.0
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
PR: 196049
Submitted by: <kyuupichan@gmail.com> |