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: Sun, 27 Feb 2022 22:34:40
Message-Id: 1646001274.0affe88385e24e740fa723c32f1dfc8b89311e6d.mgorny@gentoo
1 commit: 0affe88385e24e740fa723c32f1dfc8b89311e6d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 27 22:30:45 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 27 22:34:34 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0affe883
7
8 app-portage/nattka: Bump to 0.3
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.3.ebuild | 37 ++++++++++++++++++++++++++++++++++++
14 2 files changed, 38 insertions(+)
15
16 diff --git a/app-portage/nattka/Manifest b/app-portage/nattka/Manifest
17 index 608f2fde4947..d574afcda6fb 100644
18 --- a/app-portage/nattka/Manifest
19 +++ b/app-portage/nattka/Manifest
20 @@ -1 +1,2 @@
21 DIST nattka-0.2.19.tar.gz 93800 BLAKE2B 65efff2454cdb24f3b71dc5713adbf3bda3976ed958622f7adec14e3708a53531aac6801e838fd21346ce02974fa79bcb82c3f4d2a6555095fa8d81db9ad2992 SHA512 7508a78fa774a9229caa573426839ec84210e9a2d38b7ca9cd47d857b9922b946e9e31fadf946f001565ce6dc65103bca8af58935d7eb2fcf32da423345ce61a
22 +DIST nattka-0.3.tar.gz 93914 BLAKE2B c38ec336ed202e508e1cb4bfcae0586b94a6fd55df97d5be514caddf0113b9588496492ebc68dbda45c4a3034451368d32a3f53f5ebc8f3136515614ac70ecab SHA512 390b276ab11e5de056e165f95574b5a97edbcad3adf876e20bb6ef8accf94629428c4fc60bbea4eaf883d5e0a9f6e7ea00aff74989d31bdd59c418041d9164dc
23
24 diff --git a/app-portage/nattka/nattka-0.3.ebuild b/app-portage/nattka/nattka-0.3.ebuild
25 new file mode 100644
26 index 000000000000..92798cde8626
27 --- /dev/null
28 +++ b/app-portage/nattka/nattka-0.3.ebuild
29 @@ -0,0 +1,37 @@
30 +# Copyright 2020-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +DISTUTILS_USE_PEP517=flit
36 +PYTHON_COMPAT=( python3_{8..10} )
37 +
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 +"
59 +BDEPEND="
60 + test? (
61 + dev-python/vcrpy[${PYTHON_USEDEP}]
62 + )
63 +"
64 +
65 +distutils_enable_sphinx doc --no-autodoc
66 +distutils_enable_tests pytest