diff options
Diffstat (limited to 'net/py-pysocks/files/patch-setup.py')
-rw-r--r-- | net/py-pysocks/files/patch-setup.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/net/py-pysocks/files/patch-setup.py b/net/py-pysocks/files/patch-setup.py index afaa6c8319fc..cb0937116855 100644 --- a/net/py-pysocks/files/patch-setup.py +++ b/net/py-pysocks/files/patch-setup.py @@ -1,5 +1,14 @@ --- setup.py.orig 2019-05-11 09:18:35 UTC +++ setup.py +@@ -19,7 +19,7 @@ setup( + VERSION = re.compile(r'.*__version__ = "(.*?)"', re.S).match(f.read()).group(1) + + setup( +- name="PySocks", ++ name="pysocks", + version=VERSION, + description="A Python SOCKS client module. See https://github.com/Anorov/PySocks for more information.", + long_description=long_description, @@ -32,12 +32,12 @@ setup( py_modules=["socks", "sockshandler"], install_requires=requirements, |