Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/nattka/
Date: Thu, 01 Apr 2021 21:05:02
Message-Id: 1617311065.d28e472f636144ddfd5b8b6a707702befb68a69a.mgorny@gentoo
1 commit: d28e472f636144ddfd5b8b6a707702befb68a69a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 1 21:04:25 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 1 21:04:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d28e472f
7
8 app-portage/nattka: Restore 0.2.11
9
10 The new version has some pkgcheck problems that exhibit themselves
11 on Gentoo Infra.
12
13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
14
15 app-portage/nattka/Manifest | 1 +
16 app-portage/nattka/nattka-0.2.11.ebuild | 36 +++++++++++++++++++++++++++++++++
17 2 files changed, 37 insertions(+)
18
19 diff --git a/app-portage/nattka/Manifest b/app-portage/nattka/Manifest
20 index 33bfdf606d6..b996714d6f7 100644
21 --- a/app-portage/nattka/Manifest
22 +++ b/app-portage/nattka/Manifest
23 @@ -1 +1,2 @@
24 +DIST nattka-0.2.11.tar.gz 93992 BLAKE2B ad088de5f96ec5f7f8b0922420d22ef507e1e79ef3bc3161e6a88cd4714f1007a000ab06a7e21245b2792fd3056474459bf424da0560b8666c5cf46f04a2d763 SHA512 5d9de9f437a15e149ce58348f40f86101c10fe1f4c4ce869e7038ba25fc212c22e024a9999a6197179a0a1e1e82380356d304841c33333e04949caaadef96db7
25 DIST nattka-0.2.12.tar.gz 92954 BLAKE2B c4ffd44030da0224963d7fa367336d7ab9076b17f03292f5e65b7855823b34374b8d7626c4b97c155d10797f2d550f3c20cac39f68cfbfc4b8038406f37b21b0 SHA512 f1e775895d66505b09a3098525f998f87bb1561538f0e75b993b264f87f61937d7d5c71999018fe93c683366ef81dff5b7fef1e1d44af63153003f70d7933273
26
27 diff --git a/app-portage/nattka/nattka-0.2.11.ebuild b/app-portage/nattka/nattka-0.2.11.ebuild
28 new file mode 100644
29 index 00000000000..023dbfd220b
30 --- /dev/null
31 +++ b/app-portage/nattka/nattka-0.2.11.ebuild
32 @@ -0,0 +1,36 @@
33 +# Copyright 2020-2021 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=7
37 +
38 +DISTUTILS_USE_SETUPTOOLS=rdepend
39 +PYTHON_COMPAT=( python3_{8..9} )
40 +
41 +inherit distutils-r1
42 +
43 +DESCRIPTION="A New Arch Tester Toolkit -- open-source stable-bot replacement"
44 +HOMEPAGE="https://github.com/mgorny/nattka/"
45 +SRC_URI="https://github.com/mgorny/nattka/archive/v${PV}.tar.gz -> ${P}.tar.gz"
46 +
47 +LICENSE="BSD-2"
48 +SLOT="0"
49 +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~x64-macos"
50 +IUSE="depgraph-order"
51 +
52 +RDEPEND="
53 + dev-python/lxml[${PYTHON_USEDEP}]
54 + dev-python/requests[${PYTHON_USEDEP}]
55 + dev-util/pkgcheck[${PYTHON_USEDEP}]
56 + dev-vcs/git
57 + sys-apps/pkgcore[${PYTHON_USEDEP}]
58 + depgraph-order? (
59 + dev-python/networkx[${PYTHON_USEDEP}]
60 + )"
61 +BDEPEND="
62 + test? (
63 + dev-python/freezegun[${PYTHON_USEDEP}]
64 + dev-python/vcrpy[${PYTHON_USEDEP}]
65 + )"
66 +
67 +distutils_enable_sphinx doc --no-autodoc
68 +distutils_enable_tests pytest