mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
python-logilab-common: update to 1.0.2
This commit is contained in:
parent
cbc77209ed
commit
c4476dbc81
1 changed files with 4 additions and 4 deletions
|
@ -1,20 +1,20 @@
|
||||||
# Template file for 'python-logilab-common'
|
# Template file for 'python-logilab-common'
|
||||||
pkgname=python-logilab-common
|
pkgname=python-logilab-common
|
||||||
version=1.0.1
|
version=1.0.2
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="logilab-common-${version}"
|
wrksrc="logilab-common-${version}"
|
||||||
build_style=python-module
|
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-six"
|
depends="python-setuptools python-six"
|
||||||
pycompile_module="logilab"
|
pycompile_module="logilab"
|
||||||
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=e031701efd2ff26f36ede7dbfcd82d639d6e7ac261ef286dc6cac1eaf8ab7d63
|
checksum=3f847b36f6c03ffc8521ed61e691501c9713f8654964b90201f2056742d38300
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -f ${DESTDIR}/usr/bin/pytest
|
rm -f ${DESTDIR}/usr/bin/pytest
|
||||||
|
@ -24,7 +24,7 @@ post_install() {
|
||||||
|
|
||||||
python3.4-logilab-common_package() {
|
python3.4-logilab-common_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python3.4-six"
|
depends="python-setuptools python3.4-six"
|
||||||
pycompile_version="3.4"
|
pycompile_version="3.4"
|
||||||
pycompile_module="logilab"
|
pycompile_module="logilab"
|
||||||
short_desc="${short_desc/Python2/Python3.4}"
|
short_desc="${short_desc/Python2/Python3.4}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue