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'
|
# Template file for 'python3-six'
|
||||||
pkgname=python3-six
|
pkgname=python3-six
|
||||||
version=1.16.0
|
version=1.17.0
|
||||||
revision=5
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
checkdepends="python3-pytest"
|
checkdepends="python3-pytest"
|
||||||
|
@ -12,7 +12,7 @@ license="MIT"
|
||||||
homepage="https://github.com/benjaminp/six"
|
homepage="https://github.com/benjaminp/six"
|
||||||
changelog="https://raw.githubusercontent.com/benjaminp/six/master/CHANGES"
|
changelog="https://raw.githubusercontent.com/benjaminp/six/master/CHANGES"
|
||||||
distfiles="${PYPI_SITE}/s/six/six-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/s/six/six-${version}.tar.gz"
|
||||||
checksum=1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926
|
checksum=ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue