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

Giovanni Scafora giovanni at archlinux.org
Tue Jun 23 08:59:37 UTC 2015


    Date: Tuesday, June 23, 2015 @ 10:59:37
  Author: giovanni
Revision: 135750

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   42 +++++++++++++++++++++---------------------
 1 file changed, 21 insertions(+), 21 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-06-23 08:59:31 UTC (rev 135749)
+++ PKGBUILD	2015-06-23 08:59:37 UTC (rev 135750)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor:  Pawel "kTT" Salata <rockplayer.pl at gmail.com>
-
-pkgname=python2-pycountry
-pkgver=1.10
-pkgrel=1
-pkgdesc="ISO country, subdivision, language, currency and script definitions and their translations"
-arch=('any')
-url="http://pypi.python.org/pypi/pycountry"
-license=('LGPL2.1')
-depends=('python2-lxml')
-makedepends=('python2-setuptools')
-source=("http://pypi.python.org/packages/source/p/pycountry/pycountry-${pkgver}.zip")
-md5sums=('617635a7e94dc3d18ebcb5382cd3c93f')
-
-package() {
-  cd "${srcdir}/pycountry-${pkgver}"
-
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: python2-pycountry/repos/community-any/PKGBUILD (from rev 135749, python2-pycountry/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-06-23 08:59:37 UTC (rev 135750)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor:  Pawel "kTT" Salata <rockplayer.pl at gmail.com>
+
+pkgname=python2-pycountry
+pkgver=1.12
+pkgrel=1
+pkgdesc="ISO country, subdivision, language, currency and script definitions and their translations"
+arch=('any')
+url="http://pypi.python.org/pypi/pycountry"
+license=('LGPL2.1')
+depends=('python2-lxml')
+makedepends=('python2-setuptools')
+source=("http://pypi.python.org/packages/source/p/pycountry/pycountry-${pkgver}.tar.gz")
+md5sums=('1c64c708bbe900df9662b8c09c26b27a')
+
+package() {
+  cd "${srcdir}/pycountry-${pkgver}"
+
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}



More information about the arch-commits mailing list