mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
python-idna: update to 2.9.
This commit is contained in:
parent
33a00fb653
commit
fcddbf283a
1 changed files with 5 additions and 6 deletions
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'python-idna'
|
||||
pkgname=python-idna
|
||||
version=2.8
|
||||
revision=2
|
||||
version=2.9
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="idna-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="idna"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python"
|
||||
short_desc="Internationalized Domain Names in Applications (IDNA) for Python2"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="https://github.com/kjd/idna"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/kjd/idna"
|
||||
changelog="https://raw.githubusercontent.com/kjd/idna/master/HISTORY.rst"
|
||||
distfiles="${PYPI_SITE}/i/idna/idna-${version}.tar.gz"
|
||||
checksum=c357b3f628cf53ae2c4c05627ecc484553142ca23264e593d327bcde5e9c3407
|
||||
checksum=7588d1c14ae4c77d74036e8c22ff447b26d0fde8f007354fd48a7814db15b7cb
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.rst
|
||||
|
@ -22,7 +22,6 @@ post_install() {
|
|||
python3-idna_package() {
|
||||
archs=noarch
|
||||
depends="python3"
|
||||
pycompile_module="idna"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
|
|
Loading…
Add table
Reference in a new issue