gentoo-zh/dev-python/qasync/qasync-0.26.0.ebuild
wgjak47 31fa88afac
media-sound/feeluown: bump version (#3815)
* media-sound/feeluown: bump version

* dev-python/qasync: add 0.26.0, drop 0.24.0

* dev-python/qasync: update PEP517 method
2023-11-05 14:47:52 +08:00

24 lines
476 B
Bash

# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=poetry
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/PyQt5[${PYTHON_USEDEP}]
"
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
"