diff --git a/dev-python/pygal/Manifest b/dev-python/pygal/Manifest deleted file mode 100644 index 2b4893b..0000000 --- a/dev-python/pygal/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pygal-3.0.0.dev1.tar.gz 3586092 BLAKE2B 4b266df0b3cbc21aae5270578383d58c2e63928f151ea81e760a036044027d64a6f2f2ccbc964d5918e1134ee07b9e4d175bdcbf59d84c09f8f8e9b35f707a7f SHA512 d4ddeb7533513ff605d331b6b7c3ebc10c02ccacbab509c77e3c594b0417a82e7744e12f8cb416d9232066933f432a616c84f0cd9e246543fea447345cd364a7 diff --git a/dev-python/pygal/metadata.xml b/dev-python/pygal/metadata.xml deleted file mode 100644 index c23acc4..0000000 --- a/dev-python/pygal/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - parona@protonmail.com - Alfred Wingate - - - Kozea/pygal - - diff --git a/dev-python/pygal/pygal-3.0.0_pre1.ebuild b/dev-python/pygal/pygal-3.0.0_pre1.ebuild deleted file mode 100644 index 71fc74f..0000000 --- a/dev-python/pygal/pygal-3.0.0_pre1.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..9} ) -inherit distutils-r1 multiprocessing - -MY_P="${PN}-${PV/_pre/.dev}" - -DESCRIPTION="PYthon svg GrAph plotting Library " -# http://pygal.org/ is dead as of 20210519, therefore use the next best thing -HOMEPAGE="https://github.com/Kozea/pygal" -SRC_URI="mirror://pypi/${MY_P:0:1}/${PN}/${MY_P}.tar.gz" -S="${WORKDIR}/${MY_P}" - -LICENSE="LGPL-3+" -SLOT="0" -KEYWORDS="~amd64" -IUSE="man test" -RESTRICT="!test? ( test )" - -# 30.6.2021: 3.10 blocked by cairosvg, pygal_{sphinx_directives,maps_{ch,fr,world}}, pytest-{flake8,isort} -RDEPEND=" - dev-python/lxml[${PYTHON_USEDEP}] - media-gfx/cairosvg[${PYTHON_USEDEP}] -" -DEPEND=" - man? ( - dev-python/pygal_sphinx_directives - dev-python/sphinx_rtd_theme - ) - test? ( - ${RDEPEND} - dev-python/flask[${PYTHON_USEDEP}] - dev-python/pygal_maps_ch[${PYTHON_USEDEP}] - dev-python/pygal_maps_fr[${PYTHON_USEDEP}] - dev-python/pygal_maps_world[${PYTHON_USEDEP}] - dev-python/pytest-cov[${PYTHON_USEDEP}] - dev-python/pytest-flake8[${PYTHON_USEDEP}] - dev-python/pytest-isort[${PYTHON_USEDEP}] - dev-python/pytest-xdist[${PYTHON_USEDEP}] - dev-python/pyquery[${PYTHON_USEDEP}] - ) -" -BDEPEND=" - man? ( dev-python/sphinx ) -" - -distutils_enable_tests pytest -distutils_enable_sphinx docs dev-python/pygal_sphinx_directives dev-python/sphinx_rtd_theme - -python_prepare_all() { - sed -i -e '/pytest-runner/d' setup.py || die - distutils-r1_python_prepare_all -} - -python_compile_all() { - use man && emake -C docs -j1 man - sphinx_compile_all -} - -python_test() { - epytest -n "$(makeopts_jobs "${MAKEOPTS}" "$(get_nproc)")" -} - -python_install_all() { - use man && doman docs/_build/man/* - distutils-r1_python_install_all -} diff --git a/dev-python/pygal_maps_ch/Manifest b/dev-python/pygal_maps_ch/Manifest deleted file mode 100644 index 07d53e5..0000000 --- a/dev-python/pygal_maps_ch/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pygal_maps_ch-1.0.1.tar.gz 57742 BLAKE2B 1c82f26e4466c54f3954341ea4b3b6ae04e5e6b2d6c4d01ce06a5eb5b4a1d00b887263d06bddac8e357663f8d22b36460ed4f99d164e8843a0a3ca05556421ce SHA512 1fb8a2db13742e6c2660b9be5cbdc26c8d30e9baa54561742b732e6c62d66f52ee0f30271f3205f353cb048822312e855fea8fdef049a1cea46f59e6435f62d5 diff --git a/dev-python/pygal_maps_ch/metadata.xml b/dev-python/pygal_maps_ch/metadata.xml deleted file mode 100644 index d873d4b..0000000 --- a/dev-python/pygal_maps_ch/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - parona@protonmail.com - Alfred Wingate - - - pygal_maps_ch - - diff --git a/dev-python/pygal_maps_ch/pygal_maps_ch-1.0.1.ebuild b/dev-python/pygal_maps_ch/pygal_maps_ch-1.0.1.ebuild deleted file mode 100644 index a187d6c..0000000 --- a/dev-python/pygal_maps_ch/pygal_maps_ch-1.0.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..9} ) -inherit distutils-r1 - -DESCRIPTION="Swiss canton map for pygal" -# http://pygal.org/ is dead as of 20210519, therefore use the next best thing -HOMEPAGE="https://pypi.org/project/pygal_maps_ch/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="LGPL-3+" -SLOT="0" -KEYWORDS="~amd64" -# There are no tests -RESTRICT="test" - -# 1.7.2021: 3.10 blocked by pygal -RDEPEND="dev-python/pygal[${PYTHON_USEDEP}]" diff --git a/dev-python/pygal_maps_fr/Manifest b/dev-python/pygal_maps_fr/Manifest deleted file mode 100644 index 2da4183..0000000 --- a/dev-python/pygal_maps_fr/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pygal_maps_fr-1.1.0.tar.gz 410058 BLAKE2B b5cb696ae10c06bd79eb5d15d29e8309b8d6cb8be476af37d5eccfded321db75a3f30facc11f22f21e860399df7393693e83060d988087b7d65654e6512c4a45 SHA512 897b3f1a4a7b63c1d7e668d94c9c073f45d336425c0367e23ead53e0cf667dda4984d3d8981a56e4228fcbc65b191a2f82f07a49e05f1135d0efc80770ede88e diff --git a/dev-python/pygal_maps_fr/metadata.xml b/dev-python/pygal_maps_fr/metadata.xml deleted file mode 100644 index d290941..0000000 --- a/dev-python/pygal_maps_fr/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - parona@protonmail.com - Alfred Wingate - - - pygal_maps_fr - - diff --git a/dev-python/pygal_maps_fr/pygal_maps_fr-1.1.0.ebuild b/dev-python/pygal_maps_fr/pygal_maps_fr-1.1.0.ebuild deleted file mode 100644 index 62a675c..0000000 --- a/dev-python/pygal_maps_fr/pygal_maps_fr-1.1.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..9} ) -inherit distutils-r1 - -DESCRIPTION="French maps for pygal" -# http://pygal.org/ is dead as of 20210519, therefore use the next best thing -HOMEPAGE="https://pypi.org/project/pygal_maps_fr/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="LGPL-3+" -SLOT="0" -KEYWORDS="~amd64" -# There are no tests -RESTRICT="test" - -# 1.7.2021: 3.10 blocked by pygal -RDEPEND="dev-python/pygal[${PYTHON_USEDEP}]" diff --git a/dev-python/pygal_maps_world/Manifest b/dev-python/pygal_maps_world/Manifest deleted file mode 100644 index 26aef14..0000000 --- a/dev-python/pygal_maps_world/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pygal_maps_world-1.0.2.tar.gz 270781 BLAKE2B 820881ebf16dc76bb33209155fcbf8b42fa5cba5377f8a480e72fc217cb98acb749884894598adb77963abc4159ef6439da14f92d5987687779032c24d5e0852 SHA512 382c0bdffe9df6c0c4704c9eb87e142a30c4f6b8844d53e9f12a93e92214100d609d3b023379761607c9c3c1cb760230fe284b9b8b3d8f2f91f63dd306b97f53 diff --git a/dev-python/pygal_maps_world/metadata.xml b/dev-python/pygal_maps_world/metadata.xml deleted file mode 100644 index 4b99416..0000000 --- a/dev-python/pygal_maps_world/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - parona@protonmail.com - Alfred Wingate - - - pygal_maps_world - - diff --git a/dev-python/pygal_maps_world/pygal_maps_world-1.0.2.ebuild b/dev-python/pygal_maps_world/pygal_maps_world-1.0.2.ebuild deleted file mode 100644 index ce462e1..0000000 --- a/dev-python/pygal_maps_world/pygal_maps_world-1.0.2.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..9} ) -inherit distutils-r1 - -DESCRIPTION="World maps for pygal" -# http://pygal.org/ is dead as of 20210519, therefore use the next best thing -HOMEPAGE="https://pypi.org/project/pygal_maps_world/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="LGPL-3+" -SLOT="0" -KEYWORDS="~amd64" -# There are no tests -RESTRICT="test" - -# 1.7.2021: 3.10 blocked by pygal -RDEPEND="dev-python/pygal[${PYTHON_USEDEP}]" diff --git a/dev-python/pygal_sphinx_directives/Manifest b/dev-python/pygal_sphinx_directives/Manifest deleted file mode 100644 index 8de5c81..0000000 --- a/dev-python/pygal_sphinx_directives/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pygal_sphinx_directives-1.0.1.tar.gz 1270 BLAKE2B 48d54fdca26dfad7d4c33d77682a3aeffd8f0c2a707fe8a38a8437dda0e2da9778a40dd23dfc268fe6e8aded40ee6652eb7e9d54381c82452f971f6924041e13 SHA512 b7c7730433beb16f6731cac712f036137e6ad304946f6727196b50807e05658950e3b02e93cd8d10ffa08320258ae2f21c120621b6dd00ad5eef88c5ffaffb9e diff --git a/dev-python/pygal_sphinx_directives/metadata.xml b/dev-python/pygal_sphinx_directives/metadata.xml deleted file mode 100644 index b4e85f5..0000000 --- a/dev-python/pygal_sphinx_directives/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - parona@protonmail.com - Alfred Wingate - - - pygal_sphinx_directives - - diff --git a/dev-python/pygal_sphinx_directives/pygal_sphinx_directives-1.0.1.ebuild b/dev-python/pygal_sphinx_directives/pygal_sphinx_directives-1.0.1.ebuild deleted file mode 100644 index 7b5943c..0000000 --- a/dev-python/pygal_sphinx_directives/pygal_sphinx_directives-1.0.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..9} ) -inherit distutils-r1 - -DESCRIPTION="Pygal sphinx integration" -HOMEPAGE="https://pypi.org/project/pygal_sphinx_directives/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="LGPL-3+" -SLOT="0" -KEYWORDS="~amd64" -# There are no tests -RESTRICT="test" - -# 1.7.2021: 3.10 blocked by pygal -RDEPEND=" - dev-python/pygal[${PYTHON_USEDEP}] - dev-python/sphinx[${PYTHON_USEDEP}] -"