mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
wesng: dep rename
This commit is contained in:
parent
926813a865
commit
abccdc93a7
3 changed files with 7 additions and 7 deletions
|
|
@ -1,8 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
<pkgmetadata>
|
<pkgmetadata>
|
||||||
<maintainer type="person">
|
<upstream>
|
||||||
<email>gkroon@maelstrom.ninja</email>
|
<remote-id type="github">bitsadmin/wesng</remote-id>
|
||||||
<name>Guido Kroon</name>
|
</upstream>
|
||||||
</maintainer>
|
|
||||||
</pkgmetadata>
|
</pkgmetadata>
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
# Copyright 1999-2023 Gentoo Authors
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{10..12} )
|
PYTHON_COMPAT=( python3_{10..13} )
|
||||||
|
|
||||||
inherit python-single-r1 wrapper
|
inherit python-single-r1 wrapper
|
||||||
|
|
||||||
|
|
@ -23,12 +23,13 @@ fi
|
||||||
|
|
||||||
LICENSE="BSD"
|
LICENSE="BSD"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||||
|
|
||||||
DEPEND="${PYTHON_DEPS}"
|
DEPEND="${PYTHON_DEPS}"
|
||||||
RDEPEND="${DEPEND}
|
RDEPEND="${DEPEND}
|
||||||
$(python_gen_cond_dep '
|
$(python_gen_cond_dep '
|
||||||
dev-python/chardet[${PYTHON_USEDEP}]
|
dev-python/chardet[${PYTHON_USEDEP}]
|
||||||
dev-python/MechanicalSoup[${PYTHON_USEDEP}]
|
dev-python/mechanicalsoup[${PYTHON_USEDEP}]
|
||||||
')"
|
')"
|
||||||
|
|
||||||
pkg_setup() {
|
pkg_setup() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue