diff --git a/dev-python/pygantt/Manifest b/dev-python/pygantt/Manifest new file mode 100644 index 0000000..94873a7 --- /dev/null +++ b/dev-python/pygantt/Manifest @@ -0,0 +1 @@ +DIST pygantt-0.1.2.tar.gz 46628 SHA256 d0eae3c4da68896d8ea7853d10c687adc9cada3132d0826467d85d8d5ff38e88 SHA512 35fe3332bcea3a51a2de9f21b43ff86a8496d22f44dbdb3511ccdf3e05a92068e84b5981b867c46dcb6a06698bbe6cbfe9e001fe743f1e7b047f387e9954a60c WHIRLPOOL 97621c255f863096dbba67973e276a7ce8c4f55f7a6208c7d1e49638815fbd26b56691abff6a9123a9730acc780cea330c402805a1031ee32bedcd925d484c7b diff --git a/dev-python/pygantt/metadata.xml b/dev-python/pygantt/metadata.xml new file mode 100644 index 0000000..0bc851a --- /dev/null +++ b/dev-python/pygantt/metadata.xml @@ -0,0 +1,11 @@ + + + + + gentoo@chymera.eu + Horea Christian + + + TheChymera/pygantt + + diff --git a/dev-python/pygantt/pygantt-0.1.2.ebuild b/dev-python/pygantt/pygantt-0.1.2.ebuild new file mode 100644 index 0000000..8c1d84d --- /dev/null +++ b/dev-python/pygantt/pygantt-0.1.2.ebuild @@ -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 diff --git a/dev-python/pygantt/pygantt-9999.ebuild b/dev-python/pygantt/pygantt-9999.ebuild new file mode 100644 index 0000000..73c0134 --- /dev/null +++ b/dev-python/pygantt/pygantt-9999.ebuild @@ -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