python-setuptools: added pycompile support for the 3.4 subpkg.
This commit is contained in:
parent
726f2225a5
commit
1e9ab2cd6e
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python-setuptools'
|
||||
pkgname=python-setuptools
|
||||
version=5.1
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="setuptools-${version}"
|
||||
build_style=python-module
|
||||
hostmakedepends="python-devel python3.4-devel"
|
||||
|
@ -27,6 +27,8 @@ post_install() {
|
|||
python3.4-setuptools_package() {
|
||||
noarch="yes"
|
||||
depends="python3.4"
|
||||
pycompile_version="3.4"
|
||||
pycompile_module="easy_install.py pkg_resources.py _markerlib setuptools"
|
||||
short_desc="${short_desc//Python2/Python3.4}"
|
||||
provides="python3-distribute-${version}_1"
|
||||
replaces="python3-distribute>=0"
|
||||
|
|
Loading…
Reference in New Issue