* update python-boolean.py to 4.0-4

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

View File

@ -0,0 +1,17 @@
pkgbase = python-boolean.py
pkgdesc = Implements boolean algebra in one module
pkgver = 4.0
pkgrel = 4
url = https://github.com/bastikr/boolean.py
arch = any
license = BSD-2-Clause
checkdepends = python-pytest
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python
source = boolean.py-4.0.tar.gz::https://github.com/bastikr/boolean.py/archive/refs/tags/v4.0.tar.gz
b2sums = 68e183c670684d2f92ad94f2b88616c932c2a85db40fa1a2552bc60c9bf03999bb456e0a91623afba2af4f2c89ef6cacf0c6f0267ac55aadcf02e67c8324c8f6
pkgname = python-boolean.py

View File

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

View File

@ -7,7 +7,7 @@
pkgname='python-boolean.py'
_name="${pkgname#python-}"
pkgver=4.0
pkgrel=3
pkgrel=4
pkgdesc='Implements boolean algebra in one module'
arch=(any)
url='https://github.com/bastikr/boolean.py'