scons: update to 4.0.1.

Switch to Python3.
This commit is contained in:
Cameron Nemo 2020-08-23 19:40:23 -07:00 committed by Đoàn Trần Công Danh
parent c9b87600a7
commit 5be88dc498

View file

@ -1,20 +1,19 @@
# Template file for 'scons' # Template file for 'scons'
pkgname=scons pkgname=scons
reverts="4.0.1_1" version=4.0.1
version=3.1.2 revision=2
revision=4 wrksrc="SCons-${version}"
build_style=python2-module build_style=python3-module
make_install_args="--standard-lib --install-data=/usr/share" hostmakedepends="python3 python3-setuptools"
hostmakedepends="python python-setuptools" depends="python3"
depends="python"
short_desc="Software construction tool" short_desc="Software construction tool"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT" license="MIT"
homepage="https://www.scons.org/" homepage="https://www.scons.org/"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz" distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum="7801f3f62f654528e272df780be10c0e9337e897650b62ddcee9f39fde13f8fb" checksum=722ed104b5c624ecdc89bd4e02b094d2b14d99d47b5d0501961e47f579a2007c
post_install() { post_install() {
vlicense LICENSE.txt vlicense LICENSE
} }