From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/kuroneko/
Date: Tue, 30 May 2023 00:27:17 +0000 (UTC) [thread overview]
Message-ID: <1685406358.eaede904e6fe10bfa97f5a287395b654f452d6f1.sam@gentoo> (raw)
commit: eaede904e6fe10bfa97f5a287395b654f452d6f1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 30 00:25:58 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 30 00:25:58 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaede904
app-portage/kuroneko: EAPI 8, PEP517, enable py3.12
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-portage/kuroneko/kuroneko-0.1.3-r1.ebuild | 36 +++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/app-portage/kuroneko/kuroneko-0.1.3-r1.ebuild b/app-portage/kuroneko/kuroneko-0.1.3-r1.ebuild
new file mode 100644
index 000000000000..5f1db112225d
--- /dev/null
+++ b/app-portage/kuroneko/kuroneko-0.1.3-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+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
next reply other threads:[~2023-05-30 0:27 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-30 0:27 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-29 23:41 [gentoo-commits] repo/gentoo:master commit in: app-portage/kuroneko/ Sam James
2024-01-07 13:29 Michał Górny
2024-01-01 4:13 Michał Górny
2024-01-01 4:13 Michał Górny
2023-04-25 20:57 Sam James
2023-04-25 13:41 Arthur Zamarin
2023-01-10 4:44 Sam James
2022-11-06 5:51 Sam James
2022-08-10 14:20 Michał Górny
2022-08-10 14:20 Michał Górny
2022-07-28 12:00 Sam James
2021-06-12 13:34 Michał Górny
2021-06-10 10:53 Michał Górny
2021-06-07 17:01 Michał Górny
2021-06-06 7:19 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1685406358.eaede904e6fe10bfa97f5a287395b654f452d6f1.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox