python-pretend: drop noarch
This commit is contained in:
parent
e4e4cf1ff3
commit
55e2686b32
1 changed files with 1 additions and 4 deletions
|
@ -1,11 +1,9 @@
|
||||||
# Template file for 'python-pretend'
|
# Template file for 'python-pretend'
|
||||||
pkgname=python-pretend
|
pkgname=python-pretend
|
||||||
version=1.0.9
|
version=1.0.9
|
||||||
revision=2
|
revision=3
|
||||||
archs=noarch
|
|
||||||
wrksrc="pretend-${version}"
|
wrksrc="pretend-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="pretend"
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python"
|
depends="python"
|
||||||
short_desc="Make stubbing with Python2 easier"
|
short_desc="Make stubbing with Python2 easier"
|
||||||
|
@ -22,7 +20,6 @@ post_install() {
|
||||||
|
|
||||||
python3-pretend_package() {
|
python3-pretend_package() {
|
||||||
depends="python3"
|
depends="python3"
|
||||||
pycompile_module="pretend"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3*
|
vmove usr/lib/python3*
|
||||||
|
|
Loading…
Reference in a new issue