public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-portage/kuroneko/
@ 2021-06-06  7:19 Michał Górny
  0 siblings, 0 replies; 16+ messages in thread
From: Michał Górny @ 2021-06-06  7:19 UTC (permalink / raw
  To: gentoo-commits

commit:     f82eaff4b7671de0107b7d70372fe1c98150d756
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  6 07:08:26 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun  6 07:19:32 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f82eaff4

app-portage/kuroneko: New vulnerability checker for Gentoo

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-portage/kuroneko/Manifest              |  1 +
 app-portage/kuroneko/kuroneko-0.1.0.ebuild | 34 ++++++++++++++++++++++++++++++
 app-portage/kuroneko/metadata.xml          | 13 ++++++++++++
 3 files changed, 48 insertions(+)

diff --git a/app-portage/kuroneko/Manifest b/app-portage/kuroneko/Manifest
new file mode 100644
index 00000000000..530822018fb
--- /dev/null
+++ b/app-portage/kuroneko/Manifest
@@ -0,0 +1 @@
+DIST kuroneko-0.1.0.tar.gz 8964 BLAKE2B 051539ab6714332b02188854debe655d405093418a3edcf88f58bc54f153c5e9cecf9f9ab165ea32e9dc1d967c43618249b2a6677cb74ea020b05def99479d1b SHA512 b4f9e4cbf932927549ab1411aba15e8ca394919e80a19f7bd04a560764d74c7c884e96133c9aad1be69f9646b1d37713dfb449a1ca09bd74d407101789c213c1

diff --git a/app-portage/kuroneko/kuroneko-0.1.0.ebuild b/app-portage/kuroneko/kuroneko-0.1.0.ebuild
new file mode 100644
index 00000000000..0bd9b554e20
--- /dev/null
+++ b/app-portage/kuroneko/kuroneko-0.1.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Vulnerability checker using data scraped from Gentoo Bugzilla"
+HOMEPAGE="https://github.com/mgorny/kuroneko/"
+SRC_URI="
+	https://github.com/mgorny/kuroneko/archive/v${PV}.tar.gz
+		-> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="scraper"
+
+RDEPEND="
+	dev-python/colorama[${PYTHON_USEDEP}]
+	sys-apps/pkgcore[${PYTHON_USEDEP}]
+	scraper? (
+		dev-python/bracex[${PYTHON_USEDEP}]
+		dev-python/requests[${PYTHON_USEDEP}]
+	)"
+BDEPEND="
+	test? (
+		dev-python/bracex[${PYTHON_USEDEP}]
+		dev-python/requests[${PYTHON_USEDEP}]
+		dev-python/responses[${PYTHON_USEDEP}]
+	)"
+
+distutils_enable_tests pytest

diff --git a/app-portage/kuroneko/metadata.xml b/app-portage/kuroneko/metadata.xml
new file mode 100644
index 00000000000..b09f3f81a52
--- /dev/null
+++ b/app-portage/kuroneko/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>mgorny@gentoo.org</email>
+		<name>Michał Górny</name>
+	</maintainer>
+	<use>
+		<flag name="scraper">
+			Include the dependencies necessary for Bugzilla scraping.
+		</flag>
+	</use>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/kuroneko/
@ 2021-06-07 17:01 Michał Górny
  0 siblings, 0 replies; 16+ messages in thread
From: Michał Górny @ 2021-06-07 17:01 UTC (permalink / raw
  To: gentoo-commits

commit:     5e730b015d328b82d8b8206efc2489d58812589b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  7 17:00:58 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jun  7 17:01:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e730b01

app-portage/kuroneko: Bump to 0.1.1

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-portage/kuroneko/Manifest              |  1 +
 app-portage/kuroneko/kuroneko-0.1.1.ebuild | 33 ++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/app-portage/kuroneko/Manifest b/app-portage/kuroneko/Manifest
index 530822018fb..3366574a4a6 100644
--- a/app-portage/kuroneko/Manifest
+++ b/app-portage/kuroneko/Manifest
@@ -1 +1,2 @@
 DIST kuroneko-0.1.0.tar.gz 8964 BLAKE2B 051539ab6714332b02188854debe655d405093418a3edcf88f58bc54f153c5e9cecf9f9ab165ea32e9dc1d967c43618249b2a6677cb74ea020b05def99479d1b SHA512 b4f9e4cbf932927549ab1411aba15e8ca394919e80a19f7bd04a560764d74c7c884e96133c9aad1be69f9646b1d37713dfb449a1ca09bd74d407101789c213c1
+DIST kuroneko-0.1.1.tar.gz 10223 BLAKE2B aad046291218139662e74c653241bfb36180a0f7fdb4e3571c4d3c8787c41032c48a96d7b02f612e957b2a0eca9fd880daa03c31302d2e92eb6dec5df1b18aab SHA512 c4f29cb5244e659f2615cca706d002c9f20b200b51c964250da8c915d45bcaca03eac2a2dbc19e1d9b6a6374b7458b2c9e0a004e0fa14b1655e8c2c9ce8268a9

diff --git a/app-portage/kuroneko/kuroneko-0.1.1.ebuild b/app-portage/kuroneko/kuroneko-0.1.1.ebuild
new file mode 100644
index 00000000000..9b74e4af13e
--- /dev/null
+++ b/app-portage/kuroneko/kuroneko-0.1.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Vulnerability checker using data scraped from Gentoo Bugzilla"
+HOMEPAGE="https://github.com/mgorny/kuroneko/"
+SRC_URI="
+	https://github.com/mgorny/kuroneko/archive/v${PV}.tar.gz
+		-> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~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


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/kuroneko/
@ 2021-06-10 10:53 Michał Górny
  0 siblings, 0 replies; 16+ messages in thread
From: Michał Górny @ 2021-06-10 10:53 UTC (permalink / raw
  To: gentoo-commits

commit:     1035719dde66aa2e1f8030610723cfd12f83d57c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 10 10:35:01 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun 10 10:53:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1035719d

app-portage/kuroneko: Bump to 0.1.2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-portage/kuroneko/Manifest              |  1 +
 app-portage/kuroneko/kuroneko-0.1.2.ebuild | 33 ++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/app-portage/kuroneko/Manifest b/app-portage/kuroneko/Manifest
index 3366574a4a6..ff44c110792 100644
--- a/app-portage/kuroneko/Manifest
+++ b/app-portage/kuroneko/Manifest
@@ -1,2 +1,3 @@
 DIST kuroneko-0.1.0.tar.gz 8964 BLAKE2B 051539ab6714332b02188854debe655d405093418a3edcf88f58bc54f153c5e9cecf9f9ab165ea32e9dc1d967c43618249b2a6677cb74ea020b05def99479d1b SHA512 b4f9e4cbf932927549ab1411aba15e8ca394919e80a19f7bd04a560764d74c7c884e96133c9aad1be69f9646b1d37713dfb449a1ca09bd74d407101789c213c1
 DIST kuroneko-0.1.1.tar.gz 10223 BLAKE2B aad046291218139662e74c653241bfb36180a0f7fdb4e3571c4d3c8787c41032c48a96d7b02f612e957b2a0eca9fd880daa03c31302d2e92eb6dec5df1b18aab SHA512 c4f29cb5244e659f2615cca706d002c9f20b200b51c964250da8c915d45bcaca03eac2a2dbc19e1d9b6a6374b7458b2c9e0a004e0fa14b1655e8c2c9ce8268a9
+DIST kuroneko-0.1.2.tar.gz 10279 BLAKE2B 9c468e17a1ca566a0bbdc65a3b4d8f5e08e188b2d999c9ee94187ee072f627f34dad9c965d67fc58108585cf05b876158b12b0c2c6043e0a1f5f16ed2cfe929f SHA512 9fff9b65fdda9a48d6c2b40b84fce5af811b288b0da08aee50ab2d393826dad2bfbd2250875b2dc40c55e417c7f8bff04bf7f4ad1b5f2adbee26a0bc94b9955f

diff --git a/app-portage/kuroneko/kuroneko-0.1.2.ebuild b/app-portage/kuroneko/kuroneko-0.1.2.ebuild
new file mode 100644
index 00000000000..9b74e4af13e
--- /dev/null
+++ b/app-portage/kuroneko/kuroneko-0.1.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Vulnerability checker using data scraped from Gentoo Bugzilla"
+HOMEPAGE="https://github.com/mgorny/kuroneko/"
+SRC_URI="
+	https://github.com/mgorny/kuroneko/archive/v${PV}.tar.gz
+		-> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~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


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/kuroneko/
@ 2021-06-12 13:34 Michał Górny
  0 siblings, 0 replies; 16+ messages in thread
From: Michał Górny @ 2021-06-12 13:34 UTC (permalink / raw
  To: gentoo-commits

commit:     bc4a4f664925fe017ea7bed83d4e1863e3855995
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 12 13:29:23 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 12 13:34:35 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc4a4f66

app-portage/kuroneko: Bump to 0.1.3

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-portage/kuroneko/Manifest              |  1 +
 app-portage/kuroneko/kuroneko-0.1.3.ebuild | 33 ++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/app-portage/kuroneko/Manifest b/app-portage/kuroneko/Manifest
index ff44c110792..116e7149aa5 100644
--- a/app-portage/kuroneko/Manifest
+++ b/app-portage/kuroneko/Manifest
@@ -1,3 +1,4 @@
 DIST kuroneko-0.1.0.tar.gz 8964 BLAKE2B 051539ab6714332b02188854debe655d405093418a3edcf88f58bc54f153c5e9cecf9f9ab165ea32e9dc1d967c43618249b2a6677cb74ea020b05def99479d1b SHA512 b4f9e4cbf932927549ab1411aba15e8ca394919e80a19f7bd04a560764d74c7c884e96133c9aad1be69f9646b1d37713dfb449a1ca09bd74d407101789c213c1
 DIST kuroneko-0.1.1.tar.gz 10223 BLAKE2B aad046291218139662e74c653241bfb36180a0f7fdb4e3571c4d3c8787c41032c48a96d7b02f612e957b2a0eca9fd880daa03c31302d2e92eb6dec5df1b18aab SHA512 c4f29cb5244e659f2615cca706d002c9f20b200b51c964250da8c915d45bcaca03eac2a2dbc19e1d9b6a6374b7458b2c9e0a004e0fa14b1655e8c2c9ce8268a9
 DIST kuroneko-0.1.2.tar.gz 10279 BLAKE2B 9c468e17a1ca566a0bbdc65a3b4d8f5e08e188b2d999c9ee94187ee072f627f34dad9c965d67fc58108585cf05b876158b12b0c2c6043e0a1f5f16ed2cfe929f SHA512 9fff9b65fdda9a48d6c2b40b84fce5af811b288b0da08aee50ab2d393826dad2bfbd2250875b2dc40c55e417c7f8bff04bf7f4ad1b5f2adbee26a0bc94b9955f
+DIST kuroneko-0.1.3.tar.gz 10872 BLAKE2B 3dc85e92a4490501897e25949d258341e661672a2bd1fbce2673d3be6ead3599269cfc93884ad05da9ee41f90b60d17faeebb6b806da870458c8cf13e33fe58e SHA512 b388e0c19faae282b158e63a2ef3f54af98932e5f0efe96dcdcbd0ace509a22a1f7887834c94813912a03734448bc230767ab8e1367545f5cc877d778954fa0c

diff --git a/app-portage/kuroneko/kuroneko-0.1.3.ebuild b/app-portage/kuroneko/kuroneko-0.1.3.ebuild
new file mode 100644
index 00000000000..9b74e4af13e
--- /dev/null
+++ b/app-portage/kuroneko/kuroneko-0.1.3.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Vulnerability checker using data scraped from Gentoo Bugzilla"
+HOMEPAGE="https://github.com/mgorny/kuroneko/"
+SRC_URI="
+	https://github.com/mgorny/kuroneko/archive/v${PV}.tar.gz
+		-> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~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


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/kuroneko/
@ 2022-07-28 12:00 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2022-07-28 12:00 UTC (permalink / raw
  To: gentoo-commits

commit:     5d19c8af7ee86e1ececd8c4fae077583a2d3251d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 28 11:56:35 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jul 28 11:59:04 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d19c8af

app-portage/kuroneko: add github upstream metadata

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-portage/kuroneko/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app-portage/kuroneko/metadata.xml b/app-portage/kuroneko/metadata.xml
index 56b86ae4af74..f97ac90e4b67 100644
--- a/app-portage/kuroneko/metadata.xml
+++ b/app-portage/kuroneko/metadata.xml
@@ -10,4 +10,7 @@
 			Include the dependencies necessary for Bugzilla scraping.
 		</flag>
 	</use>
+	<upstream>
+		<remote-id type="github">mgorny/kuroneko</remote-id>
+	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/kuroneko/
@ 2022-08-10 14:20 Michał Górny
  0 siblings, 0 replies; 16+ messages in thread
From: Michał Górny @ 2022-08-10 14:20 UTC (permalink / raw
  To: gentoo-commits

commit:     ae96ad391f2d58d9c5579a85dfd0d8a4075a929d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 10 14:19:02 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Aug 10 14:20:16 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae96ad39

app-portage/kuroneko: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-portage/kuroneko/Manifest              |  3 ---
 app-portage/kuroneko/kuroneko-0.1.0.ebuild | 34 ------------------------------
 app-portage/kuroneko/kuroneko-0.1.1.ebuild | 33 -----------------------------
 app-portage/kuroneko/kuroneko-0.1.2.ebuild | 33 -----------------------------
 4 files changed, 103 deletions(-)

diff --git a/app-portage/kuroneko/Manifest b/app-portage/kuroneko/Manifest
index 116e7149aa5d..2255f6141a9a 100644
--- a/app-portage/kuroneko/Manifest
+++ b/app-portage/kuroneko/Manifest
@@ -1,4 +1 @@
-DIST kuroneko-0.1.0.tar.gz 8964 BLAKE2B 051539ab6714332b02188854debe655d405093418a3edcf88f58bc54f153c5e9cecf9f9ab165ea32e9dc1d967c43618249b2a6677cb74ea020b05def99479d1b SHA512 b4f9e4cbf932927549ab1411aba15e8ca394919e80a19f7bd04a560764d74c7c884e96133c9aad1be69f9646b1d37713dfb449a1ca09bd74d407101789c213c1
-DIST kuroneko-0.1.1.tar.gz 10223 BLAKE2B aad046291218139662e74c653241bfb36180a0f7fdb4e3571c4d3c8787c41032c48a96d7b02f612e957b2a0eca9fd880daa03c31302d2e92eb6dec5df1b18aab SHA512 c4f29cb5244e659f2615cca706d002c9f20b200b51c964250da8c915d45bcaca03eac2a2dbc19e1d9b6a6374b7458b2c9e0a004e0fa14b1655e8c2c9ce8268a9
-DIST kuroneko-0.1.2.tar.gz 10279 BLAKE2B 9c468e17a1ca566a0bbdc65a3b4d8f5e08e188b2d999c9ee94187ee072f627f34dad9c965d67fc58108585cf05b876158b12b0c2c6043e0a1f5f16ed2cfe929f SHA512 9fff9b65fdda9a48d6c2b40b84fce5af811b288b0da08aee50ab2d393826dad2bfbd2250875b2dc40c55e417c7f8bff04bf7f4ad1b5f2adbee26a0bc94b9955f
 DIST kuroneko-0.1.3.tar.gz 10872 BLAKE2B 3dc85e92a4490501897e25949d258341e661672a2bd1fbce2673d3be6ead3599269cfc93884ad05da9ee41f90b60d17faeebb6b806da870458c8cf13e33fe58e SHA512 b388e0c19faae282b158e63a2ef3f54af98932e5f0efe96dcdcbd0ace509a22a1f7887834c94813912a03734448bc230767ab8e1367545f5cc877d778954fa0c

diff --git a/app-portage/kuroneko/kuroneko-0.1.0.ebuild b/app-portage/kuroneko/kuroneko-0.1.0.ebuild
deleted file mode 100644
index a927dfa3d2fd..000000000000
--- a/app-portage/kuroneko/kuroneko-0.1.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-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 ~x86"
-IUSE="scraper"
-
-RDEPEND="
-	dev-python/colorama[${PYTHON_USEDEP}]
-	sys-apps/pkgcore[${PYTHON_USEDEP}]
-	scraper? (
-		dev-python/bracex[${PYTHON_USEDEP}]
-		dev-python/requests[${PYTHON_USEDEP}]
-	)"
-BDEPEND="
-	test? (
-		dev-python/bracex[${PYTHON_USEDEP}]
-		dev-python/requests[${PYTHON_USEDEP}]
-		dev-python/responses[${PYTHON_USEDEP}]
-	)"
-
-distutils_enable_tests pytest

diff --git a/app-portage/kuroneko/kuroneko-0.1.1.ebuild b/app-portage/kuroneko/kuroneko-0.1.1.ebuild
deleted file mode 100644
index 1348cb14a13e..000000000000
--- a/app-portage/kuroneko/kuroneko-0.1.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-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 ~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

diff --git a/app-portage/kuroneko/kuroneko-0.1.2.ebuild b/app-portage/kuroneko/kuroneko-0.1.2.ebuild
deleted file mode 100644
index 1348cb14a13e..000000000000
--- a/app-portage/kuroneko/kuroneko-0.1.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-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 ~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


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/kuroneko/
@ 2022-08-10 14:20 Michał Górny
  0 siblings, 0 replies; 16+ messages in thread
From: Michał Górny @ 2022-08-10 14:20 UTC (permalink / raw
  To: gentoo-commits

commit:     ed8632ffdaf6c6471c5bce98bfa239fd23f13679
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 10 14:18:56 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Aug 10 14:20:15 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed8632ff

app-portage/kuroneko: Update URLs

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-portage/kuroneko/kuroneko-0.1.0.ebuild | 4 ++--
 app-portage/kuroneko/kuroneko-0.1.1.ebuild | 4 ++--
 app-portage/kuroneko/kuroneko-0.1.2.ebuild | 4 ++--
 app-portage/kuroneko/kuroneko-0.1.3.ebuild | 6 +++---
 app-portage/kuroneko/metadata.xml          | 2 +-
 5 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/app-portage/kuroneko/kuroneko-0.1.0.ebuild b/app-portage/kuroneko/kuroneko-0.1.0.ebuild
index 0bd9b554e20a..a927dfa3d2fd 100644
--- a/app-portage/kuroneko/kuroneko-0.1.0.ebuild
+++ b/app-portage/kuroneko/kuroneko-0.1.0.ebuild
@@ -7,9 +7,9 @@ PYTHON_COMPAT=( python3_{8..10} )
 inherit distutils-r1
 
 DESCRIPTION="Vulnerability checker using data scraped from Gentoo Bugzilla"
-HOMEPAGE="https://github.com/mgorny/kuroneko/"
+HOMEPAGE="https://github.com/projg2/kuroneko/"
 SRC_URI="
-	https://github.com/mgorny/kuroneko/archive/v${PV}.tar.gz
+	https://github.com/projg2/kuroneko/archive/v${PV}.tar.gz
 		-> ${P}.tar.gz"
 
 LICENSE="BSD-2"

diff --git a/app-portage/kuroneko/kuroneko-0.1.1.ebuild b/app-portage/kuroneko/kuroneko-0.1.1.ebuild
index 9b74e4af13e3..1348cb14a13e 100644
--- a/app-portage/kuroneko/kuroneko-0.1.1.ebuild
+++ b/app-portage/kuroneko/kuroneko-0.1.1.ebuild
@@ -7,9 +7,9 @@ PYTHON_COMPAT=( python3_{8..10} )
 inherit distutils-r1
 
 DESCRIPTION="Vulnerability checker using data scraped from Gentoo Bugzilla"
-HOMEPAGE="https://github.com/mgorny/kuroneko/"
+HOMEPAGE="https://github.com/projg2/kuroneko/"
 SRC_URI="
-	https://github.com/mgorny/kuroneko/archive/v${PV}.tar.gz
+	https://github.com/projg2/kuroneko/archive/v${PV}.tar.gz
 		-> ${P}.tar.gz"
 
 LICENSE="BSD-2"

diff --git a/app-portage/kuroneko/kuroneko-0.1.2.ebuild b/app-portage/kuroneko/kuroneko-0.1.2.ebuild
index 9b74e4af13e3..1348cb14a13e 100644
--- a/app-portage/kuroneko/kuroneko-0.1.2.ebuild
+++ b/app-portage/kuroneko/kuroneko-0.1.2.ebuild
@@ -7,9 +7,9 @@ PYTHON_COMPAT=( python3_{8..10} )
 inherit distutils-r1
 
 DESCRIPTION="Vulnerability checker using data scraped from Gentoo Bugzilla"
-HOMEPAGE="https://github.com/mgorny/kuroneko/"
+HOMEPAGE="https://github.com/projg2/kuroneko/"
 SRC_URI="
-	https://github.com/mgorny/kuroneko/archive/v${PV}.tar.gz
+	https://github.com/projg2/kuroneko/archive/v${PV}.tar.gz
 		-> ${P}.tar.gz"
 
 LICENSE="BSD-2"

diff --git a/app-portage/kuroneko/kuroneko-0.1.3.ebuild b/app-portage/kuroneko/kuroneko-0.1.3.ebuild
index 9b74e4af13e3..8760452d1720 100644
--- a/app-portage/kuroneko/kuroneko-0.1.3.ebuild
+++ b/app-portage/kuroneko/kuroneko-0.1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -7,9 +7,9 @@ PYTHON_COMPAT=( python3_{8..10} )
 inherit distutils-r1
 
 DESCRIPTION="Vulnerability checker using data scraped from Gentoo Bugzilla"
-HOMEPAGE="https://github.com/mgorny/kuroneko/"
+HOMEPAGE="https://github.com/projg2/kuroneko/"
 SRC_URI="
-	https://github.com/mgorny/kuroneko/archive/v${PV}.tar.gz
+	https://github.com/projg2/kuroneko/archive/v${PV}.tar.gz
 		-> ${P}.tar.gz"
 
 LICENSE="BSD-2"

diff --git a/app-portage/kuroneko/metadata.xml b/app-portage/kuroneko/metadata.xml
index f97ac90e4b67..7af1965fdefb 100644
--- a/app-portage/kuroneko/metadata.xml
+++ b/app-portage/kuroneko/metadata.xml
@@ -11,6 +11,6 @@
 		</flag>
 	</use>
 	<upstream>
-		<remote-id type="github">mgorny/kuroneko</remote-id>
+		<remote-id type="github">projg2/kuroneko</remote-id>
 	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/kuroneko/
@ 2022-11-06  5:51 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2022-11-06  5:51 UTC (permalink / raw
  To: gentoo-commits

commit:     95a1eb07ddd80da9acd03b6b7764496d7839d570
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  6 05:51:02 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov  6 05:51:02 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95a1eb07

app-portage/kuroneko: disable Python 3.8

The pkgcore stack is going to require Python 3.9.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-portage/kuroneko/kuroneko-0.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/kuroneko/kuroneko-0.1.3.ebuild b/app-portage/kuroneko/kuroneko-0.1.3.ebuild
index 8760452d1720..6d50f27d49e1 100644
--- a/app-portage/kuroneko/kuroneko-0.1.3.ebuild
+++ b/app-portage/kuroneko/kuroneko-0.1.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{9..10} )
 inherit distutils-r1
 
 DESCRIPTION="Vulnerability checker using data scraped from Gentoo Bugzilla"


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/kuroneko/
@ 2023-01-10  4:44 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2023-01-10  4:44 UTC (permalink / raw
  To: gentoo-commits

commit:     e006bdedb827805a7a876ec4cb55effd4aefc073
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 10 04:37:04 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 10 04:37:04 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e006bded

app-portage/kuroneko: enable py3.11

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-portage/kuroneko/kuroneko-0.1.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/kuroneko/kuroneko-0.1.3.ebuild b/app-portage/kuroneko/kuroneko-0.1.3.ebuild
index 6d50f27d49e1..e350d7c77b2c 100644
--- a/app-portage/kuroneko/kuroneko-0.1.3.ebuild
+++ b/app-portage/kuroneko/kuroneko-0.1.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2021-2022 Gentoo Authors
+# Copyright 2021-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 inherit distutils-r1
 
 DESCRIPTION="Vulnerability checker using data scraped from Gentoo Bugzilla"


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/kuroneko/
@ 2023-04-25 13:41 Arthur Zamarin
  0 siblings, 0 replies; 16+ messages in thread
From: Arthur Zamarin @ 2023-04-25 13:41 UTC (permalink / raw
  To: gentoo-commits

commit:     e023aa895487f695d21136a776d7efc2b21199fd
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 25 13:40:53 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 25 13:40:53 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e023aa89

app-portage/kuroneko: Keyword 0.1.3 arm, #905027

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-portage/kuroneko/kuroneko-0.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/kuroneko/kuroneko-0.1.3.ebuild b/app-portage/kuroneko/kuroneko-0.1.3.ebuild
index e350d7c77b2c..72011d5011fd 100644
--- a/app-portage/kuroneko/kuroneko-0.1.3.ebuild
+++ b/app-portage/kuroneko/kuroneko-0.1.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE="scraper"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/kuroneko/
@ 2023-04-25 20:57 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2023-04-25 20:57 UTC (permalink / raw
  To: gentoo-commits

commit:     cfa50f6eadf780240d03b78486fc2977811b3512
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 25 20:56:20 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 25 20:56:46 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfa50f6e

app-portage/kuroneko: Keyword 0.1.3 arm64, #905027

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-portage/kuroneko/kuroneko-0.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/kuroneko/kuroneko-0.1.3.ebuild b/app-portage/kuroneko/kuroneko-0.1.3.ebuild
index 72011d5011fd..a305c4358aec 100644
--- a/app-portage/kuroneko/kuroneko-0.1.3.ebuild
+++ b/app-portage/kuroneko/kuroneko-0.1.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="scraper"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/kuroneko/
@ 2023-05-30  0:27 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2023-05-30  0:27 UTC (permalink / raw
  To: gentoo-commits

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


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/kuroneko/
@ 2024-01-01  4:13 Michał Górny
  0 siblings, 0 replies; 16+ messages in thread
From: Michał Górny @ 2024-01-01  4:13 UTC (permalink / raw
  To: gentoo-commits

commit:     d3d5fee3968dff031282e929e97db29974c65008
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  1 04:07:23 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jan  1 04:13:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3d5fee3

app-portage/kuroneko: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-portage/kuroneko/kuroneko-0.1.3.ebuild | 33 ------------------------------
 1 file changed, 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


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/kuroneko/
@ 2024-01-01  4:13 Michał Górny
  0 siblings, 0 replies; 16+ messages in thread
From: Michał Górny @ 2024-01-01  4:13 UTC (permalink / raw
  To: gentoo-commits

commit:     9ff164104bdfe237037cb06dcc8806a3218b11c3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  1 04:11:19 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jan  1 04:13:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ff16410

app-portage/kuroneko: Bump to 0.1.4

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-portage/kuroneko/Manifest              |  1 +
 app-portage/kuroneko/kuroneko-0.1.4.ebuild | 38 ++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/app-portage/kuroneko/Manifest b/app-portage/kuroneko/Manifest
index 2255f6141a9a..bd134aea8a62 100644
--- a/app-portage/kuroneko/Manifest
+++ b/app-portage/kuroneko/Manifest
@@ -1 +1,2 @@
 DIST kuroneko-0.1.3.tar.gz 10872 BLAKE2B 3dc85e92a4490501897e25949d258341e661672a2bd1fbce2673d3be6ead3599269cfc93884ad05da9ee41f90b60d17faeebb6b806da870458c8cf13e33fe58e SHA512 b388e0c19faae282b158e63a2ef3f54af98932e5f0efe96dcdcbd0ace509a22a1f7887834c94813912a03734448bc230767ab8e1367545f5cc877d778954fa0c
+DIST kuroneko-0.1.4.tar.gz 11369 BLAKE2B 607d5b59720ba718dfb24d5f253a38d35c825ff9f29284bb2b50ed7a5c09ac044b514953af67217d2f840d97f1530e4608ba244cae5ca71316176bb873d28d8b SHA512 d71a0298080cfd453788fb8c9ab936b3aa7e6b67337ac8ee52d4c859b4539a9a319c81811da5f955a0c7bdf5a43a04a8b5911dc02d09d3bc212a441b217957a4

diff --git a/app-portage/kuroneko/kuroneko-0.1.4.ebuild b/app-portage/kuroneko/kuroneko-0.1.4.ebuild
new file mode 100644
index 000000000000..f48a1fb55c96
--- /dev/null
+++ b/app-portage/kuroneko/kuroneko-0.1.4.ebuild
@@ -0,0 +1,38 @@
+# Copyright 2021-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+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


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/kuroneko/
@ 2024-01-07 13:29 Michał Górny
  0 siblings, 0 replies; 16+ messages in thread
From: Michał Górny @ 2024-01-07 13:29 UTC (permalink / raw
  To: gentoo-commits

commit:     a14ee60faccbde6b6721a0314be8fe5d4259d597
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  7 13:28:24 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jan  7 13:29:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a14ee60f

app-portage/kuroneko: Bump to 0.1.5

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-portage/kuroneko/Manifest              |  1 +
 app-portage/kuroneko/kuroneko-0.1.5.ebuild | 38 ++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/app-portage/kuroneko/Manifest b/app-portage/kuroneko/Manifest
index bd134aea8a62..a927e5fcbe16 100644
--- a/app-portage/kuroneko/Manifest
+++ b/app-portage/kuroneko/Manifest
@@ -1,2 +1,3 @@
 DIST kuroneko-0.1.3.tar.gz 10872 BLAKE2B 3dc85e92a4490501897e25949d258341e661672a2bd1fbce2673d3be6ead3599269cfc93884ad05da9ee41f90b60d17faeebb6b806da870458c8cf13e33fe58e SHA512 b388e0c19faae282b158e63a2ef3f54af98932e5f0efe96dcdcbd0ace509a22a1f7887834c94813912a03734448bc230767ab8e1367545f5cc877d778954fa0c
 DIST kuroneko-0.1.4.tar.gz 11369 BLAKE2B 607d5b59720ba718dfb24d5f253a38d35c825ff9f29284bb2b50ed7a5c09ac044b514953af67217d2f840d97f1530e4608ba244cae5ca71316176bb873d28d8b SHA512 d71a0298080cfd453788fb8c9ab936b3aa7e6b67337ac8ee52d4c859b4539a9a319c81811da5f955a0c7bdf5a43a04a8b5911dc02d09d3bc212a441b217957a4
+DIST kuroneko-0.1.5.tar.gz 11415 BLAKE2B 2aaa3802f17e7363b5b28d6c70d740eed8a608d8d9ca279d84ee632f15a040d87ea8fb48aa6ca77b318398e73a80fb1863bb851917435e2a28ac23f19caed9c6 SHA512 bdb2814c55895f2020587086a75dac3355204efb8f2e0fde361111b31e8840a1890cdd744b121c17d2f1987200571d377c0d021bcc63df2a53d7a0fb51d07063

diff --git a/app-portage/kuroneko/kuroneko-0.1.5.ebuild b/app-portage/kuroneko/kuroneko-0.1.5.ebuild
new file mode 100644
index 000000000000..f48a1fb55c96
--- /dev/null
+++ b/app-portage/kuroneko/kuroneko-0.1.5.ebuild
@@ -0,0 +1,38 @@
+# Copyright 2021-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+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


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/kuroneko/
@ 2024-05-29 23:41 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2024-05-29 23:41 UTC (permalink / raw
  To: gentoo-commits

commit:     a2e09d23745abe1db8e6e954692f6c69e133a956
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May 29 23:40:41 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 29 23:40:41 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2e09d23

app-portage/kuroneko: enable py3.13

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-portage/kuroneko/kuroneko-0.1.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/kuroneko/kuroneko-0.1.5.ebuild b/app-portage/kuroneko/kuroneko-0.1.5.ebuild
index f48a1fb55c96..4477e4ed5a19 100644
--- a/app-portage/kuroneko/kuroneko-0.1.5.ebuild
+++ b/app-portage/kuroneko/kuroneko-0.1.5.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 inherit distutils-r1
 


^ permalink raw reply related	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2024-05-29 23:41 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-06  5:51 [gentoo-commits] repo/gentoo:master commit in: app-portage/kuroneko/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-05-29 23:41 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-05-30  0:27 Sam James
2023-04-25 20:57 Sam James
2023-04-25 13:41 Arthur Zamarin
2023-01-10  4:44 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox