mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
python3-tornado: update to 6.2
This commit is contained in:
parent
f52bd183be
commit
46545fb664
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-tornado'
|
# Template file for 'python3-tornado'
|
||||||
pkgname=python3-tornado
|
pkgname=python3-tornado
|
||||||
version=6.1
|
version=6.2
|
||||||
revision=4
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
makedepends="python3-devel"
|
makedepends="python3-devel"
|
||||||
|
@ -11,7 +11,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="http://www.tornadoweb.org/"
|
homepage="http://www.tornadoweb.org/"
|
||||||
distfiles="${PYPI_SITE}/t/tornado/tornado-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/t/tornado/tornado-${version}.tar.gz"
|
||||||
checksum=33c6e81d7bd55b468d2e793517c909b139960b6c790a60b7991b9b6b76fb9791
|
checksum=9b630419bde84ec666bfd7ea0a4cb2a8a651c2d5cccdbdd1972a0c859dfc3c13
|
||||||
|
make_check=no # tests failing, already with 6.1
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
# use system ca-certificates
|
# use system ca-certificates
|
||||||
|
|
Loading…
Add table
Reference in a new issue