From c6543fd9d8dcd191b5ff61d4213ee1df74704f41 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 20 Feb 2021 21:50:49 +0100 Subject: app-portage/nattka: Bump to 0.2.12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- app-portage/nattka/Manifest | 1 + app-portage/nattka/nattka-0.2.12.ebuild | 35 +++++++++++++++++++++++++++++++++ app-portage/nattka/nattka-9999.ebuild | 1 - 3 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 app-portage/nattka/nattka-0.2.12.ebuild (limited to 'app-portage') diff --git a/app-portage/nattka/Manifest b/app-portage/nattka/Manifest index 513ad153088d..b996714d6f77 100644 --- a/app-portage/nattka/Manifest +++ b/app-portage/nattka/Manifest @@ -1 +1,2 @@ DIST nattka-0.2.11.tar.gz 93992 BLAKE2B ad088de5f96ec5f7f8b0922420d22ef507e1e79ef3bc3161e6a88cd4714f1007a000ab06a7e21245b2792fd3056474459bf424da0560b8666c5cf46f04a2d763 SHA512 5d9de9f437a15e149ce58348f40f86101c10fe1f4c4ce869e7038ba25fc212c22e024a9999a6197179a0a1e1e82380356d304841c33333e04949caaadef96db7 +DIST nattka-0.2.12.tar.gz 92954 BLAKE2B c4ffd44030da0224963d7fa367336d7ab9076b17f03292f5e65b7855823b34374b8d7626c4b97c155d10797f2d550f3c20cac39f68cfbfc4b8038406f37b21b0 SHA512 f1e775895d66505b09a3098525f998f87bb1561538f0e75b993b264f87f61937d7d5c71999018fe93c683366ef81dff5b7fef1e1d44af63153003f70d7933273 diff --git a/app-portage/nattka/nattka-0.2.12.ebuild b/app-portage/nattka/nattka-0.2.12.ebuild new file mode 100644 index 000000000000..ebcdaf95687e --- /dev/null +++ b/app-portage/nattka/nattka-0.2.12.ebuild @@ -0,0 +1,35 @@ +# Copyright 2020-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DISTUTILS_USE_SETUPTOOLS=rdepend +PYTHON_COMPAT=( python3_{8..9} ) + +inherit distutils-r1 + +DESCRIPTION="A New Arch Tester Toolkit -- open-source stable-bot replacement" +HOMEPAGE="https://github.com/mgorny/nattka/" +SRC_URI="https://github.com/mgorny/nattka/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-macos" +IUSE="depgraph-order" + +RDEPEND=" + dev-python/lxml[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] + dev-util/pkgcheck[${PYTHON_USEDEP}] + dev-vcs/git + sys-apps/pkgcore[${PYTHON_USEDEP}] + depgraph-order? ( + dev-python/networkx[${PYTHON_USEDEP}] + )" +BDEPEND=" + test? ( + dev-python/vcrpy[${PYTHON_USEDEP}] + )" + +distutils_enable_sphinx doc --no-autodoc +distutils_enable_tests pytest diff --git a/app-portage/nattka/nattka-9999.ebuild b/app-portage/nattka/nattka-9999.ebuild index d5f99963fc50..d25ba4e093e0 100644 --- a/app-portage/nattka/nattka-9999.ebuild +++ b/app-portage/nattka/nattka-9999.ebuild @@ -28,7 +28,6 @@ RDEPEND=" )" BDEPEND=" test? ( - dev-python/freezegun[${PYTHON_USEDEP}] dev-python/networkx[${PYTHON_USEDEP}] dev-python/vcrpy[${PYTHON_USEDEP}] )" -- cgit v1.2.3-65-gdbad