[gentoo-commits] repo/proj/guru:dev commit in: dev-util/reuse/

2023-12-19 Thread Leonardo Hernandez
commit: f82a0e5527ac554b2688b41ddd0209f89248025e
Author: Leonardo Hernández Hernández  proton  me>
AuthorDate: Wed Dec 20 01:11:05 2023 +
Commit: Leonardo Hernandez  proton  me>
CommitDate: Wed Dec 20 01:11:15 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f82a0e55

dev-util/reuse: treeclean, moved to ::gentoo

Signed-off-by: Leonardo Hernández Hernández  proton.me>

 dev-util/reuse/Manifest   |  2 --
 dev-util/reuse/metadata.xml   | 10 
 dev-util/reuse/reuse-2.0.0.ebuild | 50 ---
 dev-util/reuse/reuse-2.1.0.ebuild | 50 ---
 4 files changed, 112 deletions(-)

diff --git a/dev-util/reuse/Manifest b/dev-util/reuse/Manifest
deleted file mode 100644
index b3a8bb0106..00
--- a/dev-util/reuse/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST reuse-2.0.0.tar.gz 222637 BLAKE2B 
abcf7adbf110e7c3721eef26a56741dae3d69f9ccf31025807e158317b9dd0bcee2b38731ca7897a7671afa602040119d275488b2c198b1a74e32b99b8477cdb
 SHA512 
0716fc48c5cf6a8dda3c8c962c518554fdd2d0f71502eaa636dd4effa86a135c5819e6d7e62a1420174fce5c80ad6d7c3174389170b7680006fcc137c35cdb4c
-DIST reuse-2.1.0.tar.gz 224518 BLAKE2B 
328bafdeea1740afa1346d134be38fddd6cb7cedebea25eff4fb46f9935bef6ea0a605092798e4b5e256f43068459c2e4162f13540b6d62d3a3fd2596f5e6ba1
 SHA512 
8353ee53dd503d8dc3e956f0f13a7f0d4d80218e8b59a0bb972ecd4a80ec3b737548ad2c46177a5ba27a1c288af2c0b993befc1e0e88533af663094c3d1bcf38

diff --git a/dev-util/reuse/metadata.xml b/dev-util/reuse/metadata.xml
deleted file mode 100644
index e0bf126da0..00
--- a/dev-util/reuse/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   
-   https://reuse.readthedocs.io/
-   reuse
-   fsfe/reuse-tool
-   
-

diff --git a/dev-util/reuse/reuse-2.0.0.ebuild 
b/dev-util/reuse/reuse-2.0.0.ebuild
deleted file mode 100644
index 5ff64614b8..00
--- a/dev-util/reuse/reuse-2.0.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=poetry
-inherit distutils-r1 pypi
-
-DESCRIPTION="A tool for compliance with the REUSE recommendations"
-HOMEPAGE="
-   https://reuse.software/
-   https://pypi.org/project/reuse/
-   https://github.com/fsfe/reuse-tool
-"
-
-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}]
-"
-BDEPEND="
-   sys-devel/gettext
-   test? (
-   dev-vcs/git
-   dev-vcs/mercurial
-   )
-"
-
-DOCS=( AUTHORS.rst CHANGELOG.md README.md )
-
-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/sphinxcontrib-apidoc
-
-python_test() {
-   cd "${T}" || die
-   epytest "${S}"/tests
-}

diff --git a/dev-util/reuse/reuse-2.1.0.ebuild 
b/dev-util/reuse/reuse-2.1.0.ebuild
deleted file mode 100644
index 5ff64614b8..00
--- a/dev-util/reuse/reuse-2.1.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=poetry
-inherit distutils-r1 pypi
-
-DESCRIPTION="A tool for compliance with the REUSE recommendations"
-HOMEPAGE="
-   https://reuse.software/
-   https://pypi.org/project/reuse/
-   https://github.com/fsfe/reuse-tool
-"
-
-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}]
-"
-BDEPEND="
-   sys-devel/gettext
-   test? (
-   dev-vcs/git
-   dev-vcs/mercurial
-   )
-"
-
-DOCS=( AUTHORS.rst CHANGELOG.md README.md )
-
-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/sphinxcontrib-apidoc
-
-python_test() {
-   cd "${T}" || die
-   epytest "${S}"/tests
-}



[gentoo-commits] repo/proj/guru:dev commit in: dev-util/reuse/

2023-07-21 Thread Anna Vyalkova
commit: 64a918a2c3488801636d6a2a5632b098057788d3
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Thu Jul 20 21:11:33 2023 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Fri Jul 21 17:58:21 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=64a918a2

dev-util/reuse: add 2.1.0, drop 1.1.2

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

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

diff --git a/dev-util/reuse/Manifest b/dev-util/reuse/Manifest
index 8533b84e0..b3a8bb010 100644
--- a/dev-util/reuse/Manifest
+++ b/dev-util/reuse/Manifest
@@ -1,2 +1,2 @@
-DIST reuse-1.1.2.tar.gz 225385 BLAKE2B 
efa7794af2cadcc3e4a3920fe58b9ac927dd1850d014ee209772dde46b161e955f1de9af8914de9c5e1ce4220c0c089c8dc47039ec28ef00bcf71a675c677cc8
 SHA512 
b410a79008ba00b3595c8ee529e3567e82d2477190d900e96f3717d5f8755c750a5f4ba7f28ecc95c9de41430f139353f268467facd6f88844fa878b1b6c3e73
 DIST reuse-2.0.0.tar.gz 222637 BLAKE2B 
abcf7adbf110e7c3721eef26a56741dae3d69f9ccf31025807e158317b9dd0bcee2b38731ca7897a7671afa602040119d275488b2c198b1a74e32b99b8477cdb
 SHA512 
0716fc48c5cf6a8dda3c8c962c518554fdd2d0f71502eaa636dd4effa86a135c5819e6d7e62a1420174fce5c80ad6d7c3174389170b7680006fcc137c35cdb4c
+DIST reuse-2.1.0.tar.gz 224518 BLAKE2B 
328bafdeea1740afa1346d134be38fddd6cb7cedebea25eff4fb46f9935bef6ea0a605092798e4b5e256f43068459c2e4162f13540b6d62d3a3fd2596f5e6ba1
 SHA512 
8353ee53dd503d8dc3e956f0f13a7f0d4d80218e8b59a0bb972ecd4a80ec3b737548ad2c46177a5ba27a1c288af2c0b993befc1e0e88533af663094c3d1bcf38

diff --git a/dev-util/reuse/reuse-1.1.2.ebuild 
b/dev-util/reuse/reuse-2.1.0.ebuild
similarity index 89%
rename from dev-util/reuse/reuse-1.1.2.ebuild
rename to dev-util/reuse/reuse-2.1.0.ebuild
index 5454d3569..5ff64614b 100644
--- a/dev-util/reuse/reuse-1.1.2.ebuild
+++ b/dev-util/reuse/reuse-2.1.0.ebuild
@@ -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,7 +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
+
+python_test() {
+   cd "${T}" || die
+   epytest "${S}"/tests
+}



[gentoo-commits] repo/proj/guru:dev commit in: dev-util/reuse/

2023-06-21 Thread Anna Vyalkova
commit: f26005c72aa9e09103446caec19e464f7e2e3d51
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Wed Jun 21 13:04:50 2023 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Wed Jun 21 13:04:54 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f26005c7

dev-util/reuse: add 2.0.0, drop 1.1.0

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 dev-util/reuse/Manifest   |  2 +-
 dev-util/reuse/{reuse-1.1.0.ebuild => reuse-2.0.0.ebuild} | 13 +
 2 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/dev-util/reuse/Manifest b/dev-util/reuse/Manifest
index 50a2f7d08..8533b84e0 100644
--- a/dev-util/reuse/Manifest
+++ b/dev-util/reuse/Manifest
@@ -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

diff --git a/dev-util/reuse/reuse-1.1.0.ebuild 
b/dev-util/reuse/reuse-2.0.0.ebuild
similarity index 77%
rename from dev-util/reuse/reuse-1.1.0.ebuild
rename to dev-util/reuse/reuse-2.0.0.ebuild
index c2ca4b41f..5ff64614b 100644
--- a/dev-util/reuse/reuse-1.1.0.ebuild
+++ b/dev-util/reuse/reuse-2.0.0.ebuild
@@ -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
 }



[gentoo-commits] repo/proj/guru:dev commit in: dev-util/reuse/

2023-02-15 Thread Anna Vyalkova
commit: 444e25b99c66add9fa30a7958bbb46c672af2abe
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Tue Feb 14 23:32:18 2023 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Wed Feb 15 13:39:13 2023 +
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  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
 



[gentoo-commits] repo/proj/guru:dev commit in: dev-util/reuse/

2022-12-02 Thread Anna Vyalkova
commit: 043288755a9a4ce54465a36ff8351a473c039de7
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Fri Dec  2 07:49:20 2022 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Fri Dec  2 08:39:32 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=04328875

dev-util/reuse: add 1.1.0

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 dev-util/reuse/Manifest   |  1 +
 dev-util/reuse/reuse-1.1.0.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/dev-util/reuse/Manifest b/dev-util/reuse/Manifest
index ab5056674..9c07e87c6 100644
--- a/dev-util/reuse/Manifest
+++ b/dev-util/reuse/Manifest
@@ -1 +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

diff --git a/dev-util/reuse/reuse-1.1.0.ebuild 
b/dev-util/reuse/reuse-1.1.0.ebuild
new file mode 100644
index 0..23948b5c7
--- /dev/null
+++ b/dev-util/reuse/reuse-1.1.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 2022 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
+
+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/setuptools[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   sys-devel/gettext
+   test? (
+   dev-vcs/git
+   dev-vcs/mercurial
+   )
+"
+
+DOCS=( AUTHORS.rst CHANGELOG.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
+
+src_install() {
+   distutils-r1_src_install
+   find "${ED}"/usr/lib -name '*.md' -delete || die
+   find "${ED}"/usr/lib -name '*.rst' -delete || die
+}



[gentoo-commits] repo/proj/guru:dev commit in: dev-util/reuse/

2022-11-02 Thread Anna Vyalkova
commit: d902ab7d4717259b4edad0f82ef4f487e8a192ff
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Thu Nov  3 03:08:39 2022 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Thu Nov  3 03:08:39 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d902ab7d

dev-util/reuse: drop 0.14.0

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 dev-util/reuse/Manifest|  1 -
 dev-util/reuse/reuse-0.14.0.ebuild | 41 --
 2 files changed, 42 deletions(-)

diff --git a/dev-util/reuse/Manifest b/dev-util/reuse/Manifest
index 92f7ca9dc..ab5056674 100644
--- a/dev-util/reuse/Manifest
+++ b/dev-util/reuse/Manifest
@@ -1,2 +1 @@
-DIST reuse-0.14.0.tar.gz 200682 BLAKE2B 
6645cc6fc643ef3c19008d20dad065c1f362bda4106e731cfd780552b4cae1ced769ac49ee58c0ca519058f6764d4fd10ca6a33a70050365ae3f074e3981d276
 SHA512 
d376030e0be75f7cd70846c74409fba5f8266827cb1cc944c2fbda413002a3279f2efaf4598be4372df4a6d50f29a5038366c9ef709867dac7a0815efe071117
 DIST reuse-1.0.0.tar.gz 253938 BLAKE2B 
72eabecfb866b3a2b1828b307fc0620bb9b362223b23408accde250f625a1d15794c3678fe8d24c7cd9dbf667b2ae453d4215e98be15075a0e6542b72607d970
 SHA512 
5d0b0fc57a983f544cbc40aaca813dce540712f9bfb7ef3065abb2fbd7a30f65216f50dbf2369e36198794cd944285498c5a2a7c4affcacefb12a01b6c7d7571

diff --git a/dev-util/reuse/reuse-0.14.0.ebuild 
b/dev-util/reuse/reuse-0.14.0.ebuild
deleted file mode 100644
index 3b5431508..0
--- a/dev-util/reuse/reuse-0.14.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# 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



[gentoo-commits] repo/proj/guru:dev commit in: dev-util/reuse/

2022-11-02 Thread Anna Vyalkova
commit: ad8a9fd9172e830d511f0c4b9e1d8517f8dc8347
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Wed Nov  2 20:40:50 2022 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Thu Nov  3 01:12:51 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ad8a9fd9

dev-util/reuse: deselect failing tests

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 dev-util/reuse/reuse-1.0.0.ebuild | 17 -
 1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/dev-util/reuse/reuse-1.0.0.ebuild 
b/dev-util/reuse/reuse-1.0.0.ebuild
index 23d4b7a61..c6112b926 100644
--- a/dev-util/reuse/reuse-1.0.0.ebuild
+++ b/dev-util/reuse/reuse-1.0.0.ebuild
@@ -27,10 +27,25 @@ RDEPEND="
dev-python/python-debian[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
 "
-BDEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]"
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   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
+)
+
 distutils_enable_tests pytest
 
 # [Errno 2] No such file or directory: '../README.md'