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


Commits:
a195b218 by David Runge at 2023-08-01T09:25:27+02:00
Use alphabetically sorted bash arrays with one entry per line for better 
handling

- - - - -
0434330d by David Runge at 2023-08-01T09:30:47+02:00
upgpkg: 1.4.1-1

Switch to upstream tarball for sources.

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -2,20 +2,38 @@
 
 _name=pytest-skip-markers
 pkgname=python-pytest-skip-markers
-pkgver=1.4.0
-pkgrel=3
+pkgver=1.4.1
+pkgrel=1
 pkgdesc="A Pytest plugin which implements a few useful skip markers"
 arch=(any)
 url="https://github.com/saltstack/pytest-skip-markers";
 license=(Apache)
-depends=(python python-attrs python-distro python-pytest)
-makedepends=(python-build python-installer python-setuptools 
python-setuptools-declarative-requirements python-setuptools-scm python-toml 
python-wheel)
-checkdepends=(python-pyfakefs python-pytest-subtests)
-source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-sha256sums=('1095c5d1103d77779cbe805ea8a7beeb3be6e46529778fb1ca72e4250cfa8ec2')
-b2sums=('eb90bc376cf26d5740c099331ae984dfcafb46e340fef406653967b865c9f9d26d6dcb3e68c4e40932b7bc43c09b67f9ae9bef1300a8719002e1f8ab59bb8acc')
+depends=(
+  python
+  python-attrs
+  python-distro
+  python-pytest
+)
+makedepends=(
+  python-build
+  python-installer
+  python-setuptools
+  python-setuptools-declarative-requirements
+  python-setuptools-scm
+  python-toml
+  python-wheel
+)
+checkdepends=(
+  python-pyfakefs
+  python-pytest-subtests
+)
+source=($_name-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz)
+sha256sums=('da52e203a5ac3a495544ee65312549d519a9abff20269d06c06369e33ca5dfa3')
+b2sums=('2abd097c529a6db51f36de6f5ac705da981e87196da4ccf99895b24277e9d4d717c80ebcf6b8d72959b7f76a10f23c2be11608c390845cca215472d2d4e99326')
 
 build() {
+  export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
   cd $_name-$pkgver
   python -m build --wheel --no-isolation
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-skip-markers/-/compare/95d3293beb9ff9a46b0435bc61f8b248d2ba97a1...0434330d70ec9295183a57420c8b3a697d5df530

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-skip-markers/-/compare/95d3293beb9ff9a46b0435bc61f8b248d2ba97a1...0434330d70ec9295183a57420c8b3a697d5df530
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to