This commit is contained in:
Torsten Kurbad
2023-11-13 14:00:50 +01:00
parent 800fc79e87
commit 73663ebfdb
27 changed files with 880 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
DIST qasync-0.24.0.tar.gz 18311 BLAKE2B 446ae9ba5e72aa70f6c86741a891bcaa61be86b1bb99d37e07f260892876b91c2cba7f8c92e6576af69b8d31d2b4bbdcc91a4e7d6ffa6c7cbe82cac85438f5bc SHA512 b9c09314b9e07b4510ae499fd0b37ce74e28ed6d0a63c7be276fb5c424e2f734d8fc2ea321c1f3e477c84e6d42bb5986d315eb199e01ecf9e6474ea490253758
EBUILD qasync-0.24.0.ebuild 480 BLAKE2B 02288450be95d3417461baad4dc2f2f0f1f5396ef81aff46c1496f8f2546ee3c00406f6da8fe1283db5a9db607774a05d731c2d7641efd13e548c2f426b0e267 SHA512 5c9f8f7db05c099425e1f9f3c6c0106838c6501bd62cc93096bc5211b869aa12c8f3f75b53f9ea7562831f554ed07ee7fe40e178bbb6222b9936b7d0d2cfe86a
+23
View File
@@ -0,0 +1,23 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1 pypi
DESCRIPTION="Implementation of the asyncio (PEP 3156) event-loop with Qt"
HOMEPAGE="https://github.com/CabbageDevelopment/qasync"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
dev-python/PyQt6[${PYTHON_USEDEP}]
"
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
"