mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 03:53:22 -04:00
dev-util/reuse: treeclean, moved to ::gentoo
Signed-off-by: Leonardo Hernández Hernández <leohdz172@proton.me>
This commit is contained in:
@@ -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
|
||||
@@ -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>
|
||||
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user