1
0
Fork 0

dev-python/pygantt: new package

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-05-23 01:17:11 -04:00
parent f5022a8e61
commit f61e6e2323
No known key found for this signature in database
GPG Key ID: 161C0BE6255333D3
4 changed files with 60 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST pygantt-0.1.2.tar.gz 46628 SHA256 d0eae3c4da68896d8ea7853d10c687adc9cada3132d0826467d85d8d5ff38e88 SHA512 35fe3332bcea3a51a2de9f21b43ff86a8496d22f44dbdb3511ccdf3e05a92068e84b5981b867c46dcb6a06698bbe6cbfe9e001fe743f1e7b047f387e9954a60c WHIRLPOOL 97621c255f863096dbba67973e276a7ce8c4f55f7a6208c7d1e49638815fbd26b56691abff6a9123a9730acc780cea330c402805a1031ee32bedcd925d484c7b

View 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>gentoo@chymera.eu</email>
<name>Horea Christian</name>
</maintainer>
<upstream>
<remote-id type="github">TheChymera/pygantt</remote-id>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,24 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{7..10} )
inherit distutils-r1
DESCRIPTION=" Simple Gantt Charts in Python "
HOMEPAGE="https://github.com/TheChymera/pygantt"
SRC_URI="https://github.com/TheChymera/pygantt/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
LICENSE="GPL-3"
SLOT="0"
DEPEND="
dev-python/matplotlib[${PYTHON_USEDEP}]
dev-python/pandas[${PYTHON_USEDEP}]
"
RDEPEND="${DEPEND}"
distutils_enable_tests pytest

View File

@ -0,0 +1,24 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{7..10} )
inherit distutils-r1 git-r3
DESCRIPTION=" Simple Gantt Charts in Python "
HOMEPAGE="https://github.com/TheChymera/pygantt"
EGIT_REPO_URI="https://github.com/TheChymera/pygantt.git"
KEYWORDS="~amd64 ~x86"
LICENSE="GPL-3"
SLOT="0"
DEPEND="
dev-python/matplotlib[${PYTHON_USEDEP}]
dev-python/pandas[${PYTHON_USEDEP}]
"
RDEPEND="${DEPEND}"
distutils_enable_tests pytest