* [gentoo-commits] repo/proj/guru:master commit in: dev-util/reuse/
@ 2022-02-07 20:35 Arthur Zamarin
0 siblings, 0 replies; 5+ messages in thread
From: Arthur Zamarin @ 2022-02-07 20:35 UTC (permalink / raw
To: gentoo-commits
commit: 7a17cb0a7286d9bf20833fd0fdd6c17d83a8bb8d
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Feb 7 10:58:53 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
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 <cyber+gentoo <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>cyber+gentoo@sysrq.in</email>
+ <name>Anna</name>
+ </maintainer>
+ <upstream>
+ <doc>https://reuse.readthedocs.io/</doc>
+ <remote-id type="pypi">reuse</remote-id>
+ <remote-id type="github">fsfe/reuse-tool</remote-id>
+ </upstream>
+</pkgmetadata>
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
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-util/reuse/
@ 2022-07-07 7:33 Haelwenn Monnier
0 siblings, 0 replies; 5+ messages in thread
From: Haelwenn Monnier @ 2022-07-07 7:33 UTC (permalink / raw
To: gentoo-commits
commit: 82d6316964078581790691ca0c619b9448295f1f
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Jul 7 00:24:23 2022 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Thu Jul 7 00:40:44 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=82d63169
dev-util/reuse: enable py3.11
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-util/reuse/reuse-1.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/reuse/reuse-1.0.0.ebuild b/dev-util/reuse/reuse-1.0.0.ebuild
index 91dfcab6e..23d4b7a61 100644
--- a/dev-util/reuse/reuse-1.0.0.ebuild
+++ b/dev-util/reuse/reuse-1.0.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-util/reuse/
@ 2023-02-16 12:47 Haelwenn Monnier
0 siblings, 0 replies; 5+ messages in thread
From: Haelwenn Monnier @ 2023-02-16 12:47 UTC (permalink / raw
To: gentoo-commits
commit: 444e25b99c66add9fa30a7958bbb46c672af2abe
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Feb 14 23:32:18 2023 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
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
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-util/reuse/
@ 2023-07-21 20:15 Haelwenn Monnier
0 siblings, 0 replies; 5+ messages in thread
From: Haelwenn Monnier @ 2023-07-21 20:15 UTC (permalink / raw
To: gentoo-commits
commit: 64a918a2c3488801636d6a2a5632b098057788d3
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Jul 20 21:11:33 2023 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Fri Jul 21 17:58:21 2023 +0000
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 <cyber+gentoo <AT> 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
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-util/reuse/
@ 2023-12-21 6:32 Viorel Munteanu
0 siblings, 0 replies; 5+ messages in thread
From: Viorel Munteanu @ 2023-12-21 6:32 UTC (permalink / raw
To: gentoo-commits
commit: f82a0e5527ac554b2688b41ddd0209f89248025e
Author: Leonardo Hernández Hernández <leohdz172 <AT> proton <DOT> me>
AuthorDate: Wed Dec 20 01:11:05 2023 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Wed Dec 20 01:11:15 2023 +0000
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 <leohdz172 <AT> 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..0000000000
--- 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..0000000000
--- a/dev-util/reuse/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <doc>https://reuse.readthedocs.io/</doc>
- <remote-id type="pypi">reuse</remote-id>
- <remote-id type="github">fsfe/reuse-tool</remote-id>
- </upstream>
-</pkgmetadata>
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..0000000000
--- 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..0000000000
--- 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
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-12-21 6:32 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-21 6:32 [gentoo-commits] repo/proj/guru:master commit in: dev-util/reuse/ Viorel Munteanu
-- strict thread matches above, loose matches on Subject: below --
2023-07-21 20:15 Haelwenn Monnier
2023-02-16 12:47 Haelwenn Monnier
2022-07-07 7:33 Haelwenn Monnier
2022-02-07 20:35 Arthur Zamarin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox