From 810866934f4e762e980b2439a36a876dc16a5668 Mon Sep 17 00:00:00 2001 From: OscarL Date: Sat, 16 Sep 2023 02:36:04 -0300 Subject: [PATCH] dbuspython: update to version 1.3.2, support Python 3.10. (#9431) Only user of this package, Calibre, dropped this dependency in favor of the "pure-Python" `jeepney` package on newer versions. For now, this will do. --- ...buspython-1.2.14.recipe => dbuspython-1.3.2.recipe} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename dev-python/dbuspython/{dbuspython-1.2.14.recipe => dbuspython-1.3.2.recipe} (94%) diff --git a/dev-python/dbuspython/dbuspython-1.2.14.recipe b/dev-python/dbuspython/dbuspython-1.3.2.recipe similarity index 94% rename from dev-python/dbuspython/dbuspython-1.2.14.recipe rename to dev-python/dbuspython/dbuspython-1.3.2.recipe index 2fbf0f82e..506e58dbf 100644 --- a/dev-python/dbuspython/dbuspython-1.2.14.recipe +++ b/dev-python/dbuspython/dbuspython-1.3.2.recipe @@ -17,9 +17,9 @@ COPYRIGHT="2002-2010 Red Hat Inc. LICENSE="MIT AFL v2.1 GNU GPL v2" -REVISION="5" +REVISION="1" SOURCE_URI="https://dbus.freedesktop.org/releases/dbus-python/dbus-python-$portVersion.tar.gz" -CHECKSUM_SHA256="b10206ba3dd641e4e46411ab91471c88e0eec1749860e4285193ee68df84ac31" +CHECKSUM_SHA256="ad67819308618b5069537be237f8e68ca1c7fcc95ee4a121fe6845b1418248f8" SOURCE_DIR="dbus-python-$portVersion" ARCHITECTURES="all !x86_gcc2" @@ -47,8 +47,8 @@ BUILD_PREREQUIRES=" cmd:pkg_config$secondaryArchSuffix " -PYTHON_PACKAGES=(python39) -PYTHON_VERSIONS=(3.9) +PYTHON_PACKAGES=(python39 python310) +PYTHON_VERSIONS=(3.9 3.10) for i in "${!PYTHON_PACKAGES[@]}"; do pythonPackage=${PYTHON_PACKAGES[i]} pythonVersion=${PYTHON_VERSIONS[$i]} @@ -109,7 +109,7 @@ INSTALL() packageEntries $pythonPackage \ $prefix/lib/python* - done + fixPkgconfig }