python-typing: remove package

This commit is contained in:
Michal Vasilek 2022-09-25 15:19:12 +02:00 committed by classabbyamp
parent 4c8fedc48c
commit 49779ad347
1 changed files with 0 additions and 18 deletions

View File

@ -1,18 +0,0 @@
# Template file for 'python-typing'
pkgname=python-typing
version=3.6.6
revision=2
wrksrc="typing-${version}"
build_style=python2-module
hostmakedepends="python-setuptools"
depends="python"
short_desc="Backport of the typing module from Python 3.5+"
maintainer="Alessio Sergi <al3hex@gmail.com>"
license="Python-2.0"
homepage="https://docs.python.org/3/library/typing.html"
distfiles="${PYPI_SITE}/t/typing/typing-${version}.tar.gz"
checksum=4027c5f6127a6267a435201981ba156de91ad0d1d98e9ddc2aa173453453492d
post_install() {
vlicense LICENSE
}