Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-apipkg
Commits:
b69789fd by Jelle van der Waa at 2023-12-27T09:23:23+01:00
Drop pytest-runner from checkdepends
pytest-runner is deprecated and we invoke pytest directly in this package.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,11 +1,11 @@
pkgbase = python-apipkg
pkgdesc = Namespace control and lazy-import mechanism
pkgver = 3.0.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pytest-dev/apipkg
arch = any
license = MIT
- checkdepends = python-pytest-runner
+ checkdepends = python-pytest
makedepends = git
makedepends = python-build
makedepends = python-installer
=====================================
PKGBUILD
=====================================
@@ -3,14 +3,14 @@
pkgname=python-apipkg
pkgver=3.0.2
_commit=9d3f894a53da084961aeb7e298c38f7d889b1cfc
-pkgrel=1
+pkgrel=2
pkgdesc="Namespace control and lazy-import mechanism"
arch=('any')
license=('MIT')
url="https://github.com/pytest-dev/apipkg"
depends=('python')
makedepends=('git' 'python-build' 'python-installer' 'python-hatchling'
'python-hatch-vcs')
-checkdepends=('python-pytest-runner')
+checkdepends=('python-pytest')
source=("git+https://github.com/pytest-dev/apipkg.git#commit=$_commit")
sha512sums=('SKIP')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-apipkg/-/commit/b69789fde55876e2bf6b4fadd6f4bd5cbcbb2956
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-apipkg/-/commit/b69789fde55876e2bf6b4fadd6f4bd5cbcbb2956
You're receiving this email because of your account on gitlab.archlinux.org.