From 3c9e52cec27c4605f60e86c73d9c359414016c66 Mon Sep 17 00:00:00 2001 From: bipin kumar Date: Fri, 9 Jun 2023 10:30:34 +0530 Subject: [PATCH] python-plotly: remove unnecessary patches --- BioArchLinux/python-plotly/PKGBUILD | 2 +- .../python-plotly/compat-py3.11.patch | 22 ------------------- 2 files changed, 1 insertion(+), 23 deletions(-) diff --git a/BioArchLinux/python-plotly/PKGBUILD b/BioArchLinux/python-plotly/PKGBUILD index 010529618d..a28e310500 100644 --- a/BioArchLinux/python-plotly/PKGBUILD +++ b/BioArchLinux/python-plotly/PKGBUILD @@ -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}/ diff --git a/BioArchLinux/python-plotly/compat-py3.11.patch b/BioArchLinux/python-plotly/compat-py3.11.patch index 1bec5acc06..afac47fb50 100644 --- a/BioArchLinux/python-plotly/compat-py3.11.patch +++ b/BioArchLinux/python-plotly/compat-py3.11.patch @@ -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