python-lockfile: update to 0.11.0
This commit is contained in:
parent
e1dea219c4
commit
acabfe27ff
1 changed files with 5 additions and 5 deletions
|
@ -1,21 +1,21 @@
|
||||||
# Template file for 'python-lockfile'
|
# Template file for 'python-lockfile'
|
||||||
pkgname=python-lockfile
|
pkgname=python-lockfile
|
||||||
version=0.10.2
|
version=0.11.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="lockfile-${version}"
|
wrksrc="lockfile-${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 python-pbr python3.4-pbr"
|
hostmakedepends="python-setuptools python3.4-setuptools python-pbr python3.4-pbr"
|
||||||
makedepends="${hostmakedepends}"
|
makedepends="python-pbr python3.4-pbr"
|
||||||
depends="python"
|
depends="python"
|
||||||
pycompile_module="lockfile"
|
pycompile_module="lockfile"
|
||||||
short_desc="Platform-independent file locking module (Python2)"
|
short_desc="Platform-independent file locking module (Python2)"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="https://github.com/smontanaro/pylockfile/"
|
homepage="https://pypi.python.org/pypi/lockfile"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="${PYPI_SITE}/l/lockfile/lockfile-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/l/lockfile/lockfile-${version}.tar.gz"
|
||||||
checksum=9e42252f17d1dd89ee31745e0c4fbe58862c25147eb0ef5295c9cd9bcb4ea2c1
|
checksum=eed7e0c829135aaaf2a9df83652bc6e2cc50175d933741c25aac0394674e7fd3
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
@ -29,6 +29,6 @@ python3.4-lockfile_package() {
|
||||||
short_desc="${short_desc/Python2/Python3.4}"
|
short_desc="${short_desc/Python2/Python3.4}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3.4
|
vmove usr/lib/python3.4
|
||||||
vlicense ${wrksrc}/LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue