diff options
| author | Michał Górny <mgorny@gentoo.org> | 2026-08-28 11:57:59 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2026-08-28 12:36:18 +0200 |
| commit | cd8d6a81a73567b4a5d7c1300cc98c06f96dd7e0 (patch) | |
| tree | 482418e43093dcf84c59e63b3cbf40cb36b3d8f6 /app-portage | |
| parent | 4b1dd77d94366473f322e029548af26c0db7c054 (diff) | |
app-portage/nattka: Bump to 0.5.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage')
| -rw-r--r-- | app-portage/nattka/Manifest | 1 | ||||
| -rw-r--r-- | app-portage/nattka/nattka-0.5.0.ebuild | 46 |
2 files changed, 47 insertions, 0 deletions
diff --git a/app-portage/nattka/Manifest b/app-portage/nattka/Manifest index b5da1a604e02..e55986db5cb9 100644 --- a/app-portage/nattka/Manifest +++ b/app-portage/nattka/Manifest @@ -1 +1,2 @@ DIST nattka-0.4.3.gh.tar.gz 101868 BLAKE2B bbbcfef9d7556957ee0fef170fb2fd7dcdfff1aa4f0d01dabdf1b615b9c6403b0a1a4174965d859829b0c4e39ceac5219b47ac151fcb7d23cccc90b13cc4e3df SHA512 0b87bf5e15f681defe6be1c120c47e93a3eb5f539bb7aa025fe7a1b5a2cb642a420675c1347a39171f3843a7dc7120cedf018480331016b3b4425369be5d90c1 +DIST nattka-0.5.0.gh.tar.gz 97982 BLAKE2B bc09c5d7bde40f3f44dc6476af67699601368c073d6f9110bccb2fca3961c433df3e33e834e517de0a4c392873c831d191401d31547db24fd1320a13ac47842b SHA512 0c7121a3d2ee09398ab8acd4eccef070121a6ff07bfb3172f64d7af00de34c00d0351a67db6c276bbc7439fd201a0f3d5d66ff6a7c1730a46c27a4adbc430c31 diff --git a/app-portage/nattka/nattka-0.5.0.ebuild b/app-portage/nattka/nattka-0.5.0.ebuild new file mode 100644 index 000000000000..20f3fea8af4e --- /dev/null +++ b/app-portage/nattka/nattka-0.5.0.ebuild @@ -0,0 +1,46 @@ +# Copyright 2020-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=flit-core +PYTHON_COMPAT=( python3_{12..15} ) + +inherit distutils-r1 + +DESCRIPTION="A New Arch Tester Toolkit -- open-source stable-bot replacement" +HOMEPAGE=" + https://github.com/gentoo/nattka/ + https://pypi.org/project/nattka/ +" +SRC_URI=" + https://github.com/gentoo/nattka/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" +IUSE="depgraph-order" + +RDEPEND=" + dev-python/lxml[${PYTHON_USEDEP}] + dev-python/snakeoil[${PYTHON_USEDEP}] + dev-util/pkgcheck[${PYTHON_USEDEP}] + dev-vcs/git + >=sys-apps/pkgcore-0.12.40[${PYTHON_USEDEP}] + depgraph-order? ( + dev-python/networkx[${PYTHON_USEDEP}] + ) +" +BDEPEND=" + >=dev-python/flit-core-3.7.1[${PYTHON_USEDEP}] + test? ( + dev-python/pyyaml[${PYTHON_USEDEP}] + ) +" + +distutils_enable_sphinx doc --no-autodoc +EPYTEST_PLUGINS=() +EPYTEST_XDIST=1 +distutils_enable_tests pytest |
