Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-sortedcollections
Commits:
fa36049a by Jelle van der Waa at 2024-10-06T14:31:34+02:00
upgpkg: 2.1.0-4: drop python-pytest-cov checkdependency
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,12 +1,11 @@
pkgbase = python-sortedcollections
pkgdesc = Sorted Collections Library
pkgver = 2.1.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/grantjenks/python-sortedcollections
arch = any
license = Apache
checkdepends = python-pytest
- checkdepends = python-pytest-cov
makedepends = python-setuptools
depends = python
depends = python-sortedcontainers
=====================================
PKGBUILD
=====================================
@@ -3,14 +3,14 @@
_pyname=sortedcollections
pkgname=python-${_pyname}
pkgver=2.1.0
-pkgrel=3
+pkgrel=4
pkgdesc='Sorted Collections Library'
url='https://github.com/grantjenks/python-sortedcollections'
arch=('any')
license=('Apache')
depends=('python' 'python-sortedcontainers')
makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-cov')
+checkdepends=('python-pytest')
source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
sha512sums=('7cb95af1791ab8f8c99847c1b9e0b8c1e7cc7dfe8a9df5db8bb3c96ceb2f15d7351ab4ff081d037d34dbb6c3108f4b575ca22c9e9e911a727d31b9ba3bf975f6')
b2sums=('5de36155858dc055c9412ff410bd70b489aba292a2956216db95641e10dcb249b98e5c005c4d7c4fd00b25c3315c65b3f43f404737591632ac223a4045b775b5')
@@ -22,7 +22,7 @@ build() {
check() {
cd "${pkgname}-${pkgver}"
- PYTHONPATH="$PWD/build/lib" pytest
+ PYTHONPATH="$PWD/build/lib" pytest -o addopts=''
}
package() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sortedcollections/-/commit/fa36049ae7480036ba896974df243c69e9853bc6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sortedcollections/-/commit/fa36049ae7480036ba896974df243c69e9853bc6
You're receiving this email because of your account on gitlab.archlinux.org.