python3-idna: fix versioning in build
This commit is contained in:
parent
85cd680834
commit
31a7b27014
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'python3-idna'
|
# Template file for 'python3-idna'
|
||||||
pkgname=python3-idna
|
pkgname=python3-idna
|
||||||
version=3.4
|
version=3.4
|
||||||
revision=1
|
revision=2
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-flit_core"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
|
checkdepends="python3-pytest"
|
||||||
short_desc="Internationalized Domain Names in Applications (IDNA) for Python3"
|
short_desc="Internationalized Domain Names in Applications (IDNA) for Python3"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
|
|
Loading…
Reference in New Issue