diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-05-17 06:11:54 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-05-17 06:11:54 +0000 |
| commit | 4a6ee33d239871fd8918401a1b3fa8fc69963994 (patch) | |
| tree | dd0ff6fddf9964426117b223f65cf22674dc472b /dev-python/tikzplotlib | |
| parent | 1c7f16d1677e8d90a5fcaa0fa90729918bf766a1 (diff) | |
| download | baldeagleos-repo-4a6ee33d239871fd8918401a1b3fa8fc69963994.tar.gz baldeagleos-repo-4a6ee33d239871fd8918401a1b3fa8fc69963994.tar.xz baldeagleos-repo-4a6ee33d239871fd8918401a1b3fa8fc69963994.zip | |
Adding metadata
Diffstat (limited to 'dev-python/tikzplotlib')
| -rw-r--r-- | dev-python/tikzplotlib/Manifest | 3 | ||||
| -rw-r--r-- | dev-python/tikzplotlib/tikzplotlib-0.10.0.ebuild | 40 | ||||
| -rw-r--r-- | dev-python/tikzplotlib/tikzplotlib-0.10.1.ebuild | 7 | ||||
| -rw-r--r-- | dev-python/tikzplotlib/tikzplotlib-0.9.16.ebuild | 39 | ||||
| -rw-r--r-- | dev-python/tikzplotlib/tikzplotlib-0.9.17-r1.ebuild | 39 | ||||
| -rw-r--r-- | dev-python/tikzplotlib/tikzplotlib-0.9.17.ebuild | 39 |
6 files changed, 5 insertions, 162 deletions
diff --git a/dev-python/tikzplotlib/Manifest b/dev-python/tikzplotlib/Manifest index 9cff890ae0f1..3b505fe0be91 100644 --- a/dev-python/tikzplotlib/Manifest +++ b/dev-python/tikzplotlib/Manifest @@ -1,4 +1 @@ -DIST tikzplotlib-0.10.0.tar.gz 98266 BLAKE2B 28c49f937af5f70830218dcd3215ab5b7e56077cdd87e0e3887b48a63903314765adc872dc5c7f55e1bd5770541c8f1f3950033cf54acdf8a38be3b14bb6ac4b SHA512 661291a975132ac18066dc8af310da91847f0fed289256944bba1f374c61cdb95c72a942527a92906c935b5af1131069212109eb25f531bac7ac72f6a1d9d773 DIST tikzplotlib-0.10.1.tar.gz 98265 BLAKE2B 7664e702afb38580af78f2b0887000215a5a0c2ef57e4f9ca5d1100bcba257365b89aee805e800e3a9b5a992487c1ee9733088dadc53941405c0055336478130 SHA512 13a750d9929db1d4ce4608a296523be55878c702846b0b339c6c002cbdf4e8f7b1ffea84db612d8932a379fafce9b4fe6ab6ce4325bf780f211cc0b885a15818 -DIST tikzplotlib-0.9.16.tar.gz 98162 BLAKE2B de32064cd8cb6f3fbd8e067c8126a86da6d9836dc42d91d42fd8ad6ba9f8fc2a1001904d370cb756e76112a0d746247f6235fe40af277a7142bdc6264b1ee531 SHA512 7633b7e8ee23aed8da3df249a7dbc4e36667950d2c5caef5845b5468a61f5cb0191cad3253cc7940d19be56a7981d33c70c9d45ce0d9329286266af6f36c2d94 -DIST tikzplotlib-0.9.17.tar.gz 98194 BLAKE2B 746bd940805fa7bcef56398f974ad13c54814c7192ed8c85bdcfdf2fbeb93a0016d810a0b532120a404053e0666352c07f5f0db97b3241574fbcda3ad464664f SHA512 3708eba0d77890a919c7e974569fcf4cf1c798199927bd2771e8952f6ea49a10a6b85d605c3d6c4969e16bf47eb1683557f8bbefdf986f043049aa6b0c37a8ff diff --git a/dev-python/tikzplotlib/tikzplotlib-0.10.0.ebuild b/dev-python/tikzplotlib/tikzplotlib-0.10.0.ebuild deleted file mode 100644 index 2327734f3a79..000000000000 --- a/dev-python/tikzplotlib/tikzplotlib-0.10.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 2019-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{7,8,9,10} pypy3 ) - -inherit distutils-r1 virtualx - -DESCRIPTION="Convert matplotlib figures into TikZ/PGFPlots" -HOMEPAGE="https://github.com/nschloe/tikzplotlib" -SRC_URI="https://github.com/nschloe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - app-text/texlive[extra] - >=dev-python/matplotlib-3.5[latex,${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/pillow[${PYTHON_USEDEP}] - dev-python/webcolors[${PYTHON_USEDEP}] -" - -BDEPEND=" - test? ( - dev-python/pandas[${PYTHON_USEDEP}] - dev-python/pytest-codeblocks[${PYTHON_USEDEP}] - dev-python/scipy[${PYTHON_USEDEP}] - )" - -distutils_enable_tests pytest -distutils_enable_sphinx doc dev-python/mock dev-python/alabaster - -src_test() { - local -x MPLBACKEND=Agg - virtx distutils-r1_src_test -} diff --git a/dev-python/tikzplotlib/tikzplotlib-0.10.1.ebuild b/dev-python/tikzplotlib/tikzplotlib-0.10.1.ebuild index 952394d8b818..57d41ac5634a 100644 --- a/dev-python/tikzplotlib/tikzplotlib-0.10.1.ebuild +++ b/dev-python/tikzplotlib/tikzplotlib-0.10.1.ebuild @@ -9,8 +9,11 @@ PYTHON_COMPAT=( python3_{7,8,9,10} pypy3 ) inherit distutils-r1 virtualx DESCRIPTION="Convert matplotlib figures into TikZ/PGFPlots" -HOMEPAGE="https://github.com/nschloe/tikzplotlib" -SRC_URI="https://github.com/nschloe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE=" + https://github.com/texworld/tikzplotlib/ + https://pypi.org/project/tikzplotlib/ +" +SRC_URI="https://github.com/texworld/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" diff --git a/dev-python/tikzplotlib/tikzplotlib-0.9.16.ebuild b/dev-python/tikzplotlib/tikzplotlib-0.9.16.ebuild deleted file mode 100644 index 744966a80d29..000000000000 --- a/dev-python/tikzplotlib/tikzplotlib-0.9.16.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 2019-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_SETUPTOOLS=pyproject.toml -PYTHON_COMPAT=( python3_{7,8,9,10} pypy3 ) - -inherit distutils-r1 virtualx - -DESCRIPTION="Convert matplotlib figures into TikZ/PGFPlots" -HOMEPAGE="https://github.com/nschloe/tikzplotlib" -SRC_URI="https://github.com/nschloe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - app-text/texlive[extra] - <dev-python/matplotlib-3.5[latex,${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/pillow[${PYTHON_USEDEP}] -" - -BDEPEND=" - test? ( - dev-python/pandas[${PYTHON_USEDEP}] - dev-python/pytest-codeblocks[${PYTHON_USEDEP}] - dev-python/scipy[${PYTHON_USEDEP}] -)" - -distutils_enable_tests pytest -distutils_enable_sphinx doc dev-python/mock - -python_test() { - local -x MPLBACKEND=Agg - virtx epytest -} diff --git a/dev-python/tikzplotlib/tikzplotlib-0.9.17-r1.ebuild b/dev-python/tikzplotlib/tikzplotlib-0.9.17-r1.ebuild deleted file mode 100644 index 7719040bbf4c..000000000000 --- a/dev-python/tikzplotlib/tikzplotlib-0.9.17-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 2019-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{7,8,9,10} pypy3 ) - -inherit distutils-r1 virtualx - -DESCRIPTION="Convert matplotlib figures into TikZ/PGFPlots" -HOMEPAGE="https://github.com/nschloe/tikzplotlib" -SRC_URI="https://github.com/nschloe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - app-text/texlive[extra] - <dev-python/matplotlib-3.5[latex,${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/pillow[${PYTHON_USEDEP}] -" - -BDEPEND=" - test? ( - dev-python/pandas[${PYTHON_USEDEP}] - dev-python/pytest-codeblocks[${PYTHON_USEDEP}] - dev-python/scipy[${PYTHON_USEDEP}] - )" - -distutils_enable_tests pytest -distutils_enable_sphinx doc dev-python/mock - -src_test() { - local -x MPLBACKEND=Agg - virtx distutils-r1_src_test -} diff --git a/dev-python/tikzplotlib/tikzplotlib-0.9.17.ebuild b/dev-python/tikzplotlib/tikzplotlib-0.9.17.ebuild deleted file mode 100644 index 3e26f760c633..000000000000 --- a/dev-python/tikzplotlib/tikzplotlib-0.9.17.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 2019-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_SETUPTOOLS=pyproject.toml -PYTHON_COMPAT=( python3_{7,8,9,10} pypy3 ) - -inherit distutils-r1 virtualx - -DESCRIPTION="Convert matplotlib figures into TikZ/PGFPlots" -HOMEPAGE="https://github.com/nschloe/tikzplotlib" -SRC_URI="https://github.com/nschloe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - app-text/texlive[extra] - <dev-python/matplotlib-3.5[latex,${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/pillow[${PYTHON_USEDEP}] -" - -BDEPEND=" - test? ( - dev-python/pandas[${PYTHON_USEDEP}] - dev-python/pytest-codeblocks[${PYTHON_USEDEP}] - dev-python/scipy[${PYTHON_USEDEP}] - )" - -distutils_enable_tests pytest -distutils_enable_sphinx doc dev-python/mock - -python_test() { - local -x MPLBACKEND=Agg - virtx epytest -} |
