From f5be84651ecc167ba6124a7f9bb29842d3cf965a Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 12 Mar 2017 23:25:46 +0000 Subject: add meteo-qt --- dev-python/meteo-qt/meteo-qt-0.9.5.ebuild | 34 +++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 dev-python/meteo-qt/meteo-qt-0.9.5.ebuild (limited to 'dev-python/meteo-qt/meteo-qt-0.9.5.ebuild') diff --git a/dev-python/meteo-qt/meteo-qt-0.9.5.ebuild b/dev-python/meteo-qt/meteo-qt-0.9.5.ebuild new file mode 100644 index 00000000..7a15c221 --- /dev/null +++ b/dev-python/meteo-qt/meteo-qt-0.9.5.ebuild @@ -0,0 +1,34 @@ +# 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