1
0
forked from ports/contrib

python3-socks: 2.4.4 -> 2.5.0

This commit is contained in:
Tim Biermann 2024-07-01 22:26:01 +02:00
parent f4b5404dd6
commit 44b8c00433
Signed by untrusted user: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 13 additions and 13 deletions

View File

@ -2,12 +2,12 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python3.10/
drwxr-xr-x root/root usr/lib/python3.10/site-packages/
drwxr-xr-x root/root usr/lib/python3.10/site-packages/python_socks-2.4.4-py3.10.egg-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/python_socks-2.4.4-py3.10.egg-info/PKG-INFO
-rw-rw-r-- root/root usr/lib/python3.10/site-packages/python_socks-2.4.4-py3.10.egg-info/SOURCES.txt
-rw-rw-r-- root/root usr/lib/python3.10/site-packages/python_socks-2.4.4-py3.10.egg-info/dependency_links.txt
-rw-rw-r-- root/root usr/lib/python3.10/site-packages/python_socks-2.4.4-py3.10.egg-info/requires.txt
-rw-rw-r-- root/root usr/lib/python3.10/site-packages/python_socks-2.4.4-py3.10.egg-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.10/site-packages/python_socks-2.5.0-py3.10.egg-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/python_socks-2.5.0-py3.10.egg-info/PKG-INFO
-rw-rw-r-- root/root usr/lib/python3.10/site-packages/python_socks-2.5.0-py3.10.egg-info/SOURCES.txt
-rw-rw-r-- root/root usr/lib/python3.10/site-packages/python_socks-2.5.0-py3.10.egg-info/dependency_links.txt
-rw-rw-r-- root/root usr/lib/python3.10/site-packages/python_socks-2.5.0-py3.10.egg-info/requires.txt
-rw-rw-r-- root/root usr/lib/python3.10/site-packages/python_socks-2.5.0-py3.10.egg-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.10/site-packages/python_socks/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/python_socks/__init__.py
drwxr-xr-x root/root usr/lib/python3.10/site-packages/python_socks/__pycache__/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF34+GWC4QgIPvKwCcYLi1FaK8zUhLMYToP/WMg85TA4o2R019PzUwn0NcY64pKzrQgC1ta0Yb/vo66Q0TlYJvlwQ=
SHA256 (Pkgfile) = 9c05bde72a92218ed1d0dd477ff01071606134d25d2449942da5fc40be65edbe
SHA256 (.footprint) = fe38c7a8631a32204043c4eb8d054ad99d6d0e767aacff1dee9e30e019600e48
SHA256 (python-socks-2.4.4.tar.gz) = e5a8e4f78203612c813946feacd87b98943965a04389fe221fa1e9ab263ad22e
RWSagIOpLGJF34upp+2FpIIs4NSidmOaCdUmdiGHg4WN8tmxBjsrc0Q/Y/6wMOWkEAHt8inIEmb8qja/pxXR0k1MbvdKbJn+dQU=
SHA256 (Pkgfile) = 522b2422f11a811753e50a34a7ebe8e77660a5fad644f874280759ccbf1fe7b9
SHA256 (.footprint) = 6242b483a948882aedc91d10fc6ebd6f51d22cd116f7e89bb91f7ce75fea08bf
SHA256 (python_socks-2.5.0.tar.gz) = cc4ad990d67bd238e496afefe436af0247793bbe01d1d4a0d37a3b124ff0baa3

View File

@ -4,12 +4,12 @@
# Depends on: python3-setuptools
name=python3-socks
version=2.4.4
version=2.5.0
release=1
source=(https://pypi.org/packages/source/p/python-socks/python-socks-$version.tar.gz)
source=(https://pypi.org/packages/source/p/python_socks/python_socks-$version.tar.gz)
build() {
cd python-socks-$version
cd python_socks-$version
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --prefix=/usr \