mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-mypy: update to 1.0.0.
This commit is contained in:
parent
0ec7a53e26
commit
7de6905cd6
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-mypy'
|
# Template file for 'python3-mypy'
|
||||||
pkgname=python3-mypy
|
pkgname=python3-mypy
|
||||||
version=0.991
|
version=1.0.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
# fails in ci
|
# fails in ci
|
||||||
|
@ -16,10 +16,14 @@ license="MIT"
|
||||||
homepage="https://www.mypy-lang.org"
|
homepage="https://www.mypy-lang.org"
|
||||||
changelog="https://mypy-lang.blogspot.com"
|
changelog="https://mypy-lang.blogspot.com"
|
||||||
distfiles="${PYPI_SITE}/m/mypy/mypy-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/m/mypy/mypy-${version}.tar.gz"
|
||||||
checksum=3c0165ba8f354a6d9881809ef29f1a9318a236a6d81c690094c5df32107bde06
|
checksum=f34495079c8d9da05b183f9f7daec2878280c2ad7cc81da686ef0b484cea2ecf
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
make -C docs man
|
make -C docs man
|
||||||
vman docs/build/man/mypy.1
|
vman docs/build/man/mypy.1
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
||||||
|
rm -r ${DESTDIR}/${py3_sitelib}/mypy/test
|
||||||
|
rm -r ${DESTDIR}/${py3_sitelib}/mypyc/test
|
||||||
|
rm -r ${DESTDIR}/${py3_sitelib}/mypyc/test-data
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue