python-cram: fix alternatives

This commit is contained in:
Alessio Sergi 2018-05-24 19:45:02 +02:00
parent 54ff17782d
commit ede88b6511

View file

@ -1,25 +1,25 @@
# Template file for 'python-cram' # Template file for 'python-cram'
pkgname=python-cram pkgname=python-cram
version=0.7 version=0.7
revision=1 revision=2
noarch=yes
wrksrc="cram-${version}" wrksrc="cram-${version}"
build_style=python-module build_style=python-module
pycompile_module="cram" pycompile_module="cram"
hostmakedepends="python-setuptools python3-setuptools" hostmakedepends="python-setuptools python3-setuptools"
depends="python" depends="python"
short_desc="Simple testing framework in Python2 for commandline applications" short_desc="Simple testing framework for commandline applications (Python2)"
maintainer="maxice8 <thinkabit.ukim@gmail.com>" maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="GPL-2" license="GPL-2"
homepage="https://bitheap.org/cram/" homepage="https://bitheap.org/cram/"
distfiles="${PYPI_SITE}/c/cram/cram-${version}.tar.gz" distfiles="${PYPI_SITE}/c/cram/cram-${version}.tar.gz"
checksum=7da7445af2ce15b90aad5ec4792f857cef5786d71f14377e9eb994d8b8337f2f checksum=7da7445af2ce15b90aad5ec4792f857cef5786d71f14377e9eb994d8b8337f2f
alternatives="python-cram:cram:/usr/bin/cram2" alternatives="cram:cram:/usr/bin/cram2"
noarch=yes
python3-cram_package() { python3-cram_package() {
noarch=yes noarch=yes
pycompile_module="cram" pycompile_module="cram"
alternatives="python-cram:cram:/usr/bin/cram3" alternatives="cram:cram:/usr/bin/cram3"
short_desc="${short_desc/Python2/Python3}" short_desc="${short_desc/Python2/Python3}"
depends="python3" depends="python3"
pkg_install() { pkg_install() {