diff --git a/dev-python/pygal_maps_world/Manifest b/dev-python/pygal_maps_world/Manifest new file mode 100644 index 0000000..26aef14 --- /dev/null +++ b/dev-python/pygal_maps_world/Manifest @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000..4b99416 --- /dev/null +++ b/dev-python/pygal_maps_world/metadata.xml @@ -0,0 +1,11 @@ + + + + + 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 new file mode 100644 index 0000000..68ab335 --- /dev/null +++ b/dev-python/pygal_maps_world/pygal_maps_world-1.0.2.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="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" + +RDEPEND="dev-python/pygal[${PYTHON_USEDEP}]"