mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
python3-six: update to 1.17.0.
This commit is contained in:
parent
277a8ef5e4
commit
d51a77085c
1 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'python3-six'
|
||||
pkgname=python3-six
|
||||
version=1.16.0
|
||||
revision=5
|
||||
build_style=python3-module
|
||||
version=1.17.0
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3"
|
||||
checkdepends="python3-pytest"
|
||||
|
@ -12,7 +12,7 @@ license="MIT"
|
|||
homepage="https://github.com/benjaminp/six"
|
||||
changelog="https://raw.githubusercontent.com/benjaminp/six/master/CHANGES"
|
||||
distfiles="${PYPI_SITE}/s/six/six-${version}.tar.gz"
|
||||
checksum=1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926
|
||||
checksum=ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue