Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-typeguard
Commits:
a9216c4a by Jelle van der Waa at 2024-11-16T15:09:08+01:00
upgpkg: 4.3.0-2: Rebuild for Python 3.13
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,11 +1,10 @@
pkgbase = python-typeguard
pkgdesc = Run-time type checker for Python
pkgver = 4.3.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/agronholm/typeguard
arch = any
license = MIT
- checkdepends = mypy
checkdepends = python-pytest
makedepends = git
makedepends = python-build
=====================================
PKGBUILD
=====================================
@@ -3,14 +3,14 @@
pkgname=python-typeguard
pkgver=4.3.0
-pkgrel=1
+pkgrel=2
pkgdesc="Run-time type checker for Python"
url="https://github.com/agronholm/typeguard"
license=('MIT')
arch=('any')
depends=('python-typing_extensions')
makedepends=('git' 'python-build' 'python-installer' 'python-setuptools-scm'
'python-wheel')
-checkdepends=('mypy' 'python-pytest')
+checkdepends=('python-pytest')
source=("git+https://github.com/agronholm/typeguard.git#tag=$pkgver")
b2sums=('3a682bd34fffe73c0ed93a2884874f47cb9172aced2ed3e9b4f63806ad60b5fa0f96842e49baa53773f42f5b4be27fc5b46f90b59323f4d40d7dbb95704d6364')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-typeguard/-/commit/a9216c4a167fbdeb35f1e2db9b280c58b45443ca
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-typeguard/-/commit/a9216c4a167fbdeb35f1e2db9b280c58b45443ca
You're receiving this email because of your account on gitlab.archlinux.org.