diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-01-01 05:52:14 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-01-01 05:52:14 +0000 |
commit | bcc717ffe9cc7dccbea636cefb524a54429ed3c5 (patch) | |
tree | 86b68b64cb19bcf8d3c1fb98fc9ca858dc6b0e46 /app-portage | |
parent | bf90f82fef4fc737c88b58cd31428ad4355c17fa (diff) |
gentoo auto-resync : 01:01:2024 - 05:52:14
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/Manifest.gz | bin | 9750 -> 9744 bytes | |||
-rw-r--r-- | app-portage/kuroneko/Manifest | 3 | ||||
-rw-r--r-- | app-portage/kuroneko/kuroneko-0.1.4.ebuild (renamed from app-portage/kuroneko/kuroneko-0.1.3.ebuild) | 17 |
3 files changed, 13 insertions, 7 deletions
diff --git a/app-portage/Manifest.gz b/app-portage/Manifest.gz Binary files differindex cb558bd5e095..95601d445295 100644 --- a/app-portage/Manifest.gz +++ b/app-portage/Manifest.gz diff --git a/app-portage/kuroneko/Manifest b/app-portage/kuroneko/Manifest index 0d914d71ebba..dd44d4b019f6 100644 --- a/app-portage/kuroneko/Manifest +++ b/app-portage/kuroneko/Manifest @@ -1,4 +1,5 @@ DIST kuroneko-0.1.3.tar.gz 10872 BLAKE2B 3dc85e92a4490501897e25949d258341e661672a2bd1fbce2673d3be6ead3599269cfc93884ad05da9ee41f90b60d17faeebb6b806da870458c8cf13e33fe58e SHA512 b388e0c19faae282b158e63a2ef3f54af98932e5f0efe96dcdcbd0ace509a22a1f7887834c94813912a03734448bc230767ab8e1367545f5cc877d778954fa0c +DIST kuroneko-0.1.4.tar.gz 11369 BLAKE2B 607d5b59720ba718dfb24d5f253a38d35c825ff9f29284bb2b50ed7a5c09ac044b514953af67217d2f840d97f1530e4608ba244cae5ca71316176bb873d28d8b SHA512 d71a0298080cfd453788fb8c9ab936b3aa7e6b67337ac8ee52d4c859b4539a9a319c81811da5f955a0c7bdf5a43a04a8b5911dc02d09d3bc212a441b217957a4 EBUILD kuroneko-0.1.3-r1.ebuild 801 BLAKE2B 7dfe9f0557c0516b85162c9fa6b66807e522cd56a4d870cfa6e813701ca25bec3a5f404ebb65fa11649587c83f06a094a34f4447cf7dabafab0433fe7d3ab95f SHA512 31da97df5f272d10298c0783a6a8baacdf32857baf0e2dbc41657f835e53f1a9a77fa1feb8527bccb9d1f40d54a2ec2b5d45dab1f25482936a1184533c945183 -EBUILD kuroneko-0.1.3.ebuild 766 BLAKE2B 001817a2825b9b4adfd30c64cef79af3db6bc554678aa22f3c87d6698b47a216df94309d67b74b16ff68e985f502d333fa5fb4ad515d1a103994f0b651dd687e SHA512 c5fa308edabb3ed7b76304c6b01158443bd115961e4e136c446feeda76a957bc30a7a33a7630b6510ae5357d3ace4f1ecf7ebe10e5425bdb682dd2be73bca17e +EBUILD kuroneko-0.1.4.ebuild 797 BLAKE2B cd1164d994158f5a8d24a59cb694ea1ef475252bb31dd7e6ff7e6d589401d64ff0a3491d751a20f0a405c410377d077f1735da8703a0fa08046c92de5e72c7a4 SHA512 862a408d2ec3e3d1f5c690d996e0b35b47dd7839967ca99e2579db99a659b56fcf6f0d7bc2d8ceac2232e10f7a76275fa3c913ae98bf78b33ebf396c184ae04f MISC metadata.xml 438 BLAKE2B 75bd77f5e0411973b394f906dcce51fbaa9b75d3ba30b80a72b3ea3cfe15120ed9767d553e67e2a6f1ca8179d31c57e6113bd2393157ae4f0ef08afabb4635f5 SHA512 41b54eeb946cfd4f704c0b03bf4440b8f987cd6b710dd631c982262816bde6b06675e0f2a86310a840c59b351b3e736f2e6db3642dc086b4d91d17862119349d diff --git a/app-portage/kuroneko/kuroneko-0.1.3.ebuild b/app-portage/kuroneko/kuroneko-0.1.4.ebuild index a305c4358aec..f48a1fb55c96 100644 --- a/app-portage/kuroneko/kuroneko-0.1.3.ebuild +++ b/app-portage/kuroneko/kuroneko-0.1.4.ebuild @@ -1,16 +1,19 @@ -# Copyright 2021-2023 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 + +DISTUTILS_USE_PEP517=flit +PYTHON_COMPAT=( python3_{10..12} ) -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" + -> ${P}.tar.gz +" LICENSE="BSD-2" SLOT="0" @@ -23,11 +26,13 @@ RDEPEND=" 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 |