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: Sat, 31 Dec 2022 10:56:03
Message-Id: 1672484149.0e48aa29517c99b0c507772a2e9ad440f92ff54f.mgorny@gentoo
1 commit: 0e48aa29517c99b0c507772a2e9ad440f92ff54f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 31 10:47:44 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 31 10:55:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e48aa29
7
8 app-portage/nattka: Bump to 0.4.1
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.4.1.ebuild | 44 ++++++++++++++++++++++++++++++++++
14 2 files changed, 45 insertions(+)
15
16 diff --git a/app-portage/nattka/Manifest b/app-portage/nattka/Manifest
17 index 5c9a010e15f2..160fcb3e8caa 100644
18 --- a/app-portage/nattka/Manifest
19 +++ b/app-portage/nattka/Manifest
20 @@ -1,2 +1,3 @@
21 DIST nattka-0.3.1.tar.gz 95368 BLAKE2B cefe8236694ceffe9adf3c5af9c8c3521613fbc09b6e27804ee855a376f940baa5e7bf3d6d5d62371d37cea090748ec7053963dd675e88b9cedb48d595425ff4 SHA512 14b04b2f6fff41cc9705afe5cfc522a3009b14afa4ff5759c1913387afd04c97231fe2ad5661cef43c5ebfe764012cec251fd78463bbca924fbf33068a31aaee
22 +DIST nattka-0.4.1.gh.tar.gz 95941 BLAKE2B 4037c2b364c091e10f4684e8c1e59c26c7af943c6cf230058b115d4518f9b7589ca845a5174f6f99280b2cb1655544afe3ba727ef6276570a00fcd3e6117c382 SHA512 d490999b6a4b4938f85081750c9b67f3876b666c99f6b36eada32a66c0111fc2f1be231b49b08754b1213b616b854d5bb4865ea8e3540e2d48b504fdb7047d2f
23 DIST nattka-0.4.gh.tar.gz 95937 BLAKE2B 31b629e43abfa445bc466b7541914709b07423b059fdf887a0a5713124f7813dc6f39c6f10d65c020dab4dedf9aefb49dd7384d6fba08da8b4e14d11c1326c33 SHA512 70819a623a79feb570141c5e0452273f514b28e1746540393b3dc4aa671c27dd08e50160e722b9e8c4af6ccd500c4a4dd0e70e5146c9b062a43945cd5fe758d5
24
25 diff --git a/app-portage/nattka/nattka-0.4.1.ebuild b/app-portage/nattka/nattka-0.4.1.ebuild
26 new file mode 100644
27 index 000000000000..e0b583125d4c
28 --- /dev/null
29 +++ b/app-portage/nattka/nattka-0.4.1.ebuild
30 @@ -0,0 +1,44 @@
31 +# Copyright 2020-2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +DISTUTILS_USE_PEP517=flit
37 +PYTHON_COMPAT=( python3_{9..11} )
38 +
39 +inherit distutils-r1
40 +
41 +DESCRIPTION="A New Arch Tester Toolkit -- open-source stable-bot replacement"
42 +HOMEPAGE="
43 + https://github.com/projg2/nattka/
44 + https://pypi.org/project/nattka/
45 +"
46 +SRC_URI="
47 + https://github.com/projg2/nattka/archive/v${PV}.tar.gz
48 + -> ${P}.gh.tar.gz
49 +"
50 +
51 +LICENSE="BSD-2"
52 +SLOT="0"
53 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
54 +IUSE="depgraph-order"
55 +
56 +RDEPEND="
57 + dev-python/lxml[${PYTHON_USEDEP}]
58 + dev-python/requests[${PYTHON_USEDEP}]
59 + dev-util/pkgcheck[${PYTHON_USEDEP}]
60 + dev-vcs/git
61 + sys-apps/pkgcore[${PYTHON_USEDEP}]
62 + depgraph-order? (
63 + dev-python/networkx[${PYTHON_USEDEP}]
64 + )
65 +"
66 +BDEPEND="
67 + >=dev-python/flit_core-3.7.1[${PYTHON_USEDEP}]
68 + test? (
69 + dev-python/vcrpy[${PYTHON_USEDEP}]
70 + )
71 +"
72 +
73 +distutils_enable_sphinx doc --no-autodoc
74 +distutils_enable_tests pytest