mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
python-plotly: remove unnecessary patches
This commit is contained in:
parent
7bb0acc3b5
commit
3c9e52cec2
2 changed files with 1 additions and 23 deletions
|
@ -44,7 +44,7 @@ source=("${pkgname}-${pkgver}.tar.gz::https://github.com/plotly/plotly.py/archiv
|
|||
"compat-py3.11.patch")
|
||||
options=(!strip) # strip isn't useful for python files and takes forever
|
||||
sha256sums=('e1b58deb79a278e6ea7329c0dbcd0988d01688c101ec0d13b64f62e2ca2a8ad1'
|
||||
'cbe96a6ef3753d044740109b22062e9ae591f5d3b4f5994756db546072c92994')
|
||||
'af793f902f28aa7ae25abc6e31fa7c4163b0b7f792037baee6b727aede9136c4')
|
||||
|
||||
prepare() {
|
||||
cd plotly.py-${pkgver}/
|
||||
|
|
|
@ -1,25 +1,3 @@
|
|||
diff '--color=auto' --unified --recursive --text src/plotly.py-5.14.1/packages/python/plotly/setup.cfg src/plotly.py-5.14.1.new/packages/python/plotly/setup.cfg
|
||||
--- packages/python/plotly/setup.cfg 2023-05-04 11:54:46.952777498 +0100
|
||||
+++ packages/python/plotly/setup.cfg 2023-05-04 11:54:40.222483192 +0100
|
||||
@@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
description_file = README.md
|
||||
-license_file = LICENSE.txt
|
||||
+license_files = LICENSE.txt
|
||||
|
||||
[bdist_wheel]
|
||||
universal=1
|
||||
diff '--color=auto' --unified --recursive --text src/plotly.py-5.14.1/packages/python/plotly/setup.py src/plotly.py-5.14.1.new/packages/python/plotly/setup.py
|
||||
--- packages/python/plotly/setup.py 2023-04-05 16:48:06.000000000 +0100
|
||||
+++ packages/python/plotly/setup.py 2023-05-04 11:57:32.109979549 +0100
|
||||
@@ -495,7 +495,6 @@
|
||||
setup(
|
||||
name="plotly",
|
||||
version=versioneer.get_version(),
|
||||
- use_2to3=False,
|
||||
author="Chris P",
|
||||
author_email="chris@plot.ly",
|
||||
maintainer="Nicolas Kruchten",
|
||||
diff '--color=auto' --unified --recursive --text src/plotly.py-5.14.1/packages/python/plotly/plotly/tests/test_core/test_errors/test_dict_path_errors.py src/plotly.py-5.14.1.new/packages/python/plotly/plot>
|
||||
--- packages/python/plotly/plotly/tests/test_core/test_errors/test_dict_path_errors.py 2023-04-05 16:48:06.000000000 +0100
|
||||
+++ packages/python/plotly/plotly/tests/test_core/test_errors/test_dict_path_errors.py 2023-05-04 12:18:29.170265582 +0100
|
||||
|
|
Loading…
Add table
Reference in a new issue