mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-13 00:53:02 -04:00
dev-python/guidata: add 3.0.5
Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST guidata-2.3.1.tar.gz 504812 BLAKE2B 4b2e5e07ee76bbeb95a9a55a4cde1d409d2438fe5273a0f154d34e8beb9934f810b29a33ef508009e38c589d57402aef55d346b93856fc744e7a8236748f5e86 SHA512 7488ca8c761394dfd9d58a8ac3c96dc963adab6df278823fb1a7d9132febc16e275908034ef48381d696668add43f62438fab1ba22f70f5e08f33b14a81082c5
|
||||
DIST guidata-3.0.5.tar.gz 963433 BLAKE2B 83b9745035c5c7ef549006fe500a2cef48e6b8a45e5d16b27d0a763ac8aad591d6fe455b661c586eea0ce0e12a5988c2a0309df8ea62506d20ab2c3fda1ca120 SHA512 2abcbc6eed502ebc9830863ef98966f7689aa59f468aa41b0438403d4604e4521041d2d908ec7fc9b8363470753606a364ac9e91d9ecd15c2d243db1ec1f885e
|
||||
|
||||
26
dev-python/guidata/guidata-3.0.5.ebuild
Normal file
26
dev-python/guidata/guidata-3.0.5.ebuild
Normal file
@@ -0,0 +1,26 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# 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 pypi
|
||||
|
||||
DESCRIPTION="Library for user interfaces for easy dataset editing and display"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/guidata"
|
||||
LICENSE="BSD"
|
||||
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
# No automated tests can be performed afaik
|
||||
RESTRICT="test"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/PyQt5[${PYTHON_USEDEP}]
|
||||
dev-python/QtPy[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
Reference in New Issue
Block a user