python-setuptools: added pycompile support for the 3.4 subpkg.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user