mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
python3-fasteners: update to 0.17.2.
This commit is contained in:
parent
86d0d2c0f7
commit
27451eff7a
1 changed files with 5 additions and 6 deletions
|
@ -1,14 +1,13 @@
|
||||||
# Template file for 'python3-fasteners'
|
# Template file for 'python3-fasteners'
|
||||||
pkgname=python3-fasteners
|
pkgname=python3-fasteners
|
||||||
version=0.16.3
|
version=0.17.2
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="fasteners-${version}"
|
wrksrc="fasteners-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3 python3-wheel"
|
||||||
depends="python3-six"
|
|
||||||
short_desc="Python3 package that provides useful locks"
|
short_desc="Python3 package that provides useful locks"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://pypi.org/project/fasteners/"
|
homepage="https://pypi.org/project/fasteners/"
|
||||||
distfiles="${PYPI_SITE}/f/fasteners/fasteners-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/f/fasteners/fasteners-${version}.tar.gz"
|
||||||
checksum=b1ab4e5adfbc28681ce44b3024421c4f567e705cc3963c732bf1cba3348307de
|
checksum=2aceacb2bd618ce8526676f7a3e84ea25d0165ef10abb574a45b4a9c07292d2e
|
||||||
|
|
Loading…
Add table
Reference in a new issue