dev-util/reuse: add 2.0.0, drop 1.1.0

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2023-06-21 18:04:50 +05:00
parent e8655da0cf
commit f26005c72a
2 changed files with 6 additions and 9 deletions

View File

@@ -1,2 +1,2 @@
DIST reuse-1.1.0.tar.gz 217044 BLAKE2B dede8067cb705278b7aadb3d333cc15d03f2156fa38c096a1a51c4411f286e81d174019de9a1243c08a55ea0b1ab30bced7b4529a07874fd9497e7bc370a1bfd SHA512 1c17f723bb369ce895731fa53ba5db5e4af8298a714eda02e9f8a1d4d3f34431fefb47c52b52abc7160f99683db9fc4cdfb7c730287f5cced75b631a2a7901b4
DIST reuse-1.1.2.tar.gz 225385 BLAKE2B efa7794af2cadcc3e4a3920fe58b9ac927dd1850d014ee209772dde46b161e955f1de9af8914de9c5e1ce4220c0c089c8dc47039ec28ef00bcf71a675c677cc8 SHA512 b410a79008ba00b3595c8ee529e3567e82d2477190d900e96f3717d5f8755c750a5f4ba7f28ecc95c9de41430f139353f268467facd6f88844fa878b1b6c3e73
DIST reuse-2.0.0.tar.gz 222637 BLAKE2B abcf7adbf110e7c3721eef26a56741dae3d69f9ccf31025807e158317b9dd0bcee2b38731ca7897a7671afa602040119d275488b2c198b1a74e32b99b8477cdb SHA512 0716fc48c5cf6a8dda3c8c962c518554fdd2d0f71502eaa636dd4effa86a135c5819e6d7e62a1420174fce5c80ad6d7c3174389170b7680006fcc137c35cdb4c

View File

@@ -1,4 +1,4 @@
# Copyright 2022 Gentoo Authors
# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -24,10 +24,8 @@ RDEPEND="
dev-python/jinja[${PYTHON_USEDEP}]
dev-python/license-expression[${PYTHON_USEDEP}]
dev-python/python-debian[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
sys-devel/gettext
test? (
dev-vcs/git
@@ -41,13 +39,12 @@ distutils_enable_tests pytest
# [Errno 2] No such file or directory: '../README.md'
#distutils_enable_sphinx docs \
#dev-python/furo \
#dev-python/recommonmark \
#dev-python/sphinx-autodoc-typehints \
#dev-python/sphinx-rtd-theme \
#dev-python/sphinxcontrib-apidoc
src_install() {
distutils-r1_src_install
find "${ED}"/usr/lib -name '*.md' -delete || die
find "${ED}"/usr/lib -name '*.rst' -delete || die
python_test() {
cd "${T}" || die
epytest "${S}"/tests
}