mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
python3-idna: fix versioning in build
This commit is contained in:
parent
85cd680834
commit
31a7b27014
1 changed files with 4 additions and 3 deletions
|
@ -1,10 +1,11 @@
|
|||
# Template file for 'python3-idna'
|
||||
pkgname=python3-idna
|
||||
version=3.4
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
revision=2
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-flit_core"
|
||||
depends="python3"
|
||||
checkdepends="python3-pytest"
|
||||
short_desc="Internationalized Domain Names in Applications (IDNA) for Python3"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
license="BSD-3-Clause"
|
||||
|
|
Loading…
Add table
Reference in a new issue