summaryrefslogtreecommitdiff
path: root/dev-python/tikzplotlib
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-02-12 01:47:12 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-02-12 01:47:12 +0000
commit639fb00c61d4a023f5069e0b4f72b7c19d6d1a9a (patch)
tree93aeb815637897d955efe18a1416a1e03f787602 /dev-python/tikzplotlib
parent0ed685bb5a0982fe47229999fb440e07013c9b8d (diff)
downloadbaldeagleos-repo-639fb00c61d4a023f5069e0b4f72b7c19d6d1a9a.tar.gz
baldeagleos-repo-639fb00c61d4a023f5069e0b4f72b7c19d6d1a9a.tar.xz
baldeagleos-repo-639fb00c61d4a023f5069e0b4f72b7c19d6d1a9a.zip
Adding metadata
Diffstat (limited to 'dev-python/tikzplotlib')
-rw-r--r--dev-python/tikzplotlib/tikzplotlib-0.9.7.ebuild16
1 files changed, 1 insertions, 15 deletions
diff --git a/dev-python/tikzplotlib/tikzplotlib-0.9.7.ebuild b/dev-python/tikzplotlib/tikzplotlib-0.9.7.ebuild
index f0f5782e21c1..1c9c50e34e33 100644
--- a/dev-python/tikzplotlib/tikzplotlib-0.9.7.ebuild
+++ b/dev-python/tikzplotlib/tikzplotlib-0.9.7.ebuild
@@ -3,6 +3,7 @@
EAPI=7
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
PYTHON_COMPAT=( python3_{6,7,8,9,10} )
inherit distutils-r1 virtualx
@@ -35,21 +36,6 @@ BDEPEND="
distutils_enable_tests pytest
distutils_enable_sphinx doc dev-python/mock
-python_prepare_all() {
- # setup.py was removed in commit f04323cfa575caf8a25a9236f55fe6baf1a33b20
- # for some reason, DISTUTULS_USE_SETUPTOOLS="pyproject.toml" is not working
- # it complains about file not found, setup.cfg does exist
-
- cat > setup.py <<EOF || die
-from setuptools import setup
-
-if __name__ == "__main__":
- setup()
-EOF
-
- distutils-r1_python_prepare_all
-}
-
python_test() {
local -x MPLBACKEND=Agg
virtx pytest -vv