mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
python-typing: update to 3.5.3.0
This commit is contained in:
parent
4aeec17d4c
commit
1c49767cd9
1 changed files with 4 additions and 4 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'python-typing'
|
# Template file for 'python-typing'
|
||||||
pkgname=python-typing
|
pkgname=python-typing
|
||||||
version=3.5.2.2
|
version=3.5.3.0
|
||||||
revision=3
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="typing-${version}"
|
wrksrc="typing-${version}"
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
pycompile_module="typing.py"
|
pycompile_module="typing.py"
|
||||||
hostmakedepends="python-devel"
|
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.5/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=2bce34292653af712963c877f3085250a336738e64f99048d1b8509bebc4772f
|
checksum=ca2daac7e393e8ee86e9140cd0cf0172ff6bb50ebdf0b06281770f98f31bff21
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue