1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00

[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)
This commit is contained in:
Kubilay Kocak 2017-06-07 11:01:05 +00:00
parent 472b891e9c
commit cc161cac77
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=442828
3 changed files with 11 additions and 1 deletions

View File

@ -1077,6 +1077,7 @@
SUBDIR += py-zope.proxy
SUBDIR += py-zsi
SUBDIR += py3-netifaces
SUBDIR += py3-pysocks
SUBDIR += pygopherd
SUBDIR += pynids
SUBDIR += pyrad

View File

@ -13,7 +13,7 @@ COMMENT= Python SOCKS module
LICENSE= BSD3CLAUSE
USES= python
USES?= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes

9
net/py3-pysocks/Makefile Normal file
View File

@ -0,0 +1,9 @@
# Created by: Neil Booth
# $FreeBSD$
MASTERDIR= ${.CURDIR}/../py-pysocks
USES= python:3.3+
.include "${MASTERDIR}/Makefile"