[arch-commits] Commit in python-pycountry/repos/community-testing-any (2 files)

Antonio Rojas arojas at archlinux.org
Thu Jan 5 20:02:30 UTC 2017


    Date: Thursday, January 5, 2017 @ 20:02:29
  Author: arojas
Revision: 204930

archrelease: copy trunk to community-testing-any

Added:
  python-pycountry/repos/community-testing-any/PKGBUILD
    (from rev 204929, python-pycountry/trunk/PKGBUILD)
Deleted:
  python-pycountry/repos/community-testing-any/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-05 20:02:02 UTC (rev 204929)
+++ PKGBUILD	2017-01-05 20:02:29 UTC (rev 204930)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor:  Pawel "kTT" Salata <rockplayer.pl at gmail.com>
-
-pkgbase=python-pycountry
-pkgname=(python-pycountry python2-pycountry)
-pkgver=16.11.27.1
-pkgrel=2
-pkgdesc="ISO country, subdivision, language, currency and script definitions and their translations"
-arch=('any')
-url="http://pypi.python.org/pypi/pycountry"
-license=('LGPL2.1')
-makedepends=('python2-setuptools' 'python-setuptools')
-source=("https://pypi.io/packages/source/p/pycountry/pycountry-${pkgver}.tar.gz")
-md5sums=('edf4f7cd4748a48e3a47ac50a61dc363')
-
-package_python2-pycountry() {
-  depends=(python2-lxml)
-  cd "${srcdir}/pycountry-${pkgver}"
-
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python-pycountry() {
-  depends=(python-lxml)
-  cd "${srcdir}/pycountry-${pkgver}"
-
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-

Copied: python-pycountry/repos/community-testing-any/PKGBUILD (from rev 204929, python-pycountry/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-01-05 20:02:29 UTC (rev 204930)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor:  Pawel "kTT" Salata <rockplayer.pl at gmail.com>
+
+pkgbase=python-pycountry
+pkgname=(python-pycountry python2-pycountry)
+pkgver=17.1.2
+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')
+makedepends=('python2-setuptools' 'python-setuptools')
+source=("https://pypi.io/packages/source/p/pycountry/pycountry-${pkgver}.tar.gz")
+md5sums=('3d965b8f898d29cee031623cb2540597')
+
+package_python2-pycountry() {
+  depends=(python2-lxml)
+  cd "${srcdir}/pycountry-${pkgver}"
+
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python-pycountry() {
+  depends=(python-lxml)
+  cd "${srcdir}/pycountry-${pkgver}"
+
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+



More information about the arch-commits mailing list