Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/newt_syrup/
Date: Thu, 31 Jan 2019 18:06:33
Message-Id: 1548957978.e7fd333053047c73aee72eb573a1065df95dcd71.gyakovlev@gentoo
1 commit: e7fd333053047c73aee72eb573a1065df95dcd71
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Jan 29 13:17:51 2019 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 31 18:06:18 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7fd3330
7
8 dev-python/newt_syrup: EAPI7, fix Homepage and SRC_URI
9
10 Closes: https://bugs.gentoo.org/676770
11 Closes: https://github.com/gentoo/gentoo/pull/10929
12 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
13 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
14
15 dev-python/newt_syrup/newt_syrup-0.1.2-r2.ebuild | 20 ++++++++++++++++++++
16 1 file changed, 20 insertions(+)
17
18 diff --git a/dev-python/newt_syrup/newt_syrup-0.1.2-r2.ebuild b/dev-python/newt_syrup/newt_syrup-0.1.2-r2.ebuild
19 new file mode 100644
20 index 00000000000..5ae9d1ba46b
21 --- /dev/null
22 +++ b/dev-python/newt_syrup/newt_syrup-0.1.2-r2.ebuild
23 @@ -0,0 +1,20 @@
24 +# Copyright 1999-2019 Gentoo Authors
25 +# Distributed under the terms of the GNU General Public License v2
26 +
27 +EAPI=7
28 +PYTHON_COMPAT=( python2_7 )
29 +
30 +inherit distutils-r1
31 +
32 +DESCRIPTION="Python framework for creating text-based applications"
33 +HOMEPAGE="https://pagure.io/newt"
34 +SRC_URI="https://mcpierce.fedorapeople.org/sources/${P}.tar.gz"
35 +
36 +LICENSE="LGPL-2.1"
37 +SLOT="0"
38 +KEYWORDS="~amd64 ~x86"
39 +
40 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
41 +RDEPEND=">=dev-libs/newt-0.52.11"
42 +
43 +DOCS=( AUTHORS ChangeLog COLORS )