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

Thorsten Töpper ttoepper at archlinux.org
Sun Jul 27 10:14:25 UTC 2014


    Date: Sunday, July 27, 2014 @ 12:14:25
  Author: ttoepper
Revision: 116417

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   53 +++++++++++++++++++++++++++--------------------------
 1 file changed, 27 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-27 10:14:21 UTC (rev 116416)
+++ PKGBUILD	2014-07-27 10:14:25 UTC (rev 116417)
@@ -1,26 +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=1
-pkgdesc="Platform-independent file locking module"
-license=("MIT")
-url="http://code.google.com/p/pylockfile/"
-depends=('python2')
-source=("http://pylockfile.googlecode.com/files/${_pkgsrcname}-${pkgver}.tar.gz")
-arch=('any')
-options=(!emptydirs)
-md5sums=('4e4c7ea4c4301500da5e7f3b51e01cfe')
-
-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 116416, python2-lockfile/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-07-27 10:14:25 UTC (rev 116417)
@@ -0,0 +1,27 @@
+# $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:




More information about the arch-commits mailing list