summaryrefslogtreecommitdiff
path: root/user/py3-py/scm.patch
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2022-01-11 21:36:39 +0000
committerZach van Rijn <me@zv.io>2022-10-21 18:33:57 -0500
commit7e6c4c26fa4b95fe165a24c022a01c9fc05e73bc (patch)
tree931e6d5cfddd191e983aa19b89af1de597f68646 /user/py3-py/scm.patch
parent3e3aa629a86fab53f434e0a5a87926b0856ccd7b (diff)
downloadpackages-7e6c4c26fa4b95fe165a24c022a01c9fc05e73bc.tar.gz
packages-7e6c4c26fa4b95fe165a24c022a01c9fc05e73bc.tar.bz2
packages-7e6c4c26fa4b95fe165a24c022a01c9fc05e73bc.tar.xz
packages-7e6c4c26fa4b95fe165a24c022a01c9fc05e73bc.zip
user/py3-*: bunch of new py3 packages and updates. fixes #458, #459.
Diffstat (limited to 'user/py3-py/scm.patch')
-rw-r--r--user/py3-py/scm.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/user/py3-py/scm.patch b/user/py3-py/scm.patch
deleted file mode 100644
index 44665748f..000000000
--- a/user/py3-py/scm.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- 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'],