diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-06-16 10:03:24 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-06-16 10:03:24 +0200 |
commit | e7be70af280acde139cce77ec3fb1180d2383710 (patch) | |
tree | d23e0967366a5408a3db7140c83c93a4f255cfc1 | |
parent | dev-python/dbus-next: Remove old (diff) | |
download | gentoo-e7be70af280acde139cce77ec3fb1180d2383710.tar.gz gentoo-e7be70af280acde139cce77ec3fb1180d2383710.tar.bz2 gentoo-e7be70af280acde139cce77ec3fb1180d2383710.zip |
dev-python/dbus-next: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/dbus-next/Manifest | 2 | ||||
-rw-r--r-- | dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild | 20 |
2 files changed, 16 insertions, 6 deletions
diff --git a/dev-python/dbus-next/Manifest b/dev-python/dbus-next/Manifest index 1695fd2e9bea..684e05395861 100644 --- a/dev-python/dbus-next/Manifest +++ b/dev-python/dbus-next/Manifest @@ -1 +1 @@ -DIST dbus-next-0.2.3.tar.gz 81711 BLAKE2B 6acc38a05511b3de7e13893d82dd1ecd55f9a6124b4d859574294602b921ff012776c12ddb02e1be437b258c7bd5120a3a9625fc5b06bbbe02915dcc4c14897b SHA512 7836d855c755c8ac6cbbb251ca0cbd2f4df9b573f31b1ea1cab480e47896d36b4cb0d479b2469b0bf0b5c700068361a18874b4a087f73020cdcb4e04a2d7dbe7 +DIST dbus-next-0.2.3.gh.tar.gz 81711 BLAKE2B 6acc38a05511b3de7e13893d82dd1ecd55f9a6124b4d859574294602b921ff012776c12ddb02e1be437b258c7bd5120a3a9625fc5b06bbbe02915dcc4c14897b SHA512 7836d855c755c8ac6cbbb251ca0cbd2f4df9b573f31b1ea1cab480e47896d36b4cb0d479b2469b0bf0b5c700068361a18874b4a087f73020cdcb4e04a2d7dbe7 diff --git a/dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild b/dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild index bd406332677e..be0d45236976 100644 --- a/dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild +++ b/dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild @@ -4,23 +4,33 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) + inherit distutils-r1 virtualx DESCRIPTION="The next great DBus library for Python with asyncio support" -HOMEPAGE="https://python-dbus-next.readthedocs.io/en/latest/" -SRC_URI="https://github.com/altdesktop/python-dbus-next/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE=" + https://python-dbus-next.readthedocs.io/en/latest/ + https://github.com/altdesktop/python-dbus-next/ + https://pypi.org/project/dbus-next/ +" +SRC_URI=" + https://github.com/altdesktop/python-dbus-next/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" S="${WORKDIR}"/python-${P} LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~riscv ~x86" -BDEPEND="test? ( +BDEPEND=" + test? ( dev-python/pygobject[${PYTHON_USEDEP}] dev-python/pytest-asyncio[${PYTHON_USEDEP}] dev-python/pytest-timeout[${PYTHON_USEDEP}] - )" + ) +" PATCHES=( "${FILESDIR}"/${PN}-0.2.3-glib-crash.patch |