asciinema: rebuild for Python 3.5
Switch to python3-module. Switch to python3-* pkgs.
This commit is contained in:
parent
7937105ec0
commit
57b1fb4d19
|
@ -1,13 +1,11 @@
|
||||||
# Template file for 'asciinema'
|
# Template file for 'asciinema'
|
||||||
pkgname=asciinema
|
pkgname=asciinema
|
||||||
version=1.3.0
|
version=1.3.0
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python-module
|
build_style=python3-module
|
||||||
python_versions="3.4" # Python >= 3 required time of writing
|
|
||||||
pycompile_version="3.4"
|
|
||||||
pycompile_module="asciinema"
|
pycompile_module="asciinema"
|
||||||
hostmakedepends="python3.4-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="${hostmakedepends}"
|
depends="${hostmakedepends}"
|
||||||
short_desc="Record and share your terminal sessions, the right way"
|
short_desc="Record and share your terminal sessions, the right way"
|
||||||
maintainer="Toyam Cox <Vaelatern@gmail.com>"
|
maintainer="Toyam Cox <Vaelatern@gmail.com>"
|
||||||
|
|
Loading…
Reference in New Issue