1
0
mirror of synced 2024-12-22 21:00:20 +01:00

dev-python/asciitree: new package (DANDI stack)

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
Horea Christian 2022-02-08 23:28:46 -05:00
parent 1cae7dfe23
commit 5eed950822
No known key found for this signature in database
GPG Key ID: 161C0BE6255333D3
4 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,4 @@
*asciitree-0.3.3 (09 Feb 2022)
09 Feb 2022; <chymera@gentoo.org> +asciitree-0.3.3.ebuild, +metadata.xml:
dev-python/asciitree: new package (DANDI stack)

View File

@ -0,0 +1 @@
DIST asciitree-0.3.3.tar.gz 8765 SHA256 7837e807ba0791d86aa90b5c1ead0afccb901aab8a5f3d07fc2d1a3972d58ff7 SHA512 82ec368db5c3302640860aadeefc89ef2bc74a4336a46729d2688591454b6c1ab1f1fe9fc5305bc956c9998f27bca9e55aeee3bfb82bdf24a67955953e7e37f0 WHIRLPOOL da2aa5019d16d1cd4cfec6c315589eef2fe3433e1bb31986cc7e012fdbd03de5d80e2e876537abb252584ff18a84a41fe67b188d4b453456390416220127ed2a

View File

@ -0,0 +1,19 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="ASCII trees in python"
HOMEPAGE="https://github.com/mbr/asciitree"
SRC_URI="https://github.com/mbr/asciitree/archive/refs/tags/0.3.3.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
distutils_enable_tests pytest

View File

@ -0,0 +1,12 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>gentoo@chymera.eu</email>
<name>Horea Christian</name>
</maintainer>
<maintainer type="project">
<email>sci@gentoo.org</email>
<name>Gentoo Science Project</name>
</maintainer>
</pkgmetadata>