mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
python3-async-lru: update to 2.0.5.
This commit is contained in:
parent
44112b0641
commit
3ce34f9cb2
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-async-lru'
|
# Template file for 'python3-async-lru'
|
||||||
pkgname=python3-async-lru
|
pkgname=python3-async-lru
|
||||||
version=2.0.4
|
version=2.0.5
|
||||||
revision=3
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-wheel"
|
hostmakedepends="python3-wheel"
|
||||||
depends="python3-typing_extensions"
|
depends="python3-typing_extensions"
|
||||||
|
@ -12,8 +12,8 @@ maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/aio-libs/async-lru"
|
homepage="https://github.com/aio-libs/async-lru"
|
||||||
changelog="https://raw.githubusercontent.com/aio-libs/async-lru/master/CHANGES.rst"
|
changelog="https://raw.githubusercontent.com/aio-libs/async-lru/master/CHANGES.rst"
|
||||||
distfiles="${PYPI_SITE}/a/async-lru/async-lru-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/a/async-lru/async_lru-${version}.tar.gz"
|
||||||
checksum=b8a59a5df60805ff63220b2a0c5b5393da5521b113cd5465a44eb037d81a5627
|
checksum=481d52ccdd27275f42c43a928b4a50c3bfb2d67af4e78b170e3e0bb39c66e5bb
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue