python-logilab-common: update to 1.1.0
This commit is contained in:
parent
7813af6828
commit
6c78577a84
@ -1,6 +1,6 @@
|
|||||||
# Template file for 'python-logilab-common'
|
# Template file for 'python-logilab-common'
|
||||||
pkgname=python-logilab-common
|
pkgname=python-logilab-common
|
||||||
version=1.0.2
|
version=1.1.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="logilab-common-${version}"
|
wrksrc="logilab-common-${version}"
|
||||||
@ -8,13 +8,13 @@ build_style=python-module
|
|||||||
python_versions="2.7 3.4"
|
python_versions="2.7 3.4"
|
||||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||||
depends="python-setuptools python-six"
|
depends="python-setuptools python-six"
|
||||||
pycompile_module="logilab"
|
pycompile_module="logilab/common"
|
||||||
short_desc="Collection of low-level Python2 modules used by Logilab projects"
|
short_desc="Collection of low-level Python2 modules used by Logilab projects"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="http://www.logilab.org/project/logilab-common"
|
homepage="http://www.logilab.org/project/logilab-common"
|
||||||
license="GPL-2, LGPL-2.1"
|
license="GPL-2, LGPL-2.1"
|
||||||
distfiles="${PYPI_SITE}/l/logilab-common/logilab-common-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/l/logilab-common/logilab-common-${version}.tar.gz"
|
||||||
checksum=3f847b36f6c03ffc8521ed61e691501c9713f8654964b90201f2056742d38300
|
checksum=9614fdddab90b1170d210c55f67f42584344b2a5fd6091fe4ac142069b08a4ad
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -f ${DESTDIR}/usr/bin/pytest
|
rm -f ${DESTDIR}/usr/bin/pytest
|
||||||
@ -26,7 +26,7 @@ python3.4-logilab-common_package() {
|
|||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python-setuptools python3.4-six"
|
depends="python-setuptools python3.4-six"
|
||||||
pycompile_version="3.4"
|
pycompile_version="3.4"
|
||||||
pycompile_module="logilab"
|
pycompile_module="logilab/common"
|
||||||
short_desc="${short_desc/Python2/Python3.4}"
|
short_desc="${short_desc/Python2/Python3.4}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/bin/pytest3
|
vmove usr/bin/pytest3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user