python3-pysocks: marked unmaintained

This commit is contained in:
Tim Biermann 2023-08-06 22:17:38 +02:00
parent 39f53085b7
commit 6a2d4c243a
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3/uziUEKULqOKUR3j5JCFerQJ5p2bTVF9F6UUO7VgqvotDBk5Dc3zVih4SimJcHSTnzK2NU7Yi2yBPr3Z0FYBgM=
SHA256 (Pkgfile) = e98f485673f37d33bc33311d8bb7e7a3f09c34ded93feb19eb044bbf09880d2a
RWSagIOpLGJF37RzWuC+amkGH9Ylk3v0y6Ga5dDVX/orr2xRfl/mu2uk64ryk12ogRLFhaAIA+gBH9NALLSrwv/3yGLaM8miGgo=
SHA256 (Pkgfile) = 3ba501b4e10906cf17cd258e69831642d55f627ee05d94f2ef2aea29edb1ac5f
SHA256 (.footprint) = 6e2fd22d0aa5f886e0c6220ae49e33f51d2e6ef2f1923830c6741a5e6b369440
SHA256 (PySocks-1.7.1.tar.gz) = 3f8804571ebe159c380ac6de37643bb4685970655d3bba243530d6558b799aa0

View File

@ -1,6 +1,6 @@
# 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
# Maintainer: unmaintained
# Depends on: python3-setuptools
name=python3-pysocks
@ -9,7 +9,7 @@ release=1
source=(https://files.pythonhosted.org/packages/source/P/PySocks/PySocks-$version.tar.gz)
build() {
cd PySocks-$version
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --root=$PKG --optimize=1
cd PySocks-$version
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --root=$PKG --optimize=1
}