* update python-fasteners to 0.19-4

This commit is contained in:
Alexander Baldeck 2024-12-04 07:23:30 +01:00
parent 5d75f9bc3f
commit 619a2b56e7
3 changed files with 23 additions and 1 deletions

View File

@ -0,0 +1,19 @@
pkgbase = python-fasteners
pkgdesc = A python package that provides useful locks.
pkgver = 0.19
pkgrel = 4
url = https://github.com/harlowja/fasteners
arch = any
license = Apache-2.0
checkdepends = python-eventlet
checkdepends = python-more-itertools
checkdepends = python-pytest
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python
source = python-fasteners-0.19.tar.gz::https://github.com/harlowja/fasteners/archive/0.19.tar.gz
sha512sums = 47db216ff5bad5c669ca2d9be0ee09feba4a3d55ed0eac8d3623bd3d112b0b87fb9019f8785d035ec32ad9fa9e4ae7d1c92a576c97eec29acc82711d7e71a465
pkgname = python-fasteners

View File

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

View File

@ -5,7 +5,7 @@
pkgname=python-fasteners
_name="${pkgname#python-}"
pkgver=0.19
pkgrel=3
pkgrel=4
pkgdesc="A python package that provides useful locks."
arch=(any)
url="https://github.com/harlowja/fasteners"