void-packages/srcpkgs/python-lockfile/template

35 lines
988 B
Plaintext
Raw Normal View History

2013-10-02 16:07:31 +00:00
# Template file for 'python-lockfile'
pkgname=python-lockfile
version=0.9.1
revision=3
noarch=yes
2013-10-02 16:07:31 +00:00
wrksrc="lockfile-${version}"
build_style=python-module
2014-06-19 05:52:40 +00:00
python_versions="2.7 3.4"
hostmakedepends="python-devel python3.4-devel"
makedepends="${hostmakedepends}"
depends="python"
pycompile_module="lockfile"
short_desc="Platform-independent file locking module (Python2)"
2013-10-02 16:07:31 +00:00
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="https://github.com/smontanaro/pylockfile/"
2013-10-02 16:07:31 +00:00
license="MIT"
distfiles="https://pypi.python.org/packages/source/l/lockfile/lockfile-${version}.tar.gz"
checksum=23da589c91f59cb7c644d5ce5df539d448341bd479917d6dde973f82e2719147
2014-06-19 05:52:40 +00:00
post_install() {
vinstall LICENSE 644 usr/share/licenses/${pkgname}
}
2014-06-19 05:52:40 +00:00
python3.4-lockfile_package() {
noarch=yes
2014-06-19 05:52:40 +00:00
pycompile_version="3.4"
pycompile_module="lockfile"
depends="python3.4"
short_desc="${short_desc/Python2/Python3.4}"
2014-06-19 05:52:40 +00:00
pkg_install() {
vmove usr/lib/python3.4
vinstall ${wrksrc}/LICENSE 644 usr/share/licenses/${pkgname}
2014-06-19 05:52:40 +00:00
}
}