mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-19 15:59:00 -04:00
dev-python/PyQt5-stubs: new package, add 5.15.2.0
Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
parent
4b820e483e
commit
5ddbe788cc
1
dev-python/PyQt5-stubs/Manifest
Normal file
1
dev-python/PyQt5-stubs/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST PyQt5-stubs-5.15.2.0.gh.tar.gz 344714 BLAKE2B 67e07fd5851748fb0f3161f82ccf699a69399da004f16daae3a3bd28c0a5ef49c91d14dfccc9b49d2071a727e3b7cff9540ffdb3c9751a341ed628dbea295010 SHA512 9b33a8f999b12e6cf73277835f72f303b243e33638c4f751ce5f6d5c8c50e30326b505f4235ea2cb09e46004186b92bc3ab320f5143a9899d99767cc0f173314
|
31
dev-python/PyQt5-stubs/PyQt5-stubs-5.15.2.0.ebuild
Normal file
31
dev-python/PyQt5-stubs/PyQt5-stubs-5.15.2.0.ebuild
Normal file
@ -0,0 +1,31 @@
|
||||
# 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/PyQt5[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
distutils_enable_tests pytest
|
12
dev-python/PyQt5-stubs/metadata.xml
Normal file
12
dev-python/PyQt5-stubs/metadata.xml
Normal file
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>davidroman96@gmail.com</email>
|
||||
<name>David Roman</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">python-qt-tools/PyQt5-stubs</remote-id>
|
||||
<remote-id type="pypi">PyQt5-stubs</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
Loading…
x
Reference in New Issue
Block a user