From b4fb52261242fc108694b02c56ffa95fc279d071 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 29 Jun 2017 14:16:31 +0100 Subject: dev-python/meteo-qt : revision bump --- dev-python/meteo-qt/files/lrelease.patch | 12 ---------- dev-python/meteo-qt/meteo-qt-0.9.5-r1.ebuild | 32 ++++++++++++++++++++++++++ dev-python/meteo-qt/meteo-qt-0.9.5.ebuild | 34 ---------------------------- 3 files changed, 32 insertions(+), 46 deletions(-) delete mode 100644 dev-python/meteo-qt/files/lrelease.patch create mode 100644 dev-python/meteo-qt/meteo-qt-0.9.5-r1.ebuild delete mode 100644 dev-python/meteo-qt/meteo-qt-0.9.5.ebuild diff --git a/dev-python/meteo-qt/files/lrelease.patch b/dev-python/meteo-qt/files/lrelease.patch deleted file mode 100644 index f28e1e3f..00000000 --- a/dev-python/meteo-qt/files/lrelease.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nur a/setup.py b/setup.py ---- a/setup.py 2017-03-09 03:38:06.000000000 +0000 -+++ b/setup.py 2017-03-12 23:16:27.093692814 +0000 -@@ -11,7 +11,7 @@ - # os.system('pyrcc5 -o meteo_qt/qrc_resources.py meteo_qt/resources.qrc') - os.system('pylupdate5 meteo_qt/meteo_qt.pro') - for ts in glob.glob('meteo_qt/translations/*.ts'): -- os.system('lrelease {0} -qm {1}'.format(ts, (ts[:-2]+'qm'))) -+ os.system('/usr/lib64/qt5/bin/lrelease {0} -qm {1}'.format(ts, (ts[:-2]+'qm'))) - - - setup( diff --git a/dev-python/meteo-qt/meteo-qt-0.9.5-r1.ebuild b/dev-python/meteo-qt/meteo-qt-0.9.5-r1.ebuild new file mode 100644 index 00000000..030d36b6 --- /dev/null +++ b/dev-python/meteo-qt/meteo-qt-0.9.5-r1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=( python{3_4,3_5} ) + +inherit distutils-r1 + +DESCRIPTION="System tray application for weather status information" +HOMEPAGE="https://github.com/dglent/meteo-qt" +SRC_URI="https://github.com/dglent/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND=" + dev-python/PyQt5[${PYTHON_USEDEP}] + dev-python/lxml[${PYTHON_USEDEP}] + dev-python/sip[${PYTHON_USEDEP}] + dev-python/urllib3[${PYTHON_USEDEP}] +" +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] +" + +S="${WORKDIR}/${PN}-${PV}" + +python_install_all() { + distutils-r1_python_install_all +} diff --git a/dev-python/meteo-qt/meteo-qt-0.9.5.ebuild b/dev-python/meteo-qt/meteo-qt-0.9.5.ebuild deleted file mode 100644 index 7a15c221..00000000 --- a/dev-python/meteo-qt/meteo-qt-0.9.5.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python{3_4,3_5} ) - -inherit distutils-r1 - -DESCRIPTION="System tray application for weather status information" -HOMEPAGE="https://github.com/dglent/meteo-qt" -SRC_URI="https://github.com/dglent/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND=" - dev-python/PyQt5[${PYTHON_USEDEP}] - dev-python/lxml[${PYTHON_USEDEP}] - dev-python/sip[${PYTHON_USEDEP}] - dev-python/urllib3[${PYTHON_USEDEP}] -" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] -" - -S="${WORKDIR}/${PN}-${PV}" - -PATCHES="${FILESDIR}/lrelease.patch" - -python_install_all() { - distutils-r1_python_install_all -} -- cgit v1.2.3