From 868fe2bccb3ca551ccf28ba87a89ba9fa813a8cf Mon Sep 17 00:00:00 2001 From: MarvinHatesOceans Date: Fri, 15 Mar 2019 18:15:21 +0000 Subject: [PATCH] [dev-python/python-meh] Version bump --- dev-python/python-meh/Manifest | 1 + dev-python/python-meh/python-meh-0.32.ebuild | 41 ++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 dev-python/python-meh/python-meh-0.32.ebuild diff --git a/dev-python/python-meh/Manifest b/dev-python/python-meh/Manifest index cbe1a64aa..aabb658d6 100644 --- a/dev-python/python-meh/Manifest +++ b/dev-python/python-meh/Manifest @@ -1,2 +1,3 @@ DIST python-meh-0.30.tar.gz 36558 BLAKE2B b362e39a60b17aefc44ba1c6097904f564da3ee3845a8f5b5874ae319484ec0407cccbb387e023553b7a146b29d2d65d85a0190554b8fbdc03d3a46d60db9fb2 SHA512 0f931ddb04ae0b5f8335097e9eef3f84f8814426a71088573513d99781d438d1d7dae93af3d078c1b68b511b7e8abaf18d22f30feb217177d2f8a474c569f6c0 DIST python-meh-0.31.tar.gz 36590 BLAKE2B e5047279a78e233a61875edfe9b4c75726e8425511bcba6f7a08aa62f26c4533c99cf1aca9965f0c230b7a763b0e5be089607044c5c47607372fab2fac8dc440 SHA512 5d17bae6cb3da4027ee6a15cf1efedb5ef25efed8a67535a1997225dffc2fd9a619c474fdfcc7792a96f5d1b75cd833eacab374780f5496eb69d4bcdb721e2be +DIST python-meh-0.32.tar.gz 36612 BLAKE2B 85c977aeea711e7879c02a9a58ccefa232f83d0712c42b4a0b1d64fd2a6028a28f712ffdc1e9737ffe2ea15daa8d0e5fd03f7bcb39af9a183116cbeaa61462ef SHA512 0d05a991322e6905639960d896b15648c405f3649b6621c81a5213b96cd9de09deae6d8a63f17fa92231095ecc2749ebede0562bd7a31d465d68174fc2c3fe42 diff --git a/dev-python/python-meh/python-meh-0.32.ebuild b/dev-python/python-meh/python-meh-0.32.ebuild new file mode 100644 index 000000000..a04ec8a2b --- /dev/null +++ b/dev-python/python-meh/python-meh-0.32.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 eutils + +DESCRIPTION="Python exception handling library" +HOMEPAGE="https://github.com/rhinstaller/python-meh" +SRC_URI="https://github.com/rhinstaller/${PN}/archive/r${PV}-1.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="gtk" + +COMMON_DEPEND=" + dev-python/dbus-python + sys-devel/gettext + " +DEPEND="${COMMON_DEPEND} + dev-util/intltool +" + +RDEPEND="${COMMON_DEPEND} + dev-libs/newt + gtk? ( + x11-libs/gtk+:3 + dev-python/pygobject:3 + ) + >=dev-libs/libreport-2.0.18 + net-misc/openssh" + +S="${WORKDIR}/${PN}-r${PV}-1" + +src_prepare() { + epatch "${FILESDIR}/${PN}-keep_exc_win_above.patch" + distutils-r1_src_prepare +}