python-setuptools: added pycompile support for the 3.4 subpkg.

This commit is contained in:
Juan RP 2014-06-18 11:50:00 +02:00
parent 726f2225a5
commit 1e9ab2cd6e

View file

@ -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"