From 13be0a858319f0de3874bb05c32e59aa2a61ea63 Mon Sep 17 00:00:00 2001 From: Rick Farina Date: Tue, 21 Dec 2021 10:27:52 -0500 Subject: app-misc/siglo: add 0.9.6, drop 0.9.5 Fixes: QA issue of missing python_deps Closes: https://bugs.gentoo.org/823254 Signed-off-by: Rick Farina --- app-misc/siglo/Manifest | 2 +- app-misc/siglo/siglo-0.9.5.ebuild | 50 -------------------------------------- app-misc/siglo/siglo-0.9.6.ebuild | 51 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 52 insertions(+), 51 deletions(-) delete mode 100644 app-misc/siglo/siglo-0.9.5.ebuild create mode 100644 app-misc/siglo/siglo-0.9.6.ebuild (limited to 'app-misc') diff --git a/app-misc/siglo/Manifest b/app-misc/siglo/Manifest index 7990963e047b..cfced6366edc 100644 --- a/app-misc/siglo/Manifest +++ b/app-misc/siglo/Manifest @@ -1 +1 @@ -DIST siglo-0.9.5.tar.gz 38574 BLAKE2B e593914ab21deaeaaeddafa59545282dfe737e8aa935a53ada444d504499bc03cd1e17f7dca2813d39d30234504742471c2ba2ed94d603c785f7626fa73561fa SHA512 0ed5f9311c680b377c9233dd7db8b00cea3d376933529dadc46c574e12b33a0b9db1b8e1c66fa60dc088a5d0ebb62ac5c1b1b0b00f0e2143ff0f285980938227 +DIST siglo-0.9.6.tar.gz 38606 BLAKE2B 68a65eaa0a8ba9efdf9c72acc02a9ea41be1d3e05eff50df1a171e01138d421f9e6e75ca385a434883a176f6f82a8ca689ddc2097489997de3798fa042f9c81d SHA512 14b74cb25db1f5676203dbfae8b668888d3cfd493ea53267d8c0956a7e96f1cfe5457b7ce802dadcbe563d6810ac64f8f2cb49f59b579146659af28601d52681 diff --git a/app-misc/siglo/siglo-0.9.5.ebuild b/app-misc/siglo/siglo-0.9.5.ebuild deleted file mode 100644 index 4f32696ab50e..000000000000 --- a/app-misc/siglo/siglo-0.9.5.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_9 ) -inherit gnome2-utils python-single-r1 meson xdg - -DESCRIPTION="GTK app to sync InfiniTime watch with PinePhone" -HOMEPAGE="https://github.com/alexr4535/siglo" -SRC_URI="https://github.com/alexr4535/siglo/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MPL-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" -DEPEND="" -RDEPEND="${DEPEND} - $(python_gen_cond_dep ' - dev-python/dbus-python[${PYTHON_USEDEP}] - dev-python/gatt-python[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - dev-python/pyxdg[${PYTHON_USEDEP}] - ')" -BDEPEND="${PYTHON_DEPS}" - -#tests seem to fail -RESTRICT="test" - -src_configure() { - python_setup - sed -i "s#python.find_installation('python3').path()#\'${EPYTHON}\'#" src/meson.build - meson_src_configure -} - -src_install() { - meson_src_install - python_fix_shebang "${ED}/usr/bin" - python_optimize -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -} diff --git a/app-misc/siglo/siglo-0.9.6.ebuild b/app-misc/siglo/siglo-0.9.6.ebuild new file mode 100644 index 000000000000..450a38dd7ba5 --- /dev/null +++ b/app-misc/siglo/siglo-0.9.6.ebuild @@ -0,0 +1,51 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_9 ) +inherit gnome2-utils python-single-r1 meson xdg + +DESCRIPTION="GTK app to sync InfiniTime watch with PinePhone" +HOMEPAGE="https://github.com/alexr4535/siglo" +SRC_URI="https://github.com/alexr4535/siglo/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MPL-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" +DEPEND="" +RDEPEND="${DEPEND} + ${PYTHON_DEPS} + $(python_gen_cond_dep ' + dev-python/dbus-python[${PYTHON_USEDEP}] + dev-python/gatt-python[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] + dev-python/pyxdg[${PYTHON_USEDEP}] + ')" +BDEPEND="${PYTHON_DEPS}" + +#tests seem to fail +RESTRICT="test" + +src_configure() { + python_setup + sed -i "s#python.find_installation('python3').path()#\'${EPYTHON}\'#" src/meson.build + meson_src_configure +} + +src_install() { + meson_src_install + python_fix_shebang "${ED}/usr/bin" + python_optimize +} + +pkg_postinst() { + xdg_pkg_postinst + gnome2_schemas_update +} + +pkg_postrm() { + xdg_pkg_postrm + gnome2_schemas_update +} -- cgit v1.2.3-65-gdbad