python-typing: remove package
This commit is contained in:
parent
4c8fedc48c
commit
49779ad347
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue