summaryrefslogtreecommitdiff
path: root/app-portage/kuroneko/kuroneko-0.1.3.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-01-01 05:52:14 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-01-01 05:52:14 +0000
commitbcc717ffe9cc7dccbea636cefb524a54429ed3c5 (patch)
tree86b68b64cb19bcf8d3c1fb98fc9ca858dc6b0e46 /app-portage/kuroneko/kuroneko-0.1.3.ebuild
parentbf90f82fef4fc737c88b58cd31428ad4355c17fa (diff)
gentoo auto-resync : 01:01:2024 - 05:52:14
Diffstat (limited to 'app-portage/kuroneko/kuroneko-0.1.3.ebuild')
-rw-r--r--app-portage/kuroneko/kuroneko-0.1.3.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/app-portage/kuroneko/kuroneko-0.1.3.ebuild b/app-portage/kuroneko/kuroneko-0.1.3.ebuild
deleted file mode 100644
index a305c4358aec..000000000000
--- a/app-portage/kuroneko/kuroneko-0.1.3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
-
-DESCRIPTION="Vulnerability checker using data scraped from Gentoo Bugzilla"
-HOMEPAGE="https://github.com/projg2/kuroneko/"
-SRC_URI="
- https://github.com/projg2/kuroneko/archive/v${PV}.tar.gz
- -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="scraper"
-
-RDEPEND="
- dev-python/colorama[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
- sys-apps/pkgcore[${PYTHON_USEDEP}]
- scraper? (
- dev-python/bracex[${PYTHON_USEDEP}]
- )"
-BDEPEND="
- test? (
- dev-python/bracex[${PYTHON_USEDEP}]
- dev-python/responses[${PYTHON_USEDEP}]
- )"
-
-distutils_enable_tests pytest