dev-python/python-gantt: version bump 0.6.0_p1 ahead of Gentoo Science
Package-Manager: Portage-2.3.97, Repoman-2.3.22 Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
parent
5dfda0fd27
commit
8710ce7676
5
dev-python/python-gantt/ChangeLog
Normal file
5
dev-python/python-gantt/ChangeLog
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
*python-gantt-0.6.0_p1 (10 Apr 2020)
|
||||||
|
|
||||||
|
10 Apr 2020; <chymera@gentoo.org> +metadata.xml,
|
||||||
|
+python-gantt-0.6.0_p1.ebuild:
|
||||||
|
dev-python/python-gantt: version bump 0.6.0_p1 ahead of Gentoo Science
|
1
dev-python/python-gantt/Manifest
Normal file
1
dev-python/python-gantt/Manifest
Normal file
@ -0,0 +1 @@
|
|||||||
|
DIST 8ed033086d2974e15da61b770204e043348bb9d6.tar.gz 32357 SHA256 fb4d5df75386ddde44a38174ea927cc1e424752694c3907e925f6a601f2e6ca0 SHA512 4e4dda8b3d4376c8f8d9574c9c2482ba8038d52069ccac4d745e2397e9e150c5e33c8a0b308ce28f2feb20af2893663a7e05fe59bbac50f7149666ba955020cc WHIRLPOOL 03295a3b5b48e9e1b1a0b6be4fd0cd7af148978fe274c750eaea59c97e5c0ec2e4ab3ed3b50d786defbb05fae3b591b5463ab800fcc6d799b59c57b9ec7541c9
|
16
dev-python/python-gantt/metadata.xml
Normal file
16
dev-python/python-gantt/metadata.xml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
<?xml version='1.0' encoding='UTF-8'?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>chr@chymera.eu</email>
|
||||||
|
<name>Horea Christian</name>
|
||||||
|
</maintainer>
|
||||||
|
<maintainer type="project">
|
||||||
|
<email>sci@gentoo.org</email>
|
||||||
|
<name>Gentoo Science Project</name>
|
||||||
|
</maintainer>
|
||||||
|
<longdescription lang="en">
|
||||||
|
Python-Gantt makes it possible to easily draw gantt charts from Python
|
||||||
|
and export outputs as scalable vector graphics (SVG).
|
||||||
|
</longdescription>
|
||||||
|
</pkgmetadata>
|
37
dev-python/python-gantt/python-gantt-0.6.0_p1.ebuild
Normal file
37
dev-python/python-gantt/python-gantt-0.6.0_p1.ebuild
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
# Copyright 1999-2020 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=7
|
||||||
|
PYTHON_COMPAT=( python3_{6,7} )
|
||||||
|
|
||||||
|
inherit distutils-r1
|
||||||
|
|
||||||
|
MY_HASH="8ed033086d2974e15da61b770204e043348bb9d6"
|
||||||
|
|
||||||
|
DESCRIPTION="Draw Gantt charts from Python"
|
||||||
|
HOMEPAGE="https://pypi.org/project/python-gantt/"
|
||||||
|
SRC_URI="https://github.com/stefanSchinkel/gantt/archive/${MY_HASH}.tar.gz"
|
||||||
|
#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||||
|
|
||||||
|
LICENSE="GPL-3"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64 ~x86"
|
||||||
|
IUSE="test"
|
||||||
|
|
||||||
|
DEPEND="test? ( >=dev-python/pytest-5.1.2[${PYTHON_USEDEP}] )"
|
||||||
|
RDEPEND="
|
||||||
|
>=dev-python/matplotlib-3.0.3[${PYTHON_USEDEP}]
|
||||||
|
>=dev-python/numpy-1.16.3[${PYTHON_USEDEP}]
|
||||||
|
"
|
||||||
|
|
||||||
|
S="${WORKDIR}/gantt-${MY_HASH}"
|
||||||
|
|
||||||
|
python_prepare() {
|
||||||
|
sed -i\
|
||||||
|
-e "s/matplotlib==3.0.3/matplotlib/g"\
|
||||||
|
-e "s/numpy==1.16.3/numpy/g"\
|
||||||
|
setup.py || die
|
||||||
|
distutils-r1_python_prepare_all
|
||||||
|
}
|
||||||
|
|
||||||
|
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user