From 68f4c3a927ea8ce915db1cc87ea0aaf2cd87accc Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 2 Oct 2013 18:07:31 +0200 Subject: [PATCH] New package: python-lockfile-0.9.1. --- srcpkgs/python-lockfile/template | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 srcpkgs/python-lockfile/template diff --git a/srcpkgs/python-lockfile/template b/srcpkgs/python-lockfile/template new file mode 100644 index 00000000000..9b6e0eb44ef --- /dev/null +++ b/srcpkgs/python-lockfile/template @@ -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 " +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 + } +}