1
0
forked from ports/contrib

[notify] python3-pysocks: initial import for python3-streamlink

This commit is contained in:
Danny Rawlins 2017-09-25 22:51:08 +10:00
parent c25bd86465
commit a0d18f0877
4 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,16 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python3.6/
drwxr-xr-x root/root usr/lib/python3.6/site-packages/
drwxr-xr-x root/root usr/lib/python3.6/site-packages/PySocks-1.6.7-py3.6.egg-info/
-rw-r--r-- root/root usr/lib/python3.6/site-packages/PySocks-1.6.7-py3.6.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python3.6/site-packages/PySocks-1.6.7-py3.6.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python3.6/site-packages/PySocks-1.6.7-py3.6.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python3.6/site-packages/PySocks-1.6.7-py3.6.egg-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.6/site-packages/__pycache__/
-rw-r--r-- root/root usr/lib/python3.6/site-packages/__pycache__/socks.cpython-36.opt-1.pyc
-rw-r--r-- root/root usr/lib/python3.6/site-packages/__pycache__/socks.cpython-36.pyc
-rw-r--r-- root/root usr/lib/python3.6/site-packages/__pycache__/sockshandler.cpython-36.opt-1.pyc
-rw-r--r-- root/root usr/lib/python3.6/site-packages/__pycache__/sockshandler.cpython-36.pyc
-rw-r--r-- root/root usr/lib/python3.6/site-packages/socks.py
-rw-r--r-- root/root usr/lib/python3.6/site-packages/sockshandler.py

1
python3-pysocks/.md5sum Normal file
View File

@ -0,0 +1 @@
e80afa8f8c87632c31f4ec4d8ba89e6b PySocks-1.6.7.tar.gz

View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF37FZPNDRhFWqYSagEI6Ylq21VAGKAZt9b+QFETtQamT8+hUIYFrb6Ko8qogdVmEuhmWe+NPTshNogj1B3ak7ag8=
SHA256 (Pkgfile) = 298ad8938fe9f1be1668fc6c7d044ca6f0d7cb9d789e3b0a7f332c7f764ab9ac
SHA256 (.footprint) = c7c025920d0a09d21ecd69ffecaa800b9c98848e230407758166956f0b65363c
SHA256 (PySocks-1.6.7.tar.gz) = 267b0bf77c947a6209e9a5d55827da5e080305b5e69ac36f4ae8046e0a357da1

17
python3-pysocks/Pkgfile Normal file
View File

@ -0,0 +1,17 @@
# Description: SOCKS4, SOCKS5 or HTTP proxy (Anorov fork PySocks replaces socksipy).
# URL: https://github.com/Anorov/PySocks
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Danny Rawlins, crux at romster dot me
# Depends on: python3-setuptools
name=python3-pysocks
_name=PySocks
version=1.6.7
release=1
source=(https://github.com/Anorov/$_name/archive/$version/$_name-$version.tar.gz)
build() {
cd $_name-$version
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --root=$PKG --optimize=1
}