summaryrefslogtreecommitdiff
path: root/dev-python/meteo-qt/meteo-qt-0.9.5.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-06-29 14:16:31 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-06-29 14:16:31 +0100
commitb4fb52261242fc108694b02c56ffa95fc279d071 (patch)
tree773510c0a75b0e38771a8788956bcb06c925d7b0 /dev-python/meteo-qt/meteo-qt-0.9.5.ebuild
parent81ad8ce72ce4d8937f8aa546c41913e68992f34a (diff)
dev-python/meteo-qt : revision bump
Diffstat (limited to 'dev-python/meteo-qt/meteo-qt-0.9.5.ebuild')
-rw-r--r--dev-python/meteo-qt/meteo-qt-0.9.5.ebuild34
1 files changed, 0 insertions, 34 deletions
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
-}