dev-python/pygal_maps_world: add for dev-python/pygal test
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
parent
9af791bcfc
commit
9f507edea7
1
dev-python/pygal_maps_world/Manifest
Normal file
1
dev-python/pygal_maps_world/Manifest
Normal file
@ -0,0 +1 @@
|
|||||||
|
DIST pygal_maps_world-1.0.2.tar.gz 270781 BLAKE2B 820881ebf16dc76bb33209155fcbf8b42fa5cba5377f8a480e72fc217cb98acb749884894598adb77963abc4159ef6439da14f92d5987687779032c24d5e0852 SHA512 382c0bdffe9df6c0c4704c9eb87e142a30c4f6b8844d53e9f12a93e92214100d609d3b023379761607c9c3c1cb760230fe284b9b8b3d8f2f91f63dd306b97f53
|
11
dev-python/pygal_maps_world/metadata.xml
Normal file
11
dev-python/pygal_maps_world/metadata.xml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>parona@protonmail.com</email>
|
||||||
|
<name>Alfred Wingate</name>
|
||||||
|
</maintainer>
|
||||||
|
<upstream>
|
||||||
|
<remote-id type="pypi">pygal_maps_world</remote-id>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
20
dev-python/pygal_maps_world/pygal_maps_world-1.0.2.ebuild
Normal file
20
dev-python/pygal_maps_world/pygal_maps_world-1.0.2.ebuild
Normal file
@ -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}]"
|
Loading…
Reference in New Issue
Block a user