mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
python3-tokenize-rt: update to 5.0.0.
This commit is contained in:
parent
b958122276
commit
571f676436
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python3-tokenize-rt'
|
||||
pkgname=python3-tokenize-rt
|
||||
version=4.1.0
|
||||
revision=3
|
||||
version=5.0.0
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3"
|
||||
|
@ -11,8 +11,8 @@ maintainer="k4leg <python.bogdan@gmail.com>"
|
|||
license="MIT"
|
||||
homepage="https://pypi.org/project/tokenize-rt"
|
||||
# Don't use PyPI because tests are missing.
|
||||
distfiles="https://github.com/asottile/tokenize-rt/archive/v${version}.tar.gz"
|
||||
checksum=7043d391eae7e6ab3e2e69ab2995b4d9873f56805a55d2ba2db128f468efbace
|
||||
distfiles="https://github.com/asottile/tokenize-rt/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=8e010b7e2f23dc1c1299da86ebb77ae9fdb07291dbabb6f03327d4012173c4ce
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue