Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f9e83cdff55b374d2f857be799b0d52779c6358a
commit f9e83cdff55b374d2f857be799b0d52779c6358a Author: PacMiam <[email protected]> Date: Tue Jan 21 13:34:28 2014 +0100 python-lockfile-0.9.1-1-i686 * New package diff --git a/source/devel-extra/python-lockfile/FrugalBuild b/source/devel-extra/python-lockfile/FrugalBuild new file mode 100644 index 0000000..c23542a --- /dev/null +++ b/source/devel-extra/python-lockfile/FrugalBuild @@ -0,0 +1,18 @@ +# Compiling Time: 0 SBU +# Maintainer: PacMiam <[email protected]> + +pkgname=python-lockfile +pkgver=0.9.1 +pkgrel=1 +pkgdesc="Platform-independent file locking module. The lockfile package exports a LockFile class which provides a simple API for locking files." + +groups=('devel-extra') +archs=('i686' 'x86_64') + +depends=() + +_F_archive_name=${pkgname/python-/} +_F_pypi_name=${pkgname/python-/} +Finclude pypi + +sha1sums=('9870cc7e7d4b23f0b6c39cf6ba597c87871ac6de') _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
