Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
feeluown-ytmusic
Commits:
21814b52 by Felix Yan at 2026-03-03T04:51:07+08:00
upgpkg: 0.4.15-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = feeluown-ytmusic
pkgdesc = YouTube Music for FeelUOwn music player
- pkgver = 0.4.14
+ pkgver = 0.4.15
pkgrel = 1
url = https://github.com/feeluown/feeluown-ytmusic
arch = any
@@ -20,7 +20,7 @@ pkgbase = feeluown-ytmusic
depends = python-ytmusicapi
depends = yt-dlp
optdepends = feeluown-netease: Lyric source
- source =
git+https://github.com/feeluown/feeluown-ytmusic.git#tag=v0.4.14
- sha256sums =
ef57859b1785638254253e71dd0485acb85b2eea6f66885922eea2d29dfa2842
+ source =
git+https://github.com/feeluown/feeluown-ytmusic.git#tag=v0.4.15
+ sha256sums =
7832d6d03bd8e4df6cd40da03f969d5362b9e999dfd5aa64647db1ced9961b0e
pkgname = feeluown-ytmusic
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_name=fuo-ytmusic
pkgname=feeluown-ytmusic
-pkgver=0.4.14
+pkgver=0.4.15
pkgrel=1
pkgdesc="YouTube Music for FeelUOwn music player"
arch=('any')
@@ -16,7 +16,12 @@ checkdepends=('python-pytest')
optdepends=('feeluown-netease: Lyric source')
groups=('feeluown-full')
source=("git+https://github.com/feeluown/feeluown-ytmusic.git#tag=v$pkgver")
-sha256sums=('ef57859b1785638254253e71dd0485acb85b2eea6f66885922eea2d29dfa2842')
+sha256sums=('7832d6d03bd8e4df6cd40da03f969d5362b9e999dfd5aa64647db1ced9961b0e')
+
+prepare() {
+ cd $pkgname
+ sed -i '/provider.setup_http_proxy/d'
manual_tests/profile_switch_test.py
+}
build() {
cd $pkgname
@@ -24,11 +29,10 @@ build() {
}
check() {
- local pytest_options=(
- -vv
- )
cd $pkgname
- pytest "${pytest_options[@]}"
+ python -m venv --system-site-packages test-env
+ test-env/bin/python -m installer dist/*.whl
+ test-env/bin/python -m pytest -vv
}
package() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/feeluown-ytmusic/-/commit/21814b528e35272bb1c28147de130a2914ce1fa0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/feeluown-ytmusic/-/commit/21814b528e35272bb1c28147de130a2914ce1fa0
You're receiving this email because of your account on gitlab.archlinux.org.