python-distribute: revbump; adding short_desc to subpkg
This commit is contained in:
parent
07a232e33f
commit
3b5e64c98f
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-distribute'
|
# Template file for 'python-distribute'
|
||||||
pkgname=python-distribute
|
pkgname=python-distribute
|
||||||
version=0.6.28
|
version=0.6.28
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="distribute-${version}"
|
wrksrc="distribute-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
python_versions="2 3"
|
python_versions="2 3"
|
||||||
|
@ -9,7 +9,7 @@ makedepends="python-devel python3-devel"
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
depends="python"
|
depends="python"
|
||||||
pycompile_module="pkg_resources.py easy_install.py site.py setuptools"
|
pycompile_module="pkg_resources.py easy_install.py site.py setuptools"
|
||||||
short_desc="A collection of extensions to the Python distutils"
|
short_desc="A collection of extensions to the Python distutils (python2)"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://pypi.python.org/pypi/distribute"
|
homepage="http://pypi.python.org/pypi/distribute"
|
||||||
license="PSF"
|
license="PSF"
|
||||||
|
@ -18,6 +18,7 @@ checksum=a42e897551aeb7600708f4aa6a0c02acb4458613976234b7d4fad7ae841a8d63
|
||||||
|
|
||||||
python3-distribute_package() {
|
python3-distribute_package() {
|
||||||
depends="python3"
|
depends="python3"
|
||||||
|
short_desc="${short_desc//python2/python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove /usr/lib/python3.3
|
vmove /usr/lib/python3.3
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue