summaryrefslogtreecommitdiff
path: root/user/py3-py/scm.patch
diff options
context:
space:
mode:
authorMax Rees <maxcrees@me.com>2018-10-11 01:50:08 -0400
committerMax Rees <maxcrees@me.com>2018-10-22 20:22:08 -0400
commitf89370f674e3ec1bc46261a867a6e01fe0b13846 (patch)
treeb2e1a04a93bb7b685cfcfc86135053841c0a944c /user/py3-py/scm.patch
parentc8eb5d4d462a8e3635e41c927af84dab33fa9eca (diff)
downloadpackages-f89370f674e3ec1bc46261a867a6e01fe0b13846.tar.gz
packages-f89370f674e3ec1bc46261a867a6e01fe0b13846.tar.bz2
packages-f89370f674e3ec1bc46261a867a6e01fe0b13846.tar.xz
packages-f89370f674e3ec1bc46261a867a6e01fe0b13846.zip
user/py3-py: bump to 1.7.0, drop py3-tox dep
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'],