summaryrefslogtreecommitdiff
path: root/dev-python/requests-unixsocket/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-07-03 22:39:47 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-07-03 22:39:47 +0100
commit7f0ccc917c7abe6223784c703d86cd14755691fb (patch)
tree8c6793f68896b341e22f33d7e6cef88e481f4a8b /dev-python/requests-unixsocket/files
parent9aa80713372911cec499b3adb2cd746790920916 (diff)
gentoo resync : 03.07.2021
Diffstat (limited to 'dev-python/requests-unixsocket/files')
-rw-r--r--dev-python/requests-unixsocket/files/requests-unixsocket-0.2.0-no-pbr.patch41
1 files changed, 41 insertions, 0 deletions
diff --git a/dev-python/requests-unixsocket/files/requests-unixsocket-0.2.0-no-pbr.patch b/dev-python/requests-unixsocket/files/requests-unixsocket-0.2.0-no-pbr.patch
new file mode 100644
index 000000000000..82a8b36e2cd9
--- /dev/null
+++ b/dev-python/requests-unixsocket/files/requests-unixsocket-0.2.0-no-pbr.patch
@@ -0,0 +1,41 @@
+diff --git a/setup.cfg b/setup.cfg
+index 155f297..9d61d28 100644
+--- a/setup.cfg
++++ b/setup.cfg
+@@ -1,11 +1,12 @@
+ [metadata]
+ name = requests-unixsocket
++version = 0.2.0
+ author = Marc Abramowitz
+-author-email = marc@marc-abramowitz.com
++author_email = marc@marc-abramowitz.com
+ summary = Use requests to talk HTTP via a UNIX domain socket
+ description-file = README.rst
+ license = Apache-2
+-home-page = https://github.com/msabramo/requests-unixsocket
++home_page = https://github.com/msabramo/requests-unixsocket
+ classifier =
+ Development Status :: 3 - Alpha
+ Intended Audience :: Developers
+@@ -22,7 +23,7 @@ classifier =
+ Programming Language :: Python :: 3.6
+ test_suite = requests_unixsocket.tests
+
+-[files]
++[options]
+ packages = requests_unixsocket
+
+ [wheel]
+diff --git a/setup.py b/setup.py
+index aa2d8a0..beda28e 100755
+--- a/setup.py
++++ b/setup.py
+@@ -2,7 +2,4 @@
+
+ from setuptools import setup
+
+-setup(
+- setup_requires=['pbr'],
+- pbr=True,
+-)
++setup()