diff --git a/dev-python/pygal_maps_ch/Manifest b/dev-python/pygal_maps_ch/Manifest new file mode 100644 index 0000000..07d53e5 --- /dev/null +++ b/dev-python/pygal_maps_ch/Manifest @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000..d873d4b --- /dev/null +++ b/dev-python/pygal_maps_ch/metadata.xml @@ -0,0 +1,11 @@ + + + + + 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 new file mode 100644 index 0000000..30342d5 --- /dev/null +++ b/dev-python/pygal_maps_ch/pygal_maps_ch-1.0.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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" + +RDEPEND="dev-python/pygal[${PYTHON_USEDEP}]"