* update python-cerberus to 1.3.5-3

This commit is contained in:
Alexander Baldeck 2024-12-04 07:23:26 +01:00
parent ab7a8f6263
commit 74bb218453
3 changed files with 23 additions and 1 deletions

View File

@ -0,0 +1,19 @@
pkgbase = python-cerberus
pkgdesc = Lightweight, extensible schema and data validation tool for Python dictionaries
pkgver = 1.3.5
pkgrel = 3
url = https://github.com/pyeve/cerberus
arch = any
license = ISC
checkdepends = python-pytest
checkdepends = python-pytest-benchmark
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python
source = python-cerberus-1.3.5.tar.gz::https://github.com/pyeve/cerberus/archive/1.3.5.tar.gz
sha512sums = eaa91f229a009770a1750a51e82c34f06dffeebca7af7cafd5ba3a8529502326dd20af1ed7a60fd5e5ed28edb4b974712b1493aa1e330097a8e36ad70c5e4f23
b2sums = 1f7f1c6804702dea6ab31c3e278a4d769c80c898e786aa7c7f7df0bc212edf07c4026c5dd6adf7ecdcacfd596ec33c3493ec26c3de68bd8254fce56e6532fff7
pkgname = python-cerberus

View File

@ -0,0 +1,3 @@
[python-cerberus]
source = "git"
git = "https://github.com/pyeve/cerberus.git"

View File

@ -4,7 +4,7 @@
_name=cerberus
pkgname=python-cerberus
pkgver=1.3.5
pkgrel=2
pkgrel=3
pkgdesc="Lightweight, extensible schema and data validation tool for Python dictionaries"
url="https://github.com/pyeve/cerberus"
license=(ISC)