Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / python-reactivex
Commits: 9c4441f2 by Maxime Gauduin at 2026-05-29T17:59:39+02:00 fix nvchecker - - - - - 2 changed files: - .nvchecker.toml - PKGBUILD Changes: ===================================== .nvchecker.toml ===================================== @@ -1,4 +1,3 @@ [python-reactivex] -source = "git" -git = "https://github.com/ReactiveX/RxPY.git" -prefix = "v" +source = "pypi" +pypi = "reactivex" ===================================== PKGBUILD ===================================== @@ -23,8 +23,7 @@ checkdepends=( python-pytest python-pytest-asyncio ) -_tag=7747af34f3e1fbac2496231e3c2edf56ff704051 -source=(git+https://github.com/ReactiveX/RxPY.git#tag=${_tag}) +source=(git+https://github.com/ReactiveX/RxPY.git#tag=v${pkgver}) b2sums=('57c85f61138790a7a2614d7e9520dc7ea3891a39c0f548fe3141fe4bce57c1a6e45cb62808b1723c904a68e4d5adb2b7131cc78576558775c98cff89f6f6884a') prepare() { @@ -33,14 +32,6 @@ prepare() { git cherry-pick -n 78f4a594ca2b0e27ad93ec0e1b1c0d56d5d6540d } -pkgver() { - cd RxPY - _version=$(git describe --tags | sed 's/^v//') - sed "s/0.0.0/${_version}/" -i pyproject.toml - echo "__version__ = \"${_version}\"" > reactivex/_version.py - echo ${_version} -} - build() { cd RxPY python -m build --wheel --no-isolation View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-reactivex/-/commit/9c4441f282652a145ad899b50ee4f6d1880135c4 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-reactivex/-/commit/9c4441f282652a145ad899b50ee4f6d1880135c4 You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
