* update python-lexicon to 2.0.1-4

This commit is contained in:
Alexander Baldeck 2024-12-04 07:23:35 +01:00
parent f19848cafa
commit e044452cf1
3 changed files with 19 additions and 1 deletions

View File

@ -0,0 +1,14 @@
pkgbase = python-lexicon
pkgdesc = Powerful dict subclass(es) with aliasing & attribute access
pkgver = 2.0.1
pkgrel = 4
url = https://github.com/bitprophet/lexicon
arch = any
license = BSD
checkdepends = python-pytest-relaxed
makedepends = python-setuptools
depends = python
source = https://github.com/bitprophet/lexicon/archive/2.0.1/python-lexicon-2.0.1.tar.gz
sha512sums = ce63ca85d823851c757c4e7292f4e7d6d6a7714bd48ef4df1a6f792ecf03965ea89aa09f81411128e8e734d72e6dd062a8afb03602c2511be951756216c823ec
pkgname = python-lexicon

View File

@ -0,0 +1,4 @@
[python-lexicon]
source = "git"
git = "https://github.com/bitprophet/lexicon.git"
prefix = "v"

View File

@ -3,7 +3,7 @@
pkgname=python-lexicon
pkgver=2.0.1
pkgrel=3
pkgrel=4
pkgdesc="Powerful dict subclass(es) with aliasing & attribute access"
url="https://github.com/bitprophet/lexicon"
license=('BSD')