From d99093fb4bb5652015c06274d64083daa2439e4f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 3 Mar 2021 10:28:17 +0000 Subject: gentoo resync : 03.03.2021 --- net-misc/pyhoca-gui/Manifest | 6 ++--- net-misc/pyhoca-gui/metadata.xml | 1 + net-misc/pyhoca-gui/pyhoca-gui-0.6.1.0.ebuild | 35 --------------------------- net-misc/pyhoca-gui/pyhoca-gui-0.6.1.1.ebuild | 19 +++++++++------ 4 files changed, 15 insertions(+), 46 deletions(-) delete mode 100644 net-misc/pyhoca-gui/pyhoca-gui-0.6.1.0.ebuild (limited to 'net-misc/pyhoca-gui') diff --git a/net-misc/pyhoca-gui/Manifest b/net-misc/pyhoca-gui/Manifest index cd4e06167319..50fdba4d4cac 100644 --- a/net-misc/pyhoca-gui/Manifest +++ b/net-misc/pyhoca-gui/Manifest @@ -1,5 +1,3 @@ -DIST pyhoca-gui-0.6.1.0.tar.gz 2098973 BLAKE2B fdd145bb8ba67d70571a2244bded2f5c30382725c21747778c7490a98cd85dd7e872aec9ba539d407764a9a3a38d590aed5742268ebc38aa9cfaa3fc5b5a679c SHA512 d2730aa52afd4a835e593f3d8bde84435abb67aa490bb05807353d8d102c1d85564c21decbaf04e5cf54ef4a376247cf4a5ba1f7c9baf96149dbea9e583ea9cb DIST pyhoca-gui-0.6.1.1.tar.gz 2099727 BLAKE2B 944ee3cd743d502ce320759b9200c74de13802e23aabc2a5fe5659e123e2bbc368bf8a216c73de2c2ed22408d8fe50b4b945cc0714d05e1cb0faa1e5617dd4b0 SHA512 e7e24d60c1e4ecca2201c2a25bfc8c5552e54e30a5f744c5bc9c36ba4050a64cbb8616ab2e035b34cd14c62702ff88e32c863cac8aef0f8f4cb18db1d2e737b6 -EBUILD pyhoca-gui-0.6.1.0.ebuild 825 BLAKE2B d3604fe2bec0d4a480467ab666c9a4d8051eb12c540e9fe72a29130531ec0f8ca355b5c9ef3ab8aa864f1c084009d07d108eb91df510439624af3984078814ce SHA512 113b32afca4081f98135c51ee3a9fabdcc369a0e7e4a29f33302b9b260dd23402d6584611cc8f3fc6f73250dfea2899cb3ebd43357155ffc5556f2e90c665939 -EBUILD pyhoca-gui-0.6.1.1.ebuild 825 BLAKE2B d3604fe2bec0d4a480467ab666c9a4d8051eb12c540e9fe72a29130531ec0f8ca355b5c9ef3ab8aa864f1c084009d07d108eb91df510439624af3984078814ce SHA512 113b32afca4081f98135c51ee3a9fabdcc369a0e7e4a29f33302b9b260dd23402d6584611cc8f3fc6f73250dfea2899cb3ebd43357155ffc5556f2e90c665939 -MISC metadata.xml 791 BLAKE2B 7f823d058d401072a1e1407391c2eb02c0b70705f5beac53656d582b977455201f0687c3b93653314be45339dfc749a81a06197a3e6e1b0c78205986fbf033ef SHA512 5e05aefac383cb0cc65e2747aa5d9eef23b2f26931196fa544f263a0c0bf2dfc63c026fa606fd910ab589f447d3bd78f42de0bff61a44286964098531000a5cb +EBUILD pyhoca-gui-0.6.1.1.ebuild 962 BLAKE2B 8218111efda5ecb83ead8dabb2df9a581467e62446006defbdb32af9dcacba3f73f99f517fcb2a56434931d8dde5c92f275ba500cd857ed1916b86e6956d2704 SHA512 4a7996ab9e4e64f166e600cf0f78716344b28e60b499e4d005a9736a6bffd55f2325bdd6fefc2b0fe3efaf98b861c31654c83579358dd3acab68af0be8a1fb1c +MISC metadata.xml 815 BLAKE2B ffcb075bcca083e1c2dd6f6656f6e194f39cd90ea0262bc2f637ce18cdd5635ac2cfcbc786585a83a08eb75dbe3684a66e0033bcf0ca94098b88017a259cdfd8 SHA512 da1de8ed19734d000cac9f767de16645102842edf58e24dc6fb86b46037fb9d2a5695e0b960eba1e73a3e1c2a4854af8f84a0aa24627c656a32e7712020f7e68 diff --git a/net-misc/pyhoca-gui/metadata.xml b/net-misc/pyhoca-gui/metadata.xml index b87a98e44d52..e24d4d041e88 100644 --- a/net-misc/pyhoca-gui/metadata.xml +++ b/net-misc/pyhoca-gui/metadata.xml @@ -5,6 +5,7 @@ voyageur@gentoo.org Bernard Cafarelli + PyHoca-GUI is a client implementation for X2Go using the project's Python X2Go client API (a Python module). PyHoca-GUI uses wxPython for rendering graphical desktop elements (menus, dialog boxes etc.). diff --git a/net-misc/pyhoca-gui/pyhoca-gui-0.6.1.0.ebuild b/net-misc/pyhoca-gui/pyhoca-gui-0.6.1.0.ebuild deleted file mode 100644 index 3d05ef2fc367..000000000000 --- a/net-misc/pyhoca-gui/pyhoca-gui-0.6.1.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_7 ) -inherit distutils-r1 - -DESCRIPTION="X2Go graphical client applet" -HOMEPAGE="http://www.x2go.org" -SRC_URI="http://code.x2go.org/releases/source/${PN}/${P}.tar.gz" - -LICENSE="AGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-python/pycups[${PYTHON_USEDEP}] - dev-python/setproctitle[${PYTHON_USEDEP}] - dev-python/wxpython[${PYTHON_USEDEP}] - >=net-misc/python-x2go-0.6.1.1[${PYTHON_USEDEP}] - x11-libs/libnotify" -DEPEND="${DEPEND} - dev-python/python-distutils-extra[${PYTHON_USEDEP}]" - -python_install() { - distutils-r1_python_install - python_doscript ${PN} -} - -python_install_all() { - distutils-r1_python_install_all - doman man/man1/* - find "${ED}" -name '*.pth' -delete || die -} diff --git a/net-misc/pyhoca-gui/pyhoca-gui-0.6.1.1.ebuild b/net-misc/pyhoca-gui/pyhoca-gui-0.6.1.1.ebuild index 3d05ef2fc367..671e506e1ffe 100644 --- a/net-misc/pyhoca-gui/pyhoca-gui-0.6.1.1.ebuild +++ b/net-misc/pyhoca-gui/pyhoca-gui-0.6.1.1.ebuild @@ -1,27 +1,32 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_7 ) +PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1 DESCRIPTION="X2Go graphical client applet" HOMEPAGE="http://www.x2go.org" SRC_URI="http://code.x2go.org/releases/source/${PN}/${P}.tar.gz" -LICENSE="AGPL-3" +LICENSE="AGPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" -RDEPEND="dev-python/pycups[${PYTHON_USEDEP}] +RDEPEND=" + dev-python/pycups[${PYTHON_USEDEP}] dev-python/setproctitle[${PYTHON_USEDEP}] dev-python/wxpython[${PYTHON_USEDEP}] >=net-misc/python-x2go-0.6.1.1[${PYTHON_USEDEP}] x11-libs/libnotify" -DEPEND="${DEPEND} - dev-python/python-distutils-extra[${PYTHON_USEDEP}]" +BDEPEND="dev-python/python-distutils-extra[${PYTHON_USEDEP}]" + +python_prepare_all() { + # we don't need setuptools at runtime + sed -i -e '/install_requires/d' setup.py || die + distutils-r1_python_prepare_all +} python_install() { distutils-r1_python_install -- cgit v1.2.3