Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-semver
Commits:
4efc3612 by Jelle van der Waa at 2024-10-03T11:38:57+02:00
upgpkg: 3.0.2-3: stop generating unneeded coverage during build
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,12 +1,11 @@
pkgbase = python-semver
pkgdesc = Python helper for Semantic Versioning
pkgver = 3.0.2
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/python-semver/python-semver
arch = any
license = BSD
checkdepends = python-pytest
- checkdepends = python-pytest-cov
makedepends = git
makedepends = python-build
makedepends = python-installer
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=python-semver
pkgver=3.0.2
_commit=ec9348aefd8e9f287f451fcf2e837621a40e3ca4
-pkgrel=2
+pkgrel=3
pkgdesc="Python helper for Semantic Versioning"
url="https://github.com/python-semver/python-semver"
license=('BSD')
@@ -11,7 +11,7 @@ arch=('any')
depends=('python')
makedepends=('git' 'python-build' 'python-installer' 'python-setuptools'
'python-setuptools-scm'
'python-wheel')
-checkdepends=('python-pytest' 'python-pytest-cov')
+checkdepends=('python-pytest')
source=("git+https://github.com/python-semver/python-semver.git#commit=$_commit")
sha512sums=('SKIP')
@@ -22,7 +22,7 @@ build() {
check() {
cd python-semver
- pytest
+ pytest -o addopts=''
}
package() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-semver/-/commit/4efc36125ab15866a8db32e58a6801f110ba93a2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-semver/-/commit/4efc36125ab15866a8db32e58a6801f110ba93a2
You're receiving this email because of your account on gitlab.archlinux.org.