mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
python3-tkinter: update to 3.8.1.
This commit is contained in:
parent
5f4f355bf6
commit
1e5a5e32ac
1 changed files with 4 additions and 5 deletions
|
@ -7,7 +7,7 @@
|
||||||
_desc="Python programming language"
|
_desc="Python programming language"
|
||||||
|
|
||||||
pkgname=python3-tkinter
|
pkgname=python3-tkinter
|
||||||
version=3.6.10
|
version=3.8.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="Python-${version}"
|
wrksrc="Python-${version}"
|
||||||
pycompile_dirs="
|
pycompile_dirs="
|
||||||
|
@ -22,11 +22,10 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
homepage="https://www.python.org"
|
homepage="https://www.python.org"
|
||||||
license="Python-2.0"
|
license="Python-2.0"
|
||||||
distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz"
|
distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz"
|
||||||
checksum=0a833c398ac8cd7c5538f7232d8531afef943c60495c504484f308dac3af40de
|
checksum=75894117f6db7051c1b34f37410168844bbb357c139a8a10a352e9bf8be594e8
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
# Ensure that internal copies of zlib, expat and libffi are not used.
|
# Ensure that internal copies of expat and libffi are not used.
|
||||||
rm -r Modules/zlib
|
|
||||||
rm -r Modules/expat
|
rm -r Modules/expat
|
||||||
rm -r Modules/_ctypes/{darwin,libffi}*
|
rm -r Modules/_ctypes/{darwin,libffi}*
|
||||||
}
|
}
|
||||||
|
@ -72,7 +71,7 @@ do_install() {
|
||||||
mv ${wrksrc}/${pkgname}-${version}-install/usr/lib/python${version%.*}/${lib} \
|
mv ${wrksrc}/${pkgname}-${version}-install/usr/lib/python${version%.*}/${lib} \
|
||||||
${DESTDIR}/usr/lib/python${version%.*}/
|
${DESTDIR}/usr/lib/python${version%.*}/
|
||||||
done
|
done
|
||||||
mv ${wrksrc}/${pkgname}-${version}-install/usr/${_libdir}/python${version%.*}/lib-dynload/_tkinter.cpython-*m*.so \
|
mv ${wrksrc}/${pkgname}-${version}-install/usr/${_libdir}/python${version%.*}/lib-dynload/_tkinter.cpython-*.so \
|
||||||
${DESTDIR}/usr/lib/python${version%.*}/lib-dynload/
|
${DESTDIR}/usr/lib/python${version%.*}/lib-dynload/
|
||||||
ln -sf idle${version%.*} ${DESTDIR}/usr/bin/idle3
|
ln -sf idle${version%.*} ${DESTDIR}/usr/bin/idle3
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue