mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
dev-python/PyQt5-stubs: add 5.15.6.0
Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
32
dev-python/PyQt5-stubs/PyQt5-stubs-5.15.6.0.ebuild
Normal file
32
dev-python/PyQt5-stubs/PyQt5-stubs-5.15.6.0.ebuild
Normal file
@@ -0,0 +1,32 @@
|
||||
# Copyright 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
|
||||
|
||||
DESCRIPTION="Stubs for PyQt5"
|
||||
HOMEPAGE="
|
||||
https://pypi.org/project/PyQt5-stubs/
|
||||
https://github.com/python-qt-tools/PyQt5-stubs
|
||||
|
||||
"
|
||||
|
||||
# no tests on pypi
|
||||
SRC_URI="https://github.com/python-qt-tools/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND="test? (
|
||||
dev-python/mypy[${PYTHON_USEDEP}]
|
||||
dev-python/PyQtWebEngine[${PYTHON_USEDEP}]
|
||||
dev-python/PyQt5[${PYTHON_USEDEP},bluetooth,dbus,declarative,designer,location,multimedia,network,opengl,positioning,serialport,sql,svg,widgets]
|
||||
)
|
||||
"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
Reference in New Issue
Block a user