summaryrefslogtreecommitdiff
path: root/user/py3-py/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-py/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-py/scm.patch')
-rw-r--r--user/py3-py/scm.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/user/py3-py/scm.patch b/user/py3-py/scm.patch
new file mode 100644
index 000000000..44665748f
--- /dev/null
+++ b/user/py3-py/scm.patch
@@ -0,0 +1,12 @@
+--- py-1.7.0/setup.py 2018-08-27 20:39:51.000000000 +0000
++++ py-1.7.0/setup.py 2018-10-11 05:07:12.560247181 +0000
+@@ -6,8 +6,7 @@ def main():
+ name='py',
+ description='library with cross-python path, ini-parsing, io, code, log facilities',
+ long_description=open('README.rst').read(),
+- use_scm_version={"write_to": "py/_version.py"},
+- setup_requires=["setuptools-scm"],
++ version='1.7.0',
+ url='http://py.readthedocs.io/',
+ license='MIT license',
+ platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],