David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
python-pytest-xprocess


Commits:
97948986 by David Runge at 2023-09-24T01:28:21+02:00
upgpkg: 0.23.0-1

Switch to upstream provided tarball.
Use alphabetically sorted bash arrays with one entry per line for better 
handling and overview.

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -4,21 +4,31 @@
 
 _name=pytest-xprocess
 pkgname=python-pytest-xprocess
-pkgver=0.22.2
-pkgrel=2
+pkgver=0.23.0
+pkgrel=1
 pkgdesc='Pytest plugin to manage external processes across test runs.'
 arch=(any)
 url="https://github.com/pytest-dev/pytest-xprocess";
 license=(MIT)
-depends=(python-psutil python-py python-pytest)
-makedepends=(python-build python-installer python-setuptools-scm python-wheel)
-source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-sha512sums=('2051be110dfda8063c31bb9555bff569f5d7a1332a62f8ce57fd799dfc7d8551ba1227df12f44fccc1ec62d9fcc0face104a77c9c5cc1abb583b74cd1d8a9ff7')
-b2sums=('07b9fdfea2ecd3d3aaf4115c2f7ecd41c864b4490694cedc54460d0f16397ebdda0ac88fd9bd1613dcaec1cb9c36571b8ab2febc8d151f8f6c4e19fe3abd0821')
+depends=(
+  python
+  python-psutil
+  python-py
+  python-pytest
+)
+makedepends=(
+  python-build
+  python-installer
+  python-setuptools-scm
+  python-wheel
+)
+source=($_name-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz)
+sha512sums=('80b577257413ed1bc4e7799d9c6b90f05a7ff318c273a9c7be902bc996cb99e383ad93e145eb1eabdff23a0d47b7c26174e81fd1933753f53de81816798a05ed')
+b2sums=('a0494be4d5fd7a8600f7b496dad6d3beefb81e56ff30796d36b8514bf2da74bd014c5bbe757081dfec6cbdc4360425231cf66d6a73565097fbd4c17b10011030')
 
 build() {
   cd $_name-$pkgver
-  python -m build --wheel --no-isolation
+  SETUPTOOLS_SCM_PRETEND_VERSION="$pkgver" python -m build --wheel 
--no-isolation
 }
 
 check() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-xprocess/-/commit/9794898651ce235868d845617e72d0206fd1e610

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-xprocess/-/commit/9794898651ce235868d845617e72d0206fd1e610
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to