summaryrefslogtreecommitdiff
path: root/dev-python/plotly/files
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-09-13 04:56:54 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-09-13 04:56:54 +0000
commit0422c762a11ff5f24c2a02ba04c14eaf2e0d4f2a (patch)
treee0112fa64c8464853138707d834917b6a1d402fc /dev-python/plotly/files
parent29d16742fb77e300dfeadf7b6f3472bb4fa072c2 (diff)
downloadbaldeagleos-repo-0422c762a11ff5f24c2a02ba04c14eaf2e0d4f2a.tar.gz
baldeagleos-repo-0422c762a11ff5f24c2a02ba04c14eaf2e0d4f2a.tar.xz
baldeagleos-repo-0422c762a11ff5f24c2a02ba04c14eaf2e0d4f2a.zip
Adding metadata
Diffstat (limited to 'dev-python/plotly/files')
-rw-r--r--dev-python/plotly/files/plotly-5.8.0-fix-versioneer-import.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/dev-python/plotly/files/plotly-5.8.0-fix-versioneer-import.patch b/dev-python/plotly/files/plotly-5.8.0-fix-versioneer-import.patch
deleted file mode 100644
index 37582b05429d..000000000000
--- a/dev-python/plotly/files/plotly-5.8.0-fix-versioneer-import.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-https://bugs.gentoo.org/841002
-https://github.com/plotly/plotly.py/pull/3757
-https://github.com/dandi/dandi-cli/pull/998
-https://github.com/mgorny/gpep517/issues/1
---- a/setup.py
-+++ b/setup.py
-@@ -11,7 +11,7 @@ from distutils import log
- # ensure the current directory is on sys.path; so versioneer can be imported
- # when pip uses PEP 517/518 build rules.
- # https://github.com/python-versioneer/python-versioneer/issues/193
--sys.path.append(os.path.dirname(__file__))
-+sys.path.insert(0, os.path.dirname(__file__))
-
- import versioneer
-