python-typing: update to 3.6.1
This commit is contained in:
parent
fc05e3fc39
commit
27ccd44cf2
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-typing'
|
# Template file for 'python-typing'
|
||||||
pkgname=python-typing
|
pkgname=python-typing
|
||||||
version=3.5.3.0
|
version=3.6.1
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="typing-${version}"
|
wrksrc="typing-${version}"
|
||||||
|
@ -10,10 +10,10 @@ hostmakedepends="python-devel"
|
||||||
depends="python"
|
depends="python"
|
||||||
short_desc="Backport of the typing module from Python 3.5+"
|
short_desc="Backport of the typing module from Python 3.5+"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://docs.python.org/3.5/library/typing.html"
|
homepage="https://docs.python.org/3/library/typing.html"
|
||||||
license="PSF"
|
license="PSF"
|
||||||
distfiles="${PYPI_SITE}/t/typing/typing-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/t/typing/typing-${version}.tar.gz"
|
||||||
checksum=ca2daac7e393e8ee86e9140cd0cf0172ff6bb50ebdf0b06281770f98f31bff21
|
checksum=c36dec260238e7464213dcd50d4b5ef63a507972f5780652e835d0228d0edace
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue