mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
dev-python/guiqwt: add 4.4.3
Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST guiqwt-4.4.1.tar.gz 3292649 BLAKE2B 730550ceeb619e6184145562e437d8c90799218654dd2f43718692f1951b877eb8d687ebe43abd13e83ac7be921d3e2e8b43891719354b17a5b570d68685d01d SHA512 ea92919d88c1691c7098b7dfa51185b39b9568101b86335f19f7da72138d35f06ffce6e9763c2e2c8a02b20f362dab9a069e8748c19f8aed72d35763f346ae32
|
||||
DIST guiqwt-4.4.3.tar.gz 3318174 BLAKE2B f58b5344b165ded1d3f99fad77fcea8bffe427acffbdfadc2d5f143b618093859bdf28c41478870415b93ab6b5c419e993872b0368397311d232e1926e1350cb SHA512 da5b0c1aabe6d05441b17d95b91edaf1c95179c4376213f0720ca4ac850dcbb07a4b05513094c8b9f768b19ec8e87214018ab17bb383d69d9f79b9228e93a888
|
||||
|
||||
23
dev-python/guiqwt/guiqwt-4.4.3.ebuild
Normal file
23
dev-python/guiqwt/guiqwt-4.4.3.ebuild
Normal file
@@ -0,0 +1,23 @@
|
||||
# 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 )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Efficient 2D plotting Python library based on PythonQwt "
|
||||
HOMEPAGE="https://pypi.python.org/pypi/guiqwt"
|
||||
LICENSE="MIT"
|
||||
|
||||
SLOT="0"
|
||||
RESTRICT="test"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/cython[${PYTHON_USEDEP}]
|
||||
dev-python/guidata[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
Reference in New Issue
Block a user