python3-pysocks: 1.6.8 -> 1.7.1

This commit is contained in:
Danny Rawlins 2019-11-30 16:50:51 +11:00
parent c17b4954c5
commit 4e13027a7c
3 changed files with 12 additions and 13 deletions

View File

@ -2,11 +2,11 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python3.7/
drwxr-xr-x root/root usr/lib/python3.7/site-packages/
drwxr-xr-x root/root usr/lib/python3.7/site-packages/PySocks-1.6.8-py3.7.egg-info/
-rw-r--r-- root/root usr/lib/python3.7/site-packages/PySocks-1.6.8-py3.7.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python3.7/site-packages/PySocks-1.6.8-py3.7.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python3.7/site-packages/PySocks-1.6.8-py3.7.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python3.7/site-packages/PySocks-1.6.8-py3.7.egg-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.7/site-packages/PySocks-1.7.1-py3.7.egg-info/
-rw-r--r-- root/root usr/lib/python3.7/site-packages/PySocks-1.7.1-py3.7.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python3.7/site-packages/PySocks-1.7.1-py3.7.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python3.7/site-packages/PySocks-1.7.1-py3.7.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python3.7/site-packages/PySocks-1.7.1-py3.7.egg-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.7/site-packages/__pycache__/
-rw-r--r-- root/root usr/lib/python3.7/site-packages/__pycache__/socks.cpython-37.opt-1.pyc
-rw-r--r-- root/root usr/lib/python3.7/site-packages/__pycache__/socks.cpython-37.pyc

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF33g929rpUlQkxHZc8d+bNVNxMuvAei24H6nD5JNzZFweq8xzu4VeEAIYo9z8/lXgMbg2ApoqRsPldFZaIdCM9gk=
SHA256 (Pkgfile) = ef1c2498c6ab98cd930b9154899dc530c62c8ed7efbedf5adf57083399d2575e
SHA256 (.footprint) = a1bc96c9d65ece4f77b64c83d361edab7c72a4feb36b922986768ae0ba2bbe7e
SHA256 (PySocks-1.6.8.tar.gz) = a7f32ce1ac2b3467b793fdf14b23ad2b3ae139bcb10b6331fdecdae97ac6b821
RWSagIOpLGJF37SAUyBMzjRSe+JX47REsnfE2yPs2fTaTxqB7nyJv2lzvWE5K43A+/zg2VUF0bLPvnAyqywqiOGimRjLe6CLLwk=
SHA256 (Pkgfile) = e98f485673f37d33bc33311d8bb7e7a3f09c34ded93feb19eb044bbf09880d2a
SHA256 (.footprint) = 0bf299c2a8d26af9c90a73491138d17f601788870647e86d295faa31d39a4aa5
SHA256 (PySocks-1.7.1.tar.gz) = 3f8804571ebe159c380ac6de37643bb4685970655d3bba243530d6558b799aa0

View File

@ -4,13 +4,12 @@
# Depends on: python3-setuptools
name=python3-pysocks
_name=PySocks
version=1.6.8
version=1.7.1
release=1
source=(https://github.com/Anorov/$_name/archive/$version/$_name-$version.tar.gz)
source=(https://files.pythonhosted.org/packages/source/P/PySocks/PySocks-$version.tar.gz)
build() {
cd $_name-$version
cd PySocks-$version
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --root=$PKG --optimize=1
}