[arch-commits] Commit in python2-lockfile/repos/community-any (PKGBUILD PKGBUILD)

Thorsten Töpper ttoepper at archlinux.org
Sun Sep 28 18:20:26 UTC 2014


    Date: Sunday, September 28, 2014 @ 20:20:26
  Author: ttoepper
Revision: 119708

archrelease: copy trunk to community-any

Added:
  python2-lockfile/repos/community-any/PKGBUILD
    (from rev 119707, python2-lockfile/trunk/PKGBUILD)
Deleted:
  python2-lockfile/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   55 ++++++++++++++++++++++++++++---------------------------
 1 file changed, 28 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-28 18:20:22 UTC (rev 119707)
+++ PKGBUILD	2014-09-28 18:20:26 UTC (rev 119708)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper <atsutane-tu at freethoughts.de>
-# Contributor: miles g <miles at milesgroman.com>
-# Contributor: Pierre Bourdon <delroth at gmail.com>
-
-pkgname=python2-lockfile
-_pkgsrcname=lockfile
-pkgver=0.9.1
-pkgrel=2
-pkgdesc="Platform-independent file locking module"
-license=("MIT")
-url="http://code.google.com/p/pylockfile/"
-depends=('python2')
-#Fallback: No release tags at github: https://github.com/smontanaro/pylockfile/issues/9
-source=("https://pypi.python.org/packages/source/l/lockfile/${_pkgsrcname}-${pkgver}.tar.gz")
-arch=('any')
-options=(!emptydirs)
-md5sums=('ce61468d4c1263e3005737bbed2641f0')
-
-package() {
-  cd ${srcdir}/${_pkgsrcname}-${pkgver}
-  python2 setup.py install --optimize=1 --root=${pkgdir}
-  
-  install -Dm 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python2-lockfile/repos/community-any/PKGBUILD (from rev 119707, python2-lockfile/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-09-28 18:20:26 UTC (rev 119708)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Thorsten Töpper <atsutane-tu at freethoughts.de>
+# Contributor: miles g <miles at milesgroman.com>
+# Contributor: Pierre Bourdon <delroth at gmail.com>
+
+pkgname=python2-lockfile
+_pkgsrcname=lockfile
+pkgver=0.10.2
+pkgrel=1
+pkgdesc="Platform-independent file locking module"
+license=("MIT")
+url="http://code.google.com/p/pylockfile/"
+depends=('python2')
+makedepends=('python2-setuptools')
+#Fallback: No release tags at github: https://github.com/smontanaro/pylockfile/issues/9
+source=("https://pypi.python.org/packages/source/l/lockfile/${_pkgsrcname}-${pkgver}.tar.gz")
+arch=('any')
+options=(!emptydirs)
+md5sums=('1aa6175a6d57f082cd12e7ac6102ab15')
+
+package() {
+  cd ${srcdir}/${_pkgsrcname}-${pkgver}
+  python2 setup.py install --optimize=1 --root=${pkgdir}
+  
+  install -Dm 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list