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:
parent
f5022a8e61
commit
f61e6e2323
1
dev-python/pygantt/Manifest
Normal file
1
dev-python/pygantt/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST pygantt-0.1.2.tar.gz 46628 SHA256 d0eae3c4da68896d8ea7853d10c687adc9cada3132d0826467d85d8d5ff38e88 SHA512 35fe3332bcea3a51a2de9f21b43ff86a8496d22f44dbdb3511ccdf3e05a92068e84b5981b867c46dcb6a06698bbe6cbfe9e001fe743f1e7b047f387e9954a60c WHIRLPOOL 97621c255f863096dbba67973e276a7ce8c4f55f7a6208c7d1e49638815fbd26b56691abff6a9123a9730acc780cea330c402805a1031ee32bedcd925d484c7b
|
11
dev-python/pygantt/metadata.xml
Normal file
11
dev-python/pygantt/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>gentoo@chymera.eu</email>
|
||||
<name>Horea Christian</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">TheChymera/pygantt</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
24
dev-python/pygantt/pygantt-0.1.2.ebuild
Normal file
24
dev-python/pygantt/pygantt-0.1.2.ebuild
Normal 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
|
24
dev-python/pygantt/pygantt-9999.ebuild
Normal file
24
dev-python/pygantt/pygantt-9999.ebuild
Normal 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
|
Loading…
x
Reference in New Issue
Block a user