* update python-boolean.py to 4.0-4
This commit is contained in:
parent
7756fa818c
commit
ab7a8f6263
17
python/python-boolean.py/.SRCINFO
Normal file
17
python/python-boolean.py/.SRCINFO
Normal 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
|
4
python/python-boolean.py/.nvchecker.toml
Normal file
4
python/python-boolean.py/.nvchecker.toml
Normal file
@ -0,0 +1,4 @@
|
||||
["python-boolean.py"]
|
||||
source = "git"
|
||||
git = "https://github.com/bastikr/boolean.py.git"
|
||||
prefix = "v"
|
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user