diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-02-03 13:31:53 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-02-03 13:32:17 +0100 |
commit | 3e79d1965cb18406abec8d1b6e8e9095cfd722aa (patch) | |
tree | 34bf88c7c702bf5a84a8f2ca2fdba2e6cb0ef6f6 /app-portage/nattka | |
parent | dev-python/pyspnego: Remove old (diff) | |
download | gentoo-3e79d1965cb18406abec8d1b6e8e9095cfd722aa.tar.gz gentoo-3e79d1965cb18406abec8d1b6e8e9095cfd722aa.tar.bz2 gentoo-3e79d1965cb18406abec8d1b6e8e9095cfd722aa.zip |
app-portage/nattka: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage/nattka')
-rw-r--r-- | app-portage/nattka/Manifest | 1 | ||||
-rw-r--r-- | app-portage/nattka/nattka-0.4.ebuild | 41 |
2 files changed, 0 insertions, 42 deletions
diff --git a/app-portage/nattka/Manifest b/app-portage/nattka/Manifest index 65e3c7ecf90c..26beb076a0b1 100644 --- a/app-portage/nattka/Manifest +++ b/app-portage/nattka/Manifest @@ -1,2 +1 @@ DIST nattka-0.4.1.gh.tar.gz 95941 BLAKE2B 4037c2b364c091e10f4684e8c1e59c26c7af943c6cf230058b115d4518f9b7589ca845a5174f6f99280b2cb1655544afe3ba727ef6276570a00fcd3e6117c382 SHA512 d490999b6a4b4938f85081750c9b67f3876b666c99f6b36eada32a66c0111fc2f1be231b49b08754b1213b616b854d5bb4865ea8e3540e2d48b504fdb7047d2f -DIST nattka-0.4.gh.tar.gz 95937 BLAKE2B 31b629e43abfa445bc466b7541914709b07423b059fdf887a0a5713124f7813dc6f39c6f10d65c020dab4dedf9aefb49dd7384d6fba08da8b4e14d11c1326c33 SHA512 70819a623a79feb570141c5e0452273f514b28e1746540393b3dc4aa671c27dd08e50160e722b9e8c4af6ccd500c4a4dd0e70e5146c9b062a43945cd5fe758d5 diff --git a/app-portage/nattka/nattka-0.4.ebuild b/app-portage/nattka/nattka-0.4.ebuild deleted file mode 100644 index f7bb6a108958..000000000000 --- a/app-portage/nattka/nattka-0.4.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 2020-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 - -DESCRIPTION="A New Arch Tester Toolkit -- open-source stable-bot replacement" -HOMEPAGE="https://github.com/projg2/nattka/" -SRC_URI=" - https://github.com/projg2/nattka/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~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=" - >=dev-python/flit_core-3.7.1[${PYTHON_USEDEP}] - test? ( - dev-python/vcrpy[${PYTHON_USEDEP}] - ) -" - -distutils_enable_sphinx doc --no-autodoc -distutils_enable_tests pytest |