summaryrefslogtreecommitdiff
path: root/sci-visualization
diff options
context:
space:
mode:
Diffstat (limited to 'sci-visualization')
-rw-r--r--sci-visualization/Manifest.gzbin5379 -> 4859 bytes
-rw-r--r--sci-visualization/dash-core-components/Manifest5
-rw-r--r--sci-visualization/dash-core-components/dash-core-components-1.16.0.ebuild23
-rw-r--r--sci-visualization/dash-core-components/dash-core-components-1.17.1.ebuild23
-rw-r--r--sci-visualization/dash-core-components/metadata.xml16
-rw-r--r--sci-visualization/dash-html-components/Manifest5
-rw-r--r--sci-visualization/dash-html-components/dash-html-components-1.1.3.ebuild23
-rw-r--r--sci-visualization/dash-html-components/dash-html-components-1.1.4.ebuild23
-rw-r--r--sci-visualization/dash-html-components/metadata.xml16
-rw-r--r--sci-visualization/dash-table/Manifest5
-rw-r--r--sci-visualization/dash-table/dash-table-4.11.3.ebuild32
-rw-r--r--sci-visualization/dash-table/dash-table-4.12.1.ebuild32
-rw-r--r--sci-visualization/dash-table/metadata.xml16
-rw-r--r--sci-visualization/dash/Manifest4
-rw-r--r--sci-visualization/dash/dash-2.0.0.ebuild (renamed from sci-visualization/dash/dash-1.21.0-r1.ebuild)11
15 files changed, 4 insertions, 230 deletions
diff --git a/sci-visualization/Manifest.gz b/sci-visualization/Manifest.gz
index be137ef731f5..946f1681e797 100644
--- a/sci-visualization/Manifest.gz
+++ b/sci-visualization/Manifest.gz
Binary files differ
diff --git a/sci-visualization/dash-core-components/Manifest b/sci-visualization/dash-core-components/Manifest
deleted file mode 100644
index 81c128e03aa7..000000000000
--- a/sci-visualization/dash-core-components/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-DIST dash-core-components-1.16.0.tar.gz 13922229 BLAKE2B 7ca8dd411e3a8714902266b11a9f39420c7455601cdcbde81ad86690846bbf574fd0c65019f69fcb0ea86f511802eee080d1e4fca1cd88b82c9898aeb5055ceb SHA512 f2648fa8331296db812e897e2976aab1ca357f81b547dda57710773b4e0ef98019f928d5a0a6add426693550fb483c04ec7e0311318cab113f10fc5dca19e197
-DIST dash-core-components-1.17.1.tar.gz 14597459 BLAKE2B ed2931e34c5c92f4cbef72df929162496e35080e4460fb470532c2f1d54fb0c1ed71ef1173f48b88eb6aca0d8d81e4b15bf2bd62ed876c9597464aab0513f768 SHA512 d3b76c9deb7ec7cd09e70b5cd7e89b02b800667cf2807f9f119f5d45fd162e256389fd66b3e55e220302b6913d8bcffe845a4c25c62f46ee76c4b34de231f746
-EBUILD dash-core-components-1.16.0.ebuild 553 BLAKE2B 69d6767d161391d81fccd66b447548bd9d0aadf56463bcabf2eba0fc8761bdd167f61cd163f99de929f37cb13419162e007ed0592a327e62bca65811d6011b12 SHA512 c60855b062a4802c6d3bfe35b843cdee3dadb1df6301908cda91958f874a24ec9b88715fbbeadee5b5f59aa480eec5603931955a522d8baedd0fdb20a9d4df2f
-EBUILD dash-core-components-1.17.1.ebuild 553 BLAKE2B 69d6767d161391d81fccd66b447548bd9d0aadf56463bcabf2eba0fc8761bdd167f61cd163f99de929f37cb13419162e007ed0592a327e62bca65811d6011b12 SHA512 c60855b062a4802c6d3bfe35b843cdee3dadb1df6301908cda91958f874a24ec9b88715fbbeadee5b5f59aa480eec5603931955a522d8baedd0fdb20a9d4df2f
-MISC metadata.xml 585 BLAKE2B 3feb2e1cd13bdf259177f52e2b99ef0aacda8cbe1de791d94434450b4ee723b2cfee9ffb10b7a28ca3b1e6026e847aae3ea258cf57ea3bdcb91ccca48b8c3563 SHA512 75c3252131b7c6403ed2eda58019e239563f773519d7e46eaf7bc5eea4f0a0a308ea951d15badce5a22ab77e17f0d5ce2a87ef7449af337466742fc7917acbf4
diff --git a/sci-visualization/dash-core-components/dash-core-components-1.16.0.ebuild b/sci-visualization/dash-core-components/dash-core-components-1.16.0.ebuild
deleted file mode 100644
index 373d06e99ac6..000000000000
--- a/sci-visualization/dash-core-components/dash-core-components-1.16.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Core components suite for Dash"
-HOMEPAGE="https://plot.ly/dash"
-SRC_URI="https://github.com/plotly/${PN}/archive/refs/tags/v${PV}.tar.gz
- -> ${P}.tar.gz"
-# Test execution depends on sci-visualization/dash being installed
-# but sci-visualization/dash depends on this
-RESTRICT="test"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-BDEPEND=""
diff --git a/sci-visualization/dash-core-components/dash-core-components-1.17.1.ebuild b/sci-visualization/dash-core-components/dash-core-components-1.17.1.ebuild
deleted file mode 100644
index 373d06e99ac6..000000000000
--- a/sci-visualization/dash-core-components/dash-core-components-1.17.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Core components suite for Dash"
-HOMEPAGE="https://plot.ly/dash"
-SRC_URI="https://github.com/plotly/${PN}/archive/refs/tags/v${PV}.tar.gz
- -> ${P}.tar.gz"
-# Test execution depends on sci-visualization/dash being installed
-# but sci-visualization/dash depends on this
-RESTRICT="test"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-BDEPEND=""
diff --git a/sci-visualization/dash-core-components/metadata.xml b/sci-visualization/dash-core-components/metadata.xml
deleted file mode 100644
index d8adcd3fef52..000000000000
--- a/sci-visualization/dash-core-components/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>tupone@gentoo.org</email>
- <name>Tupone Alfredo</name>
- </maintainer>
- <longdescription lang="en">
- Dash ships with supercharged components for interactive user
- interfaces. A core set of components, written and maintained by
- the Dash team, is available in the dash-core-components library.
- </longdescription>
- <upstream>
- <remote-id type="github">plotly/dash-core-components</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/sci-visualization/dash-html-components/Manifest b/sci-visualization/dash-html-components/Manifest
deleted file mode 100644
index 1c2fdff01259..000000000000
--- a/sci-visualization/dash-html-components/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-DIST dash-html-components-1.1.3.tar.gz 375680 BLAKE2B e489d8d5fe3c832ae8be82ea1eac83b8a8c8df8b6ac9ce1d122178f63c4ce355c39195bd828e503c51605ed5e774eaff38cf16da9a1c486fd0eff404cd85694f SHA512 dfcc41ef7a52f0d5cc97db9e94b00eb7707cea7c5f95e89832d1b74a1554d9d9f9c3b5df57509fe959b06c53f2a281b7070adde45d3c19003c13983a10ca2509
-DIST dash-html-components-1.1.4.tar.gz 621324 BLAKE2B 030ef398241562b222389a44a53eaa86b07d400d680884daa8c42a7dabf7f6c25f168d84aca454116da91f1a86bd4d08a92fff464bde9c70be3cd91c2fc0f3e5 SHA512 bffe3f0be65914c5627f3a22fb61a07579f3bf37908ff541e6bcc80477b08249ff7fb8c9cbfdeec3453f2c6682ecadea00dc12950ad51067f11073040b61ffc8
-EBUILD dash-html-components-1.1.3.ebuild 555 BLAKE2B 1ecf69e6085bf190607648ea5210d04d3d281f6138df46c7033b1c7eecc94afaaf13b50b9787bedeabf966c3507a4fc14b143f8164d05e075b2ec4b6f83d4454 SHA512 3c9c34ad86141ed65e0fe04cfad9e49de3c834fc9e7176e3325e5971e6b2eae8ef3af52ec9f2f8549968ddb94e7c88e499aa1b11921357e2f2c1a87cec591a16
-EBUILD dash-html-components-1.1.4.ebuild 555 BLAKE2B 1ecf69e6085bf190607648ea5210d04d3d281f6138df46c7033b1c7eecc94afaaf13b50b9787bedeabf966c3507a4fc14b143f8164d05e075b2ec4b6f83d4454 SHA512 3c9c34ad86141ed65e0fe04cfad9e49de3c834fc9e7176e3325e5971e6b2eae8ef3af52ec9f2f8549968ddb94e7c88e499aa1b11921357e2f2c1a87cec591a16
-MISC metadata.xml 542 BLAKE2B e34bc321729ff15a65a4fa9d13d4cf2fd158fdd273be266e9addf1675fec22f649e47e5fda37975ec76453d527b8cc2a086ce08643f2de7193fdcd8c9f66ebe8 SHA512 11e452214a91a8590e2d5d0e61a56e91f9d1a3ed8aa713dd4aba5d981b726f4d338ae64cae44e3e6847dc73123788c31bd185589b1b93c828fb00c70cfb4603e
diff --git a/sci-visualization/dash-html-components/dash-html-components-1.1.3.ebuild b/sci-visualization/dash-html-components/dash-html-components-1.1.3.ebuild
deleted file mode 100644
index b841a33c97c2..000000000000
--- a/sci-visualization/dash-html-components/dash-html-components-1.1.3.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Vanilla HTML components for Dash"
-HOMEPAGE="https://plot.ly/dash"
-SRC_URI="https://github.com/plotly/${PN}/archive/refs/tags/v${PV}.tar.gz
- -> ${P}.tar.gz"
-# Test execution depends on sci-visualization/dash being installed
-# but sci-visualization/dash depends on this
-RESTRICT="test"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-BDEPEND=""
diff --git a/sci-visualization/dash-html-components/dash-html-components-1.1.4.ebuild b/sci-visualization/dash-html-components/dash-html-components-1.1.4.ebuild
deleted file mode 100644
index b841a33c97c2..000000000000
--- a/sci-visualization/dash-html-components/dash-html-components-1.1.4.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Vanilla HTML components for Dash"
-HOMEPAGE="https://plot.ly/dash"
-SRC_URI="https://github.com/plotly/${PN}/archive/refs/tags/v${PV}.tar.gz
- -> ${P}.tar.gz"
-# Test execution depends on sci-visualization/dash being installed
-# but sci-visualization/dash depends on this
-RESTRICT="test"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-BDEPEND=""
diff --git a/sci-visualization/dash-html-components/metadata.xml b/sci-visualization/dash-html-components/metadata.xml
deleted file mode 100644
index 9c9070edb6e6..000000000000
--- a/sci-visualization/dash-html-components/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>tupone@gentoo.org</email>
- <name>Tupone Alfredo</name>
- </maintainer>
- <longdescription lang="en">
- Instead of writing HTML or using an HTML templating engine, you
- compose your layout using Python structures with the
- dash-html-components library.
- </longdescription>
- <upstream>
- <remote-id type="github">plotly/dash-html-components</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/sci-visualization/dash-table/Manifest b/sci-visualization/dash-table/Manifest
deleted file mode 100644
index 98827aa296c4..000000000000
--- a/sci-visualization/dash-table/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-DIST dash-table-4.11.3.gh.tar.gz 9504642 BLAKE2B d48e1448caf19f555d8e8436de295d6999dc4caabd4e80d188ec9921278dc4e48b6631dbf4a572cd190210bb83f0a73986c0c93c269b931aeff1fd52e152e248 SHA512 580de0b92ae114cd65e5a2a85aa96a78cbf3364173135ddb29ac3d2edd3ad2aa7b526d447481f78379da2c2420ed9cc8d6a83836565ccac31249ecc4a94a3db5
-DIST dash-table-4.12.1.gh.tar.gz 9773683 BLAKE2B 97f00d2d6e9619bdd794f2e478dd4ab2eeaa521b170cef3a546a86e53632099e917e38f99d7ddc91cc4eebcf6199c301128916e29a7afecb2138da667bf38d32 SHA512 f521204b571fb20951202713721fd9fdd790d72a8a2f8461f77244bf8dcd2fb88b88626b590a63f1d28938b30ec4610112c9d2d1b5089d59cdc5219c3e16b5aa
-EBUILD dash-table-4.11.3.ebuild 719 BLAKE2B 6b4ebb975ff12a95bd05eaf79cde725795fcdc4af5a95a2a7ab9dace074aab01f3f1da9343f9c77efaa70e2dadabf938ebcbb5c99deea820639046477a358b1d SHA512 ac496dbbf75cbff7f87e8afb49f736d8512e24140adb5c1a2cc187a2bd6ae1438104b3ba94005b109af18070c4b6d91daf9875d99b6292a37e805b1acc82c347
-EBUILD dash-table-4.12.1.ebuild 719 BLAKE2B 6b4ebb975ff12a95bd05eaf79cde725795fcdc4af5a95a2a7ab9dace074aab01f3f1da9343f9c77efaa70e2dadabf938ebcbb5c99deea820639046477a358b1d SHA512 ac496dbbf75cbff7f87e8afb49f736d8512e24140adb5c1a2cc187a2bd6ae1438104b3ba94005b109af18070c4b6d91daf9875d99b6292a37e805b1acc82c347
-MISC metadata.xml 541 BLAKE2B dade9511f3675f376f669a0b60a90cc7e608a1cd3c30f308f3c50653a7fdaec01f425a6eb3ea58b26a03dc3b370cca43507dade19c0ee4630d674aeeba1e4469 SHA512 f3b66f31573fbd08801ddd69691a42452c0ce59a444141dccee28f7064cfdf397512e37c442684becc11aee4cca771f53d65ab912b38190df1502a1dd77d2abd
diff --git a/sci-visualization/dash-table/dash-table-4.11.3.ebuild b/sci-visualization/dash-table/dash-table-4.11.3.ebuild
deleted file mode 100644
index 8e109a529936..000000000000
--- a/sci-visualization/dash-table/dash-table-4.11.3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="First-Class interactive DataTable for Dash"
-HOMEPAGE="https://plot.ly/dash"
-SRC_URI="https://github.com/plotly/${PN}/archive/refs/tags/v${PV}.tar.gz
- -> ${P}.gh.tar.gz"
-# Test execution depends on sci-visualization/dash being installed
-# but sci-visualization/dash depends on this
-RESTRICT="test"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-BDEPEND=""
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
- # Needs percy - not available
- rm -r tests/selenium || die
-
- distutils-r1_python_prepare_all
-}
diff --git a/sci-visualization/dash-table/dash-table-4.12.1.ebuild b/sci-visualization/dash-table/dash-table-4.12.1.ebuild
deleted file mode 100644
index 8e109a529936..000000000000
--- a/sci-visualization/dash-table/dash-table-4.12.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="First-Class interactive DataTable for Dash"
-HOMEPAGE="https://plot.ly/dash"
-SRC_URI="https://github.com/plotly/${PN}/archive/refs/tags/v${PV}.tar.gz
- -> ${P}.gh.tar.gz"
-# Test execution depends on sci-visualization/dash being installed
-# but sci-visualization/dash depends on this
-RESTRICT="test"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-BDEPEND=""
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
- # Needs percy - not available
- rm -r tests/selenium || die
-
- distutils-r1_python_prepare_all
-}
diff --git a/sci-visualization/dash-table/metadata.xml b/sci-visualization/dash-table/metadata.xml
deleted file mode 100644
index 02b394ab2ab1..000000000000
--- a/sci-visualization/dash-table/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>tupone@gentoo.org</email>
- <name>Tupone Alfredo</name>
- </maintainer>
- <longdescription lang="en">
- Dash DataTable is an interactive table component designed for viewing,
- editing, and exploring large datasets.
- </longdescription>
- <upstream>
- <remote-id type="pypi">dash-table</remote-id>
- <remote-id type="github">plotly/dash-table</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/sci-visualization/dash/Manifest b/sci-visualization/dash/Manifest
index 2132f99e3767..c2f07c99dea9 100644
--- a/sci-visualization/dash/Manifest
+++ b/sci-visualization/dash/Manifest
@@ -1,4 +1,4 @@
AUX 0001-Fix-werkzeug-2.1.0-import-dev-tools-error-html-rende.patch 3611 BLAKE2B 2b659570a48d282a818db5614cf3103bdd958057d499198d5e540fa1d5e366e214d564c5b6caa21592a1561bc54dfc2d7dbaafc1b1711fbe0b94e82be0cc3ef5 SHA512 a748163f48b4578499a8e4d5be3017aa4c75fc23cf5ad00197c8ba2c79c702e580f1f4a5e3199de76da1ff00a8d134259883f5aad85af425523c9bc7365b0919
-DIST dash-1.21.0.tar.gz 1753608 BLAKE2B 07530da9e39065e80f653f97eda5ae8840a05cbc90969640910e1788daea8c5227841fd7de74b90bbb763e3c4b027442eb9e35f52d8ea57a0e8bae4dcab87ce0 SHA512 8254a918f60de9dc329af53f8ff15841be39b130c56c6c6037a2fe4d699fa71f565d7cb0a14d1405f0a1d32cfe886e1531558158596ea1a2b69fd7c62af5a8ce
-EBUILD dash-1.21.0-r1.ebuild 998 BLAKE2B c954b9833bc25a206b27265b039b50af2427aada2ff6c54670656ffb5192c66c83da67ff77bd379734727a0460e429700f4574f38ba06b0bf67c8bffef25c6a7 SHA512 fe026de22dab44bdd973b7f67789de1bbd0e7144390cca9dfbeab3a6e7d23d1a8348c10d6be502327a7e5cdaa56ececac96d2cc5f627680d5558234ae48e2232
+DIST dash-2.0.0.tar.gz 15269530 BLAKE2B 04a79902ef764341ce1cacc1ae7d01931bf0774712da8451ccf972c56cd235990a6e21410f2ae20a732f91e96e277768c2a8837a4bcaeb1be940a953a9a5156c SHA512 7ab8f2d21475931881025b5933c9975af677cb1d4090875e07d788aba09752433ed531aecf63eaabd7548002224245e8f36b6cfa1e63e04bb322a3d154c0ec2b
+EBUILD dash-2.0.0.ebuild 737 BLAKE2B 7326a7e3c1529e1de389aed99ff0b994a72105604ab625611b98c53cb6f4b4c6393c410b84e34f6760c3885f55c84230a4e908dfea1da244b9e38d8cf8e799d1 SHA512 1ca034dc6157cc3f3dc68c975200d1bceed15a583c6713b02ddbaad17a77a04a1fd73fe03b72e20b452146095f3663eee6623216ba0059515903e7bb0778eeed
MISC metadata.xml 1362 BLAKE2B 476d401a89b61e6f3351eb372460651ca969ec7ce0e93610f446f502a37ff29b40cd16108f0b38a9d2639e76b8845d0da6eb313367c8b1d248b6d41c266f57e8 SHA512 beb967cce5f39ae8af1aa1e123ee901cc2a3683a820d61e9daf21ce8363e35236d97b1896229cecc7a605092a9ba189d848af0d0b31c515b1c02e2f1094b2eb5
diff --git a/sci-visualization/dash/dash-1.21.0-r1.ebuild b/sci-visualization/dash/dash-2.0.0.ebuild
index 9d388cb84220..f8f2e13614d1 100644
--- a/sci-visualization/dash/dash-1.21.0-r1.ebuild
+++ b/sci-visualization/dash/dash-2.0.0.ebuild
@@ -1,9 +1,10 @@
# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="Python framework for building ML & data science web apps"
@@ -21,10 +22,6 @@ KEYWORDS="~amd64 ~x86"
RESTRICT="test"
RDEPEND="
- dev-python/future[${PYTHON_USEDEP}]
- sci-visualization/dash-table[${PYTHON_USEDEP}]
- sci-visualization/dash-html-components[${PYTHON_USEDEP}]
- sci-visualization/dash-core-components[${PYTHON_USEDEP}]
dev-python/plotly[${PYTHON_USEDEP}]
dev-python/flask-compress[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
@@ -32,7 +29,3 @@ DEPEND="${RDEPEND}
BDEPEND=""
distutils_enable_tests pytest
-
-PATCHES=(
- "${FILESDIR}"/0001-Fix-werkzeug-2.1.0-import-dev-tools-error-html-rende.patch
-)