python-idna: remove

python 2
This commit is contained in:
classabbyamp 2023-10-11 17:32:01 -04:00 committed by classabbyamp
parent c68171acd4
commit ce602d3411
1 changed files with 0 additions and 18 deletions

View File

@ -1,18 +0,0 @@
# Template file for 'python-idna'
pkgname=python-idna
version=2.10
revision=1
build_style=python2-module
hostmakedepends="python-setuptools"
depends="python"
short_desc="Internationalized Domain Names in Applications (IDNA) for Python2"
maintainer="Orphaned <orphan@voidlinux.org>"
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=b307872f855b18632ce0c21c5e45be78c0ea7ae4c15c828c20788b26921eb3f6
post_install() {
vlicense LICENSE.rst
}