public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anna Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/reuse/
Date: Wed, 15 Feb 2023 13:56:37 +0000 (UTC)	[thread overview]
Message-ID: <1676468353.444e25b99c66add9fa30a7958bbb46c672af2abe.cybertailor@gentoo> (raw)

commit:     444e25b99c66add9fa30a7958bbb46c672af2abe
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Feb 14 23:32:18 2023 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Wed Feb 15 13:39:13 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=444e25b9

dev-util/reuse: add 1.1.2, drop 1.0.0

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-util/reuse/Manifest                             |  2 +-
 .../{reuse-1.0.0.ebuild => reuse-1.1.2.ebuild}      | 21 ++++++---------------
 2 files changed, 7 insertions(+), 16 deletions(-)

diff --git a/dev-util/reuse/Manifest b/dev-util/reuse/Manifest
index 9c07e87c6..50a2f7d08 100644
--- a/dev-util/reuse/Manifest
+++ b/dev-util/reuse/Manifest
@@ -1,2 +1,2 @@
-DIST reuse-1.0.0.tar.gz 253938 BLAKE2B 72eabecfb866b3a2b1828b307fc0620bb9b362223b23408accde250f625a1d15794c3678fe8d24c7cd9dbf667b2ae453d4215e98be15075a0e6542b72607d970 SHA512 5d0b0fc57a983f544cbc40aaca813dce540712f9bfb7ef3065abb2fbd7a30f65216f50dbf2369e36198794cd944285498c5a2a7c4affcacefb12a01b6c7d7571
 DIST reuse-1.1.0.tar.gz 217044 BLAKE2B dede8067cb705278b7aadb3d333cc15d03f2156fa38c096a1a51c4411f286e81d174019de9a1243c08a55ea0b1ab30bced7b4529a07874fd9497e7bc370a1bfd SHA512 1c17f723bb369ce895731fa53ba5db5e4af8298a714eda02e9f8a1d4d3f34431fefb47c52b52abc7160f99683db9fc4cdfb7c730287f5cced75b631a2a7901b4
+DIST reuse-1.1.2.tar.gz 225385 BLAKE2B efa7794af2cadcc3e4a3920fe58b9ac927dd1850d014ee209772dde46b161e955f1de9af8914de9c5e1ce4220c0c089c8dc47039ec28ef00bcf71a675c677cc8 SHA512 b410a79008ba00b3595c8ee529e3567e82d2477190d900e96f3717d5f8755c750a5f4ba7f28ecc95c9de41430f139353f268467facd6f88844fa878b1b6c3e73

diff --git a/dev-util/reuse/reuse-1.0.0.ebuild b/dev-util/reuse/reuse-1.1.2.ebuild
similarity index 61%
rename from dev-util/reuse/reuse-1.0.0.ebuild
rename to dev-util/reuse/reuse-1.1.2.ebuild
index 69516ebf9..7d651ac99 100644
--- a/dev-util/reuse/reuse-1.0.0.ebuild
+++ b/dev-util/reuse/reuse-1.1.2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 PYTHON_COMPAT=( python3_{9..11} )
 DISTUTILS_USE_PEP517=poetry
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="A tool for compliance with the REUSE recommendations"
 HOMEPAGE="
@@ -13,7 +13,6 @@ HOMEPAGE="
 	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"
@@ -25,26 +24,18 @@ RDEPEND="
 	dev-python/jinja[${PYTHON_USEDEP}]
 	dev-python/license-expression[${PYTHON_USEDEP}]
 	dev-python/python-debian[${PYTHON_USEDEP}]
-	dev-python/requests[${PYTHON_USEDEP}]
+	dev-python/setuptools[${PYTHON_USEDEP}]
 "
 BDEPEND="
-	dev-python/setuptools_scm[${PYTHON_USEDEP}]
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	sys-devel/gettext
 	test? (
 		dev-vcs/git
 		dev-vcs/mercurial
 	)
 "
 
-DOCS=( AUTHORS.rst CHANGELOG.md CODE_OF_CONDUCT.md CONTRIBUTING.md README.md )
-
-# not supported by recent git versions
-EPYTEST_DESELECT=(
-	tests/test_lint.py::test_lint_submodule
-	tests/test_lint.py::test_lint_submodule_included
-	tests/test_main.py::test_lint_submodule
-	tests/test_main.py::test_lint_submodule_included_fail
-	tests/test_project.py::test_all_files_submodule_is_ignored
-)
+DOCS=( AUTHORS.rst CHANGELOG.md README.md )
 
 distutils_enable_tests pytest
 


             reply	other threads:[~2023-02-15 13:56 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-15 13:56 Anna Vyalkova [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-20  1:11 [gentoo-commits] repo/proj/guru:dev commit in: dev-util/reuse/ Leonardo Hernandez
2023-07-21 18:00 Anna Vyalkova
2023-06-21 13:05 Anna Vyalkova
2022-12-02  8:51 Anna Vyalkova
2022-11-03  3:09 Anna Vyalkova
2022-11-03  3:09 Anna Vyalkova
2022-07-07  0:41 Anna Vyalkova
2022-05-30 19:26 Anna Vyalkova
2022-02-07 11:03 Anna Vyalkova

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=1676468353.444e25b99c66add9fa30a7958bbb46c672af2abe.cybertailor@gentoo \
    --to=cyber+gentoo@sysrq.in \
    --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