mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 00:08:58 -04:00
dev-python/guiqwt: add 4.4.5
Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
parent
07e86b154e
commit
c550313ea4
@ -1,2 +1,3 @@
|
||||
DIST guiqwt-4.4.1.tar.gz 3292649 BLAKE2B 730550ceeb619e6184145562e437d8c90799218654dd2f43718692f1951b877eb8d687ebe43abd13e83ac7be921d3e2e8b43891719354b17a5b570d68685d01d SHA512 ea92919d88c1691c7098b7dfa51185b39b9568101b86335f19f7da72138d35f06ffce6e9763c2e2c8a02b20f362dab9a069e8748c19f8aed72d35763f346ae32
|
||||
DIST guiqwt-4.4.3.tar.gz 3318174 BLAKE2B f58b5344b165ded1d3f99fad77fcea8bffe427acffbdfadc2d5f143b618093859bdf28c41478870415b93ab6b5c419e993872b0368397311d232e1926e1350cb SHA512 da5b0c1aabe6d05441b17d95b91edaf1c95179c4376213f0720ca4ac850dcbb07a4b05513094c8b9f768b19ec8e87214018ab17bb383d69d9f79b9228e93a888
|
||||
DIST guiqwt-4.4.5.gh.tar.gz 5427628 BLAKE2B ac5e7116e357b733486f48ddabca0a42c42e7d2616022667e09b465a3b2791863a09e5b68731cdf2bcabb8df873934c11256cdfe058a77fa90c7b0c286a60686 SHA512 44ee7ded9459795666adb716f4041215c520371203029ef9157aeeed78a9fb7f1fad18ee6651d760bb7b31ad82fb11a414239984992824a30fba7cd22de5ffd6
|
||||
|
24
dev-python/guiqwt/guiqwt-4.4.5.ebuild
Normal file
24
dev-python/guiqwt/guiqwt-4.4.5.ebuild
Normal file
@ -0,0 +1,24 @@
|
||||
# Copyright 1999-2019 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11,12} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Efficient 2D plotting Python library based on PythonQwt "
|
||||
HOMEPAGE="https://pypi.python.org/pypi/guiqwt"
|
||||
SRC_URI="https://github.com/PlotPyStack/guiqwt/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||
LICENSE="MIT"
|
||||
|
||||
SLOT="0"
|
||||
RETRICT="test"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/cython[${PYTHON_USEDEP}]
|
||||
dev-python/guidata[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
KEYWORDS="~amd64 ~x86"
|
Loading…
x
Reference in New Issue
Block a user