mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
python-setuptools: added pycompile support for the 3.4 subpkg.
This commit is contained in:
parent
726f2225a5
commit
1e9ab2cd6e
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-setuptools'
|
# Template file for 'python-setuptools'
|
||||||
pkgname=python-setuptools
|
pkgname=python-setuptools
|
||||||
version=5.1
|
version=5.1
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="setuptools-${version}"
|
wrksrc="setuptools-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-devel python3.4-devel"
|
hostmakedepends="python-devel python3.4-devel"
|
||||||
|
@ -27,6 +27,8 @@ post_install() {
|
||||||
python3.4-setuptools_package() {
|
python3.4-setuptools_package() {
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
depends="python3.4"
|
depends="python3.4"
|
||||||
|
pycompile_version="3.4"
|
||||||
|
pycompile_module="easy_install.py pkg_resources.py _markerlib setuptools"
|
||||||
short_desc="${short_desc//Python2/Python3.4}"
|
short_desc="${short_desc//Python2/Python3.4}"
|
||||||
provides="python3-distribute-${version}_1"
|
provides="python3-distribute-${version}_1"
|
||||||
replaces="python3-distribute>=0"
|
replaces="python3-distribute>=0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue