| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.21.1 | 7 | amd64 ~x86 | 0 |
# Copyright 2019-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{8,9,10} )
inherit distutils-r1
DESCRIPTION="Diagram as Code"
HOMEPAGE="https://diagrams.mingrammer.com/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~x86"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND=""
dev-python/setuptools[${PYTHON_USEDEP}]
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | diagrams-0.21.1.tar.gz | 23081633 bytes | mirror://pypi/${PN:0:1}/diagrams/diagrams-0.21.1.tar.gz |