New package: python-lockfile-0.9.1.
This commit is contained in:
parent
73dbca1379
commit
68f4c3a927
1 changed files with 22 additions and 0 deletions
22
srcpkgs/python-lockfile/template
Normal file
22
srcpkgs/python-lockfile/template
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Template file for 'python-lockfile'
|
||||
pkgname=python-lockfile
|
||||
version=0.9.1
|
||||
wrksrc="lockfile-${version}"
|
||||
revision=1
|
||||
build_style=python-module
|
||||
makedepends="python"
|
||||
short_desc="Platform-independent file locking module for python"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://code.google.com/p/pylockfile/"
|
||||
license="MIT"
|
||||
distfiles="https://pypi.python.org/packages/source/l/lockfile/lockfile-${version}.tar.gz"
|
||||
checksum=23da589c91f59cb7c644d5ce5df539d448341bd479917d6dde973f82e2719147
|
||||
|
||||
python-lockfile_package() {
|
||||
depends="${makedepends}"
|
||||
noarch="yes"
|
||||
pycompile_module="lockfile"
|
||||
pkg_install() {
|
||||
vmove all
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue