From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BBA5C15808B for ; Mon, 7 Feb 2022 11:03:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E3A02BC00C; Mon, 7 Feb 2022 11:03:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AE3942BC00B for ; Mon, 7 Feb 2022 11:03:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 78198342D56 for ; Mon, 7 Feb 2022 11:03:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED7CA2CE for ; Mon, 7 Feb 2022 11:03:38 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1644231805.7a17cb0a7286d9bf20833fd0fdd6c17d83a8bb8d.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/reuse/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/reuse/Manifest dev-util/reuse/metadata.xml dev-util/reuse/reuse-0.14.0.ebuild X-VCS-Directories: dev-util/reuse/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 7a17cb0a7286d9bf20833fd0fdd6c17d83a8bb8d X-VCS-Branch: dev Date: Mon, 7 Feb 2022 11:03:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f457c076-bbd7-4ab2-9470-cbc3348ccf54 X-Archives-Hash: 7b623ae28f410ee29b86350aad24dc9d commit: 7a17cb0a7286d9bf20833fd0fdd6c17d83a8bb8d Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Mon Feb 7 10:58:53 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Mon Feb 7 11:03:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7a17cb0a dev-util/reuse: initial import Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-util/reuse/Manifest | 1 + dev-util/reuse/metadata.xml | 13 ++++++++++++ dev-util/reuse/reuse-0.14.0.ebuild | 41 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 55 insertions(+) diff --git a/dev-util/reuse/Manifest b/dev-util/reuse/Manifest new file mode 100644 index 000000000..33925e988 --- /dev/null +++ b/dev-util/reuse/Manifest @@ -0,0 +1 @@ +DIST reuse-0.14.0.tar.gz 200682 BLAKE2B 6645cc6fc643ef3c19008d20dad065c1f362bda4106e731cfd780552b4cae1ced769ac49ee58c0ca519058f6764d4fd10ca6a33a70050365ae3f074e3981d276 SHA512 d376030e0be75f7cd70846c74409fba5f8266827cb1cc944c2fbda413002a3279f2efaf4598be4372df4a6d50f29a5038366c9ef709867dac7a0815efe071117 diff --git a/dev-util/reuse/metadata.xml b/dev-util/reuse/metadata.xml new file mode 100644 index 000000000..d7ba11c81 --- /dev/null +++ b/dev-util/reuse/metadata.xml @@ -0,0 +1,13 @@ + + + + + cyber+gentoo@sysrq.in + Anna + + + https://reuse.readthedocs.io/ + reuse + fsfe/reuse-tool + + diff --git a/dev-util/reuse/reuse-0.14.0.ebuild b/dev-util/reuse/reuse-0.14.0.ebuild new file mode 100644 index 000000000..3b5431508 --- /dev/null +++ b/dev-util/reuse/reuse-0.14.0.ebuild @@ -0,0 +1,41 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{9..10} ) +DISTUTILS_USE_SETUPTOOLS=rdepend +inherit distutils-r1 + +DESCRIPTION="A tool for compliance with the REUSE recommendations" +HOMEPAGE=" + https://reuse.software/ + https://pypi.org/project/reuse/ + https://github.com/fsfe/reuse-tool +" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0 CC0-1.0 CC-BY-SA-4.0 GPL-3+" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-python/boolean-py[${PYTHON_USEDEP}] + dev-python/binaryornot[${PYTHON_USEDEP}] + dev-python/jinja[${PYTHON_USEDEP}] + dev-python/license-expression[${PYTHON_USEDEP}] + dev-python/python-debian[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] +" +BDEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]" + +DOCS=( AUTHORS.rst CHANGELOG.md CODE_OF_CONDUCT.md CONTRIBUTING.md README.md ) + +distutils_enable_tests pytest + +# [Errno 2] No such file or directory: '../README.md' +#distutils_enable_sphinx docs \ + #dev-python/recommonmark \ + #dev-python/sphinx-autodoc-typehints \ + #dev-python/sphinx_rtd_theme \ + #dev-python/sphinxcontrib-apidoc