summaryrefslogtreecommitdiff
path: root/user/py3-pluggy/scm.patch
diff options
context:
space:
mode:
authorA. Wilcox <awilcox@wilcox-tech.com>2018-10-26 05:20:13 +0000
committerA. Wilcox <awilcox@wilcox-tech.com>2018-10-26 05:20:13 +0000
commitc1dbd8de7bf166d167963e3824bd0cb29af37a6a (patch)
tree7940bf4e288a0cd2c0a2c5a6962a01e06c182a81 /user/py3-pluggy/scm.patch
parent5de1873e1a00b3d4559dc43a654200c5c6d2e72f (diff)
parentd3501fe0983a95540ba0bf2d9811dc583dd592f4 (diff)
downloadpackages-c1dbd8de7bf166d167963e3824bd0cb29af37a6a.tar.gz
packages-c1dbd8de7bf166d167963e3824bd0cb29af37a6a.tar.bz2
packages-c1dbd8de7bf166d167963e3824bd0cb29af37a6a.tar.xz
packages-c1dbd8de7bf166d167963e3824bd0cb29af37a6a.zip
Merge branch 'detoxify' into 'master'
Update some Python packages and drop py3-tox rdeps where unnecessary See merge request !97
Diffstat (limited to 'user/py3-pluggy/scm.patch')
-rw-r--r--user/py3-pluggy/scm.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/user/py3-pluggy/scm.patch b/user/py3-pluggy/scm.patch
new file mode 100644
index 000000000..5e42a72e4
--- /dev/null
+++ b/user/py3-pluggy/scm.patch
@@ -0,0 +1,14 @@
+--- pluggy-0.7.1/setup.py 2018-07-28 22:45:12.000000000 +0000
++++ pluggy-0.7.1/setup.py 2018-10-11 04:54:18.590233336 +0000
+@@ -24,10 +24,7 @@
+ name='pluggy',
+ description='plugin and hook calling mechanisms for python',
+ long_description=long_description,
+- use_scm_version={
+- 'write_to': 'pluggy/_version.py',
+- },
+- setup_requires=['setuptools-scm'],
++ version='0.7.1',
+ license='MIT license',
+ platforms=['unix', 'linux', 'osx', 'win32'],
+ author='Holger Krekel',