Merge updates from master

This commit is contained in:
Repository mirror & CI
2022-09-26 10:16:56 +00:00
22 changed files with 54 additions and 31 deletions

View File

@@ -6,7 +6,7 @@ EAPI=8
PYTHON_COMPAT=( python3_{9..10} )
inherit python-single-r1
DESCRIPTION="A container-based approach to boot a full Android system on a regular Linux system"
DESCRIPTION="Container-based approach to boot a full Android system on Linux systems"
HOMEPAGE="https://waydro.id"
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

View File

@@ -15,4 +15,4 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE=""
RDEPEND="www-servers/tornado[${PYTHON_USEDEP}]"
RDEPEND="dev-python/tornado[${PYTHON_USEDEP}]"

View File

@@ -20,7 +20,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
RDEPEND="dev-python/fields[${PYTHON_USEDEP}]"
BDEPEND="test? (
dev-python/process-tests[${PYTHON_USEDEP}]
www-servers/tornado[${PYTHON_USEDEP}]
dev-python/tornado[${PYTHON_USEDEP}]
)"
S="${WORKDIR}/python-${P}"

View File

@@ -25,4 +25,3 @@ RDEPEND="
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
KEYWORDS="~amd64 ~x86"

View File

@@ -53,7 +53,7 @@ distutils_enable_sphinx docs ">=dev-python/sphinx-py3doc-enhanced-theme-2.3.2"
src_unpack() {
default
cp -a ${S} tests_package || die
cp -a "${S}" tests_package || die
mv -f tests_package/tests/setup.py tests_package || die
}

View File

@@ -114,7 +114,7 @@ MY_PN="LibCST"
inherit cargo distutils-r1
DESCRIPTION="A concrete syntax tree parser and serializer library for Python that preserves many aspects of Python's abstract syntax tree"
DESCRIPTION="Concrete syntax tree parser and serializer for Python"
HOMEPAGE="https://github.com/Instagram/LibCST"
SRC_URI="
https://github.com/Instagram/LibCST/archive/${MY_REV}.tar.gz -> ${P}.tar.gz

View File

@@ -27,7 +27,7 @@ DEPEND="
dev-python/pytest-mock[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
dev-python/gevent[${PYTHON_USEDEP}]
www-servers/tornado[${PYTHON_USEDEP}]
dev-python/tornado[${PYTHON_USEDEP}]
)
"

View File

@@ -34,7 +34,7 @@ RDEPEND="
dev-python/PySocks[${PYTHON_USEDEP}]
dev-python/ujson[${PYTHON_USEDEP}]
dev-python/urllib3[${PYTHON_USEDEP}]
www-servers/tornado[${PYTHON_USEDEP}]
dev-python/tornado[${PYTHON_USEDEP}]
"
DEPEND="test? (

View File

@@ -34,7 +34,7 @@ RDEPEND="
dev-python/PySocks[${PYTHON_USEDEP}]
dev-python/ujson[${PYTHON_USEDEP}]
dev-python/urllib3[${PYTHON_USEDEP}]
www-servers/tornado[${PYTHON_USEDEP}]
dev-python/tornado[${PYTHON_USEDEP}]
"
DEPEND="test? (

View File

@@ -3,10 +3,10 @@
EAPI=7
PYTHON_COMPAT=(python2_7 python3_{5,6,7,8,9,10,11})
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="fast python port of arc90's readability tool, updated to match latest readability.js!"
DESCRIPTION="fast html to text parser (article readability tool)"
HOMEPAGE="https://github.com/buriy/python-readability"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"

View File

@@ -13,7 +13,7 @@ MY_PV=$(ver_cut 1-3)
IMGUI_VER="1.81"
IMGUI_MESON_WRAP_VER="1"
DESCRIPTION="A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU load and more"
DESCRIPTION="Vulkan and OpenGL overlay for monitoring FPS, sensors, system load and more"
HOMEPAGE="https://github.com/flightlessmango/MangoHud"
SRC_URI="

View File

@@ -13,7 +13,7 @@ MY_PV=$(ver_cut 1-3)
IMGUI_VER="1.81"
IMGUI_MESON_WRAP_VER="1"
DESCRIPTION="A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU load and more"
DESCRIPTION="Vulkan and OpenGL overlay for monitoring FPS, sensors, system load and more"
HOMEPAGE="https://github.com/flightlessmango/MangoHud"
SRC_URI="

View File

@@ -10,7 +10,7 @@ inherit python-any-r1 meson
MY_PV=$(ver_cut 1-3)
[[ -n "$(ver_cut 4)" ]] && MY_PV_REV="-$(ver_cut 4)"
DESCRIPTION="A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU load and more"
DESCRIPTION="Vulkan and OpenGL overlay for monitoring FPS, sensors, system load and more"
HOMEPAGE="https://github.com/flightlessmango/MangoHud"
if [[ ${PV} == 9999 ]]; then

View File

@@ -10,7 +10,7 @@ inherit python-any-r1 meson
MY_PV=$(ver_cut 1-3)
[[ -n "$(ver_cut 4)" ]] && MY_PV_REV="-$(ver_cut 4)"
DESCRIPTION="A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU load and more"
DESCRIPTION="Vulkan and OpenGL overlay for monitoring FPS, sensors, system load and more"
HOMEPAGE="https://github.com/flightlessmango/MangoHud"
if [[ ${PV} == 9999 ]]; then

View File

@@ -21,7 +21,7 @@ RDEPEND="
media-plugins/gst-plugins-meta[mp3,ogg,flac]
dev-python/pykka[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
www-servers/tornado[${PYTHON_USEDEP}]
dev-python/tornado[${PYTHON_USEDEP}]
"
DEPEND="

View File

@@ -5,7 +5,7 @@ EAPI=8
inherit xdg
DESCRIPTION="Music player with a waveform progress bar (sound visualization like in audio editors)"
DESCRIPTION="Music player with a waveform progress bar (sound visualization)"
HOMEPAGE="https://nulloy.com"
NAME="nulloy-theme-night-v1.0"
@@ -40,7 +40,7 @@ src_prepare() {
if use skins ; then
eapply "${FILESDIR}"/add-dark-theme.patch
cp -r $WORKDIR/$NAME src/skins/night
cp -r "${WORKDIR}/${NAME}" src/skins/night
fi
default
@@ -64,10 +64,10 @@ src_configure() {
# because Portage does it when the install phase is run to be able
# to support the `splitdebug` and `installsources` FEATURES.
# See related issue https://bugs.gentoo.org/856292
echo "CONFIG += nostrip" >> $WORKDIR/$P/.qmake.cache
echo "CONFIG += nostrip" >> "${WORKDIR}/${P}/.qmake.cache"
}
src_install() {
emake INSTALL_ROOT="${D}" install
emake INSTALL_ROOT="${ED}" install
einstalldocs
}

View File

@@ -5,7 +5,7 @@ EAPI=8
inherit git-r3 xdg
DESCRIPTION="Music player with a waveform progress bar (sound visualization like in audio editors)"
DESCRIPTION="Music player with a waveform progress bar (sound visualization)"
HOMEPAGE="https://nulloy.com"
EGIT_REPO_URI="https://github.com/nulloy/nulloy"
@@ -39,7 +39,7 @@ src_unpack() {
if use skins ; then
EGIT_REPO_URI=https://gitlab.com/vitaly-zdanevich/nulloy-theme-night.git
EGIT_CHECKOUT_DIR=${WORKDIR}/night
EGIT_CHECKOUT_DIR="${WORKDIR}/night"
git-r3_src_unpack
fi
}
@@ -48,8 +48,8 @@ src_prepare() {
default
if use skins ; then
eapply $FILESDIR/add-dark-theme.patch
cp -r $WORKDIR/night src/skins
eapply "${FILESDIR}/add-dark-theme.patch"
cp -r "${WORKDIR}/night" src/skins
fi
}
@@ -71,10 +71,10 @@ src_configure() {
# because Portage does it when the install phase is run to be able
# to support the `splitdebug` and `installsources` FEATURES.
# See related issue https://bugs.gentoo.org/856292
echo "CONFIG += nostrip" >> $WORKDIR/$P/.qmake.cache
echo "CONFIG += nostrip" >> "${WORKDIR}/${P}/.qmake.cache"
}
src_install() {
emake INSTALL_ROOT="${D}" install
emake INSTALL_ROOT="${ED}" install
einstalldocs
}

View File

@@ -1 +1,2 @@
DIST mpv-youtube-upnext-20210620.tar.gz 380815 BLAKE2B 32871d77a2464b74016920c054752737b4368f3dc7c8cc02474b2a574e5d2b14468ff5b1d2dce7d91124e45d4f1f136cea6bd0c76202e6ef6a61eb77617ac374 SHA512 ed59fa9c81812fcb1816548b0486bc036a8c6f82fb05b71370836e22c8e9284ad0a16225a57d7e5a56517f864ad2a6b7cbe2a7a1803a130234d89bebf85f01f1
DIST mpv-youtube-upnext-20220922.tar.gz 381139 BLAKE2B 9eaad2d8aa423274a88aaab15aa1ead4ec24909f157bb270fd6a79908d213462fae3402ca632e4ad735fab47516ca1c4a092610ce9132a1e13fda9e00d735b8a SHA512 c8cf876493fafddd2754e6cd85571eb6ef44f36e8285cd90bf3ea1b040e9a9fc357bd024a78053932770f9502197db2300d6c6081db91a8630c730d05487161f

View File

@@ -0,0 +1,23 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
USE_MPV="rdepend"
MPV_REQ_USE="lua"
inherit mpv-plugin
COMMIT="753157433c10720fc6d95bd22319223447513abe"
MY_P="${PN}-${COMMIT}"
DESCRIPTION="A userscript that allows you to play \"up next\"/recommended youtube videos"
HOMEPAGE="https://github.com/cvzi/mpv-youtube-upnext"
SRC_URI="https://github.com/cvzi/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
KEYWORDS="~amd64"
S="${WORKDIR}/${MY_P}"
MPV_PLUGIN_FILES=( youtube-upnext.lua )

View File

@@ -22,7 +22,7 @@ MY_sky130_fd_sc_ms_REV=ae1b7f68821505cf2d93d9d44cce5ece22710fad
inherit check-reqs python-any-r1
DESCRIPTION="Open source process design kit for usage with SkyWater Technology Foundry's 130nm node"
DESCRIPTION="Process design kit for usage with SkyWater Technology Foundry's 130nm node"
HOMEPAGE="https://github.com/google/skywater-pdk"
SRC_URI="
https://github.com/google/skywater-pdk/archive/${MY_REV}.tar.gz -> ${P}.tar.gz

View File

@@ -34,8 +34,8 @@ RDEPEND="
dev-python/pyopenssl[${PYTHON_USEDEP}]
dev-python/pyparsing[${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]
>=www-servers/tornado-6.0[${PYTHON_USEDEP}]
<www-servers/tornado-7.0[${PYTHON_USEDEP}]
>=dev-python/tornado-6.0[${PYTHON_USEDEP}]
<dev-python/tornado-7.0[${PYTHON_USEDEP}]
')
dev-libs/openssl
>=sys-cluster/corosync-3.0

View File

@@ -31,8 +31,8 @@ RDEPEND="
dev-python/pycurl[${PYTHON_USEDEP}]
dev-python/pyparsing[${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]
>=www-servers/tornado-6.0[${PYTHON_USEDEP}]
<www-servers/tornado-7.0[${PYTHON_USEDEP}]
>=dev-python/tornado-6.0[${PYTHON_USEDEP}]
<dev-python/tornado-7.0[${PYTHON_USEDEP}]
dev-python/pyagentx[${PYTHON_USEDEP}]
dev-python/cryptography[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]