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, 29 Jul 2021 18:47:05
Message-Id: 1627584409.0a94e955767a2c3e644ec1cc2e708cfb5c853ccc.mgorny@gentoo
1 commit: 0a94e955767a2c3e644ec1cc2e708cfb5c853ccc
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 29 18:43:21 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 29 18:46:49 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a94e955
7
8 app-portage/nattka: Bump to 0.2.18
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-portage/nattka/Manifest | 1 +
13 app-portage/nattka/nattka-0.2.18.ebuild | 33 +++++++++++++++++++++++++++++++++
14 2 files changed, 34 insertions(+)
15
16 diff --git a/app-portage/nattka/Manifest b/app-portage/nattka/Manifest
17 index a2fb97cf503..f8701a137db 100644
18 --- a/app-portage/nattka/Manifest
19 +++ b/app-portage/nattka/Manifest
20 @@ -3,3 +3,4 @@ DIST nattka-0.2.14.tar.gz 93925 BLAKE2B 2fa31e8b4ea8aa74d2af52e5a410288715495997
21 DIST nattka-0.2.15.tar.gz 94053 BLAKE2B ebe1e5aab21695c1e046e8183f4577d1ca0c9cc110968cad4f47f4125993a84e1de29819433184b43c00ff5c186ae6e505115c18a57c9f950bba611066bc5db6 SHA512 356ee1aaa668f1b16f4bb6afa2b0975eea930e53d8eaeeea9d047226025404adf09e1ede6bdf2756eac1b99b636cfabc58213ead5c28825bcdc66a76fce4d3e0
22 DIST nattka-0.2.16.tar.gz 94444 BLAKE2B fd0fc945ee6f84b02405757a72a1ce376b8a65f7093999bbe253ba43e10da247747c78f2d7ead6e6b29c7e6ea98ee0f71c578a0e745e0990c9c77c32a0b8073d SHA512 d597f86dc5e3ad596bf67765428b0c53b9d0dfb86090b5b27bf70bb9561461b05b09e5717b2d362d0f8f6584c0d9931881a85f8ab22567c97cb6642dc25927dd
23 DIST nattka-0.2.17.tar.gz 94587 BLAKE2B 3c4633feaf6f3ddad6127a3ef915a64646755fcc7baa226edcbf1c6d0ec7f79b081ba4459404b305b80753c8c2018f6de36c0e0c4bea0a910497c47b81ae3ae3 SHA512 44d585cfed71c4bb4cbf7a88174e8a23a169317f581b170842f66488a6c2db8d7c6767862da24454c220908d7d481002c3c8dc3e4727be8669bbec39727e1928
24 +DIST nattka-0.2.18.tar.gz 94668 BLAKE2B 02e656eb079b76d0eea87093e9c58b57d29b53954d9301da42eef301373c742a06f80432831cfe27b6765f83420bf37d726933e8424ed842cd80b8fae6242c04 SHA512 fb4abbedbf50dab754721585ea6c50a0e220deb83e005a4e34215f9a66536ff131aa0bb4f2e25854c853f4aab4cdce7137e909d79f609f3e4b2a9964be5bfc57
25
26 diff --git a/app-portage/nattka/nattka-0.2.18.ebuild b/app-portage/nattka/nattka-0.2.18.ebuild
27 new file mode 100644
28 index 00000000000..75261fa77b6
29 --- /dev/null
30 +++ b/app-portage/nattka/nattka-0.2.18.ebuild
31 @@ -0,0 +1,33 @@
32 +# Copyright 2020-2021 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=8
36 +
37 +PYTHON_COMPAT=( python3_{8..10} )
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="A New Arch Tester Toolkit -- open-source stable-bot replacement"
41 +HOMEPAGE="https://github.com/mgorny/nattka/"
42 +SRC_URI="https://github.com/mgorny/nattka/archive/v${PV}.tar.gz -> ${P}.tar.gz"
43 +
44 +LICENSE="BSD-2"
45 +SLOT="0"
46 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
47 +IUSE="depgraph-order"
48 +
49 +RDEPEND="
50 + dev-python/lxml[${PYTHON_USEDEP}]
51 + dev-python/requests[${PYTHON_USEDEP}]
52 + dev-util/pkgcheck[${PYTHON_USEDEP}]
53 + dev-vcs/git
54 + sys-apps/pkgcore[${PYTHON_USEDEP}]
55 + depgraph-order? (
56 + dev-python/networkx[${PYTHON_USEDEP}]
57 + )"
58 +BDEPEND="
59 + test? (
60 + dev-python/vcrpy[${PYTHON_USEDEP}]
61 + )"
62 +
63 +distutils_enable_sphinx doc --no-autodoc
64 +distutils_enable_tests pytest