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

Balló György bgyorgy at nymeria.archlinux.org
Mon Dec 2 12:52:46 UTC 2013


    Date: Monday, December 2, 2013 @ 13:52:45
  Author: bgyorgy
Revision: 101861

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   52 +++++++++++++++++++++++++---------------------------
 1 file changed, 25 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-02 12:52:39 UTC (rev 101860)
+++ PKGBUILD	2013-12-02 12:52:45 UTC (rev 101861)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-_pkgname=dirspec
-pkgname=python2-dirspec
-pkgver=4.2.0
-pkgrel=1
-pkgdesc="Python library which provides support for handling directories as described in the XDG Base Directory and User Folders specifications"
-arch=('any')
-url="https://launchpad.net/dirspec"
-license=('LGPL')
-depends=('python2')
-makedepends=('python2-distribute')
-source=(https://launchpad.net/$_pkgname/stable-4-2/$pkgver/+download/$_pkgname-$pkgver.tar.gz)
-md5sums=('dbc8ec3a32754735c5ab204e8924b96d')
-
-build() {
-  cd "$srcdir/$_pkgname-$pkgver"
-
-  python2 setup.py build
-}
-
-package() {
-  cd "$srcdir/$_pkgname-$pkgver"
-
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-}

Copied: python2-dirspec/repos/community-any/PKGBUILD (from rev 101860, python2-dirspec/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-12-02 12:52:45 UTC (rev 101861)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+_pkgname=dirspec
+pkgname=python2-dirspec
+pkgver=13.10
+pkgrel=1
+pkgdesc="Python library which provides support for handling directories as described in the XDG Base Directory and User Folders specifications"
+arch=('any')
+url="https://launchpad.net/dirspec"
+license=('LGPL')
+depends=('python2')
+makedepends=('python2-distribute')
+source=(https://launchpad.net/$_pkgname/stable-13-10/$pkgver/+download/$_pkgname-$pkgver.tar.gz)
+md5sums=('941d59e0f10ade1b992a90899f248358')
+
+build() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  python2 setup.py build
+}
+
+package() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+}




More information about the arch-commits mailing list