From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1290891-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A52E01382C5 for <garchives@archives.gentoo.org>; Sun, 6 Jun 2021 07:19:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09E8BE08EF; Sun, 6 Jun 2021 07:19:39 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E7F52E0900 for <gentoo-commits@lists.gentoo.org>; Sun, 6 Jun 2021 07:19:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 05A9A340D91 for <gentoo-commits@lists.gentoo.org>; Sun, 6 Jun 2021 07:19:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACBDC73A for <gentoo-commits@lists.gentoo.org>; Sun, 6 Jun 2021 07:19:36 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org> Message-ID: <1622963972.f82eaff4b7671de0107b7d70372fe1c98150d756.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/kuroneko/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/kuroneko/Manifest app-portage/kuroneko/kuroneko-0.1.0.ebuild app-portage/kuroneko/metadata.xml X-VCS-Directories: app-portage/kuroneko/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f82eaff4b7671de0107b7d70372fe1c98150d756 X-VCS-Branch: master Date: Sun, 6 Jun 2021 07:19:36 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 62a85202-6ec5-4a07-af6a-70c03d77dadd X-Archives-Hash: dffb338ab7770e25a179b5ccc204f419 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>