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

2020-07-04 Thread Morten Linderud via arch-commits
Date: Saturday, July 4, 2020 @ 13:25:40
  Author: foxboron
Revision: 657688

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-04 13:25:29 UTC (rev 657687)
+++ PKGBUILD2020-07-04 13:25:40 UTC (rev 657688)
@@ -1,32 +0,0 @@
-# Maintainer: Giancarlo Razzolini 
-# Maintainer: Morten Linderud 
-# Contibutor: Giovanni Scafora 
-# Contributor:  Pawel "kTT" Salata 
-
-pkgname=python-pycountry
-pkgver=19.8.18
-pkgrel=3
-pkgdesc="ISO country, subdivision, language, currency and script definitions 
and their translations"
-arch=('any')
-url="https://pypi.org/project/pycountry/;
-license=('LGPL2.1')
-depends=(python python-lxml)
-makedepends=('python' 'python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-runner')
-source=("https://pypi.io/packages/source/p/pycountry/pycountry-${pkgver}.tar.gz;)
-sha512sums=('39ba06629eeea55460424d06992ca5f1e5bf6168b219dc4880ec326f6aa0c92a4fdc54d4143a8b8bb1490149af793e760e291c6d704104a57ba91e88228ab669')
-
-build(){
-  cd "${srcdir}/pycountry-${pkgver}"
-  python setup.py build
-}
-
-check(){
-  cd "${srcdir}/pycountry-${pkgver}"
-  python setup.py pytest
-}
-
-package() {
-  cd "${srcdir}/pycountry-${pkgver}"
-  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-}

Copied: python-pycountry/repos/community-any/PKGBUILD (from rev 657687, 
python-pycountry/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-04 13:25:40 UTC (rev 657688)
@@ -0,0 +1,32 @@
+# Maintainer: Giancarlo Razzolini 
+# Maintainer: Morten Linderud 
+# Contibutor: Giovanni Scafora 
+# Contributor:  Pawel "kTT" Salata 
+
+pkgname=python-pycountry
+pkgver=20.7.3
+pkgrel=1
+pkgdesc="ISO country, subdivision, language, currency and script definitions 
and their translations"
+arch=('any')
+url="https://pypi.org/project/pycountry/;
+license=('LGPL2.1')
+depends=(python python-lxml)
+makedepends=('python' 'python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-runner')
+source=("https://pypi.io/packages/source/p/pycountry/pycountry-${pkgver}.tar.gz;)
+sha512sums=('df88a34307a4275267a7f3af282b73ca5e762c49ad158bfcd39b97c5d852bf045bcfe72351fc6f232c55003a7c4b0a04801eb562ba65ed5d599bd45b2bd3bc58')
+
+build(){
+  cd "pycountry-${pkgver}"
+  python setup.py build
+}
+
+check(){
+  cd "pycountry-${pkgver}"
+  python setup.py pytest
+}
+
+package() {
+  cd "pycountry-${pkgver}"
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+}


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

2019-08-19 Thread Giancarlo Razzolini via arch-commits
Date: Monday, August 19, 2019 @ 16:25:00
  Author: grazzolini
Revision: 500192

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-19 16:24:11 UTC (rev 500191)
+++ PKGBUILD2019-08-19 16:25:00 UTC (rev 500192)
@@ -1,32 +0,0 @@
-# Maintainer: Giancarlo Razzolini 
-# Maintainer: Morten Linderud 
-# Contibutor: Giovanni Scafora 
-# Contributor:  Pawel "kTT" Salata 
-
-pkgname=python-pycountry
-pkgver=18.12.8
-pkgrel=2
-pkgdesc="ISO country, subdivision, language, currency and script definitions 
and their translations"
-arch=('any')
-url="https://pypi.org/project/pycountry/;
-license=('LGPL2.1')
-depends=(python python-lxml)
-makedepends=('python' 'python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-runner')
-source=("https://pypi.io/packages/source/p/pycountry/pycountry-${pkgver}.tar.gz;)
-sha512sums=('9797688ada8ea54c1a56a2cf4d0ad765001816c822c40077953fa71e3af285114c4b5beaf739a24432b9c6ea794952ce347a40ae0bcd9a2c00d12ddc7b45261e')
-
-build(){
-  cd "${srcdir}/pycountry-${pkgver}"
-  python setup.py build
-}
-
-check(){
-  cd "${srcdir}/pycountry-${pkgver}"
-  python setup.py pytest
-}
-
-package() {
-  cd "${srcdir}/pycountry-${pkgver}"
-  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-}

Copied: python-pycountry/repos/community-any/PKGBUILD (from rev 500191, 
python-pycountry/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-19 16:25:00 UTC (rev 500192)
@@ -0,0 +1,32 @@
+# Maintainer: Giancarlo Razzolini 
+# Maintainer: Morten Linderud 
+# Contibutor: Giovanni Scafora 
+# Contributor:  Pawel "kTT" Salata 
+
+pkgname=python-pycountry
+pkgver=19.8.18
+pkgrel=1
+pkgdesc="ISO country, subdivision, language, currency and script definitions 
and their translations"
+arch=('any')
+url="https://pypi.org/project/pycountry/;
+license=('LGPL2.1')
+depends=(python python-lxml)
+makedepends=('python' 'python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-runner')
+source=("https://pypi.io/packages/source/p/pycountry/pycountry-${pkgver}.tar.gz;)
+sha512sums=('39ba06629eeea55460424d06992ca5f1e5bf6168b219dc4880ec326f6aa0c92a4fdc54d4143a8b8bb1490149af793e760e291c6d704104a57ba91e88228ab669')
+
+build(){
+  cd "${srcdir}/pycountry-${pkgver}"
+  python setup.py build
+}
+
+check(){
+  cd "${srcdir}/pycountry-${pkgver}"
+  python setup.py pytest
+}
+
+package() {
+  cd "${srcdir}/pycountry-${pkgver}"
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+}


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

2019-03-04 Thread Giancarlo Razzolini via arch-commits
Date: Monday, March 4, 2019 @ 18:52:26
  Author: grazzolini
Revision: 437576

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   83 +++--
 1 file changed, 32 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-04 18:51:23 UTC (rev 437575)
+++ PKGBUILD2019-03-04 18:52:26 UTC (rev 437576)
@@ -1,51 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contibutor: Giovanni Scafora 
-# Contributor:  Pawel "kTT" Salata 
-
-pkgbase=python-pycountry
-pkgname=(python-pycountry python2-pycountry)
-pkgver=18.12.8
-pkgrel=1
-pkgdesc="ISO country, subdivision, language, currency and script definitions 
and their translations"
-arch=('any')
-url="https://pypi.org/project/pycountry/;
-license=('LGPL2.1')
-makedepends=('python2' 'python2-setuptools'
-'python' 'python-setuptools')
-checkdepends=('python2-pytest' 'python2-pytest-runner'
- 'python-pytest' 'python-pytest-runner')
-source=("https://pypi.io/packages/source/p/pycountry/pycountry-${pkgver}.tar.gz;)
-sha512sums=('9797688ada8ea54c1a56a2cf4d0ad765001816c822c40077953fa71e3af285114c4b5beaf739a24432b9c6ea794952ce347a40ae0bcd9a2c00d12ddc7b45261e')
-
-prepare(){
-  cp -r pycountry-${pkgver}{,-py2}
-}
-
-build(){
-  cd "${srcdir}/pycountry-${pkgver}"
-  python setup.py build
-
-  cd "${srcdir}/pycountry-${pkgver}-py2"
-  python2 setup.py build
-}
-
-check(){
-  cd "${srcdir}/pycountry-${pkgver}"
-  python setup.py pytest
-
-  cd "${srcdir}/pycountry-${pkgver}-py2"
-  python2 setup.py pytest
-}
-
-
-package_python2-pycountry() {
-  depends=(python python2-lxml)
-  cd "${srcdir}/pycountry-${pkgver}"
-  python2 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-}
-
-package_python-pycountry() {
-  depends=(python python-lxml)
-  cd "${srcdir}/pycountry-${pkgver}"
-  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-}

Copied: python-pycountry/repos/community-any/PKGBUILD (from rev 437575, 
python-pycountry/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-04 18:52:26 UTC (rev 437576)
@@ -0,0 +1,32 @@
+# Maintainer: Giancarlo Razzolini 
+# Maintainer: Morten Linderud 
+# Contibutor: Giovanni Scafora 
+# Contributor:  Pawel "kTT" Salata 
+
+pkgname=python-pycountry
+pkgver=18.12.8
+pkgrel=2
+pkgdesc="ISO country, subdivision, language, currency and script definitions 
and their translations"
+arch=('any')
+url="https://pypi.org/project/pycountry/;
+license=('LGPL2.1')
+depends=(python python-lxml)
+makedepends=('python' 'python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-runner')
+source=("https://pypi.io/packages/source/p/pycountry/pycountry-${pkgver}.tar.gz;)
+sha512sums=('9797688ada8ea54c1a56a2cf4d0ad765001816c822c40077953fa71e3af285114c4b5beaf739a24432b9c6ea794952ce347a40ae0bcd9a2c00d12ddc7b45261e')
+
+build(){
+  cd "${srcdir}/pycountry-${pkgver}"
+  python setup.py build
+}
+
+check(){
+  cd "${srcdir}/pycountry-${pkgver}"
+  python setup.py pytest
+}
+
+package() {
+  cd "${srcdir}/pycountry-${pkgver}"
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+}


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

2018-12-14 Thread Giancarlo Razzolini via arch-commits
Date: Friday, December 14, 2018 @ 11:54:03
  Author: grazzolini
Revision: 416260

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  103 ++---
 1 file changed, 51 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-14 11:53:30 UTC (rev 416259)
+++ PKGBUILD2018-12-14 11:54:03 UTC (rev 416260)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Morten Linderud 
-# Contibutor: Giovanni Scafora 
-# Contributor:  Pawel "kTT" Salata 
-
-pkgbase=python-pycountry
-pkgname=(python-pycountry python2-pycountry)
-pkgver=18.5.26
-pkgrel=3
-pkgdesc="ISO country, subdivision, language, currency and script definitions 
and their translations"
-arch=('any')
-url="https://pypi.org/project/pycountry/;
-license=('LGPL2.1')
-makedepends=('python2' 'python2-setuptools'
-'python' 'python-setuptools')
-checkdepends=('python2-pytest' 'python2-pytest-runner'
- 'python-pytest' 'python-pytest-runner')
-source=("https://pypi.io/packages/source/p/pycountry/pycountry-${pkgver}.tar.gz;)
-sha512sums=('9760175a7926347920542a2fd2420cc3d4f36ac11df5aa6f7aaabbd9b46dd9cb61801933133a589ed35fd2e279db2a70e98340d8cf8856987dc88d6fdb715437')
-
-prepare(){
-  cp -r pycountry-${pkgver}{,-py2}
-}
-
-build(){
-  cd "${srcdir}/pycountry-${pkgver}"
-  python setup.py build
-
-  cd "${srcdir}/pycountry-${pkgver}-py2"
-  python2 setup.py build
-}
-
-check(){
-  cd "${srcdir}/pycountry-${pkgver}"
-  python setup.py pytest
-
-  cd "${srcdir}/pycountry-${pkgver}-py2"
-  python2 setup.py pytest
-}
-
-
-package_python2-pycountry() {
-  depends=(python python2-lxml)
-  cd "${srcdir}/pycountry-${pkgver}"
-  python2 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-}
-
-package_python-pycountry() {
-  depends=(python python-lxml)
-  cd "${srcdir}/pycountry-${pkgver}"
-  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-}

Copied: python-pycountry/repos/community-any/PKGBUILD (from rev 416259, 
python-pycountry/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-14 11:54:03 UTC (rev 416260)
@@ -0,0 +1,51 @@
+# Maintainer: Morten Linderud 
+# Contibutor: Giovanni Scafora 
+# Contributor:  Pawel "kTT" Salata 
+
+pkgbase=python-pycountry
+pkgname=(python-pycountry python2-pycountry)
+pkgver=18.12.8
+pkgrel=1
+pkgdesc="ISO country, subdivision, language, currency and script definitions 
and their translations"
+arch=('any')
+url="https://pypi.org/project/pycountry/;
+license=('LGPL2.1')
+makedepends=('python2' 'python2-setuptools'
+'python' 'python-setuptools')
+checkdepends=('python2-pytest' 'python2-pytest-runner'
+ 'python-pytest' 'python-pytest-runner')
+source=("https://pypi.io/packages/source/p/pycountry/pycountry-${pkgver}.tar.gz;)
+sha512sums=('9797688ada8ea54c1a56a2cf4d0ad765001816c822c40077953fa71e3af285114c4b5beaf739a24432b9c6ea794952ce347a40ae0bcd9a2c00d12ddc7b45261e')
+
+prepare(){
+  cp -r pycountry-${pkgver}{,-py2}
+}
+
+build(){
+  cd "${srcdir}/pycountry-${pkgver}"
+  python setup.py build
+
+  cd "${srcdir}/pycountry-${pkgver}-py2"
+  python2 setup.py build
+}
+
+check(){
+  cd "${srcdir}/pycountry-${pkgver}"
+  python setup.py pytest
+
+  cd "${srcdir}/pycountry-${pkgver}-py2"
+  python2 setup.py pytest
+}
+
+
+package_python2-pycountry() {
+  depends=(python python2-lxml)
+  cd "${srcdir}/pycountry-${pkgver}"
+  python2 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+}
+
+package_python-pycountry() {
+  depends=(python python-lxml)
+  cd "${srcdir}/pycountry-${pkgver}"
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+}


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

2018-06-05 Thread Morten Linderud via arch-commits
Date: Tuesday, June 5, 2018 @ 10:46:05
  Author: foxboron
Revision: 340505

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   82 +++--
 1 file changed, 53 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-05 10:45:52 UTC (rev 340504)
+++ PKGBUILD2018-06-05 10:46:05 UTC (rev 340505)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor:  Pawel "kTT" Salata 
-
-pkgbase=python-pycountry
-pkgname=(python-pycountry python2-pycountry)
-pkgver=18.5.26
-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;)
-sha512sums=('9760175a7926347920542a2fd2420cc3d4f36ac11df5aa6f7aaabbd9b46dd9cb61801933133a589ed35fd2e279db2a70e98340d8cf8856987dc88d6fdb715437')
-
-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-any/PKGBUILD (from rev 340504, 
python-pycountry/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-05 10:46:05 UTC (rev 340505)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Morten Linderud 
+# Contibutor: Giovanni Scafora 
+# Contributor:  Pawel "kTT" Salata 
+
+pkgbase=python-pycountry
+pkgname=(python-pycountry python2-pycountry)
+pkgver=18.5.26
+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' 'python2-setuptools'
+'python' 'python-setuptools')
+checkdepends=('python2-pytest' 'python2-pytest-runner'
+ 'python-pytest' 'python-pytest-runner')
+source=("https://pypi.io/packages/source/p/pycountry/pycountry-${pkgver}.tar.gz;)
+sha512sums=('9760175a7926347920542a2fd2420cc3d4f36ac11df5aa6f7aaabbd9b46dd9cb61801933133a589ed35fd2e279db2a70e98340d8cf8856987dc88d6fdb715437')
+
+prepare(){
+  cp -r pycountry-${pkgver}{,-py2}
+}
+
+build(){
+  cd "${srcdir}/pycountry-${pkgver}"
+  python setup.py build
+
+  cd "${srcdir}/pycountry-${pkgver}-py2"
+  python2 setup.py build
+}
+
+check(){
+  cd "${srcdir}/pycountry-${pkgver}"
+  python setup.py pytest
+
+  cd "${srcdir}/pycountry-${pkgver}-py2"
+  python2 setup.py pytest
+}
+
+
+package_python2-pycountry() {
+  depends=(python python2-lxml)
+  cd "${srcdir}/pycountry-${pkgver}"
+  python2 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+}
+
+package_python-pycountry() {
+  depends=(python python-lxml)
+  cd "${srcdir}/pycountry-${pkgver}"
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+}
+


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

2018-06-04 Thread Giancarlo Razzolini via arch-commits
Date: Monday, June 4, 2018 @ 10:23:18
  Author: grazzolini
Revision: 340249

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-04 10:22:07 UTC (rev 340248)
+++ PKGBUILD2018-06-04 10:23:18 UTC (rev 340249)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor:  Pawel "kTT" Salata 
-
-pkgbase=python-pycountry
-pkgname=(python-pycountry python2-pycountry)
-pkgver=18.5.20
-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;)
-sha512sums=('9ca549239b8a280f1f5aa59956b22cb08de111d53b3d2a61a42085817beac949d588c05b377a10592d491ebf79b28d66cf027e065a23c2fa4b6ddcc0236c90db')
-
-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-any/PKGBUILD (from rev 340248, 
python-pycountry/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-04 10:23:18 UTC (rev 340249)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor:  Pawel "kTT" Salata 
+
+pkgbase=python-pycountry
+pkgname=(python-pycountry python2-pycountry)
+pkgver=18.5.26
+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;)
+sha512sums=('9760175a7926347920542a2fd2420cc3d4f36ac11df5aa6f7aaabbd9b46dd9cb61801933133a589ed35fd2e279db2a70e98340d8cf8856987dc88d6fdb715437')
+
+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
+}


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

2018-05-20 Thread Morten Linderud via arch-commits
Date: Sunday, May 20, 2018 @ 10:27:39
  Author: foxboron
Revision: 325226

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-20 10:27:28 UTC (rev 325225)
+++ PKGBUILD2018-05-20 10:27:39 UTC (rev 325226)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor:  Pawel "kTT" Salata 
-
-pkgbase=python-pycountry
-pkgname=(python-pycountry python2-pycountry)
-pkgver=18.2.23
-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;)
-sha512sums=('094a33cfead80140bb79669a9f1cc677bb73faf68ccf07a9ccc1bea95210b681db7815d00731ba276513d3cf160a55e75f97c565307456bca21138ed8dd3')
-
-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-any/PKGBUILD (from rev 325225, 
python-pycountry/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-20 10:27:39 UTC (rev 325226)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor:  Pawel "kTT" Salata 
+
+pkgbase=python-pycountry
+pkgname=(python-pycountry python2-pycountry)
+pkgver=18.5.20
+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;)
+sha512sums=('9ca549239b8a280f1f5aa59956b22cb08de111d53b3d2a61a42085817beac949d588c05b377a10592d491ebf79b28d66cf027e065a23c2fa4b6ddcc0236c90db')
+
+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
+}
+


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

2018-03-01 Thread Morten Linderud via arch-commits
Date: Thursday, March 1, 2018 @ 10:22:40
  Author: foxboron
Revision: 300938

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-01 10:22:29 UTC (rev 300937)
+++ PKGBUILD2018-03-01 10:22:40 UTC (rev 300938)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor:  Pawel "kTT" Salata 
-
-pkgbase=python-pycountry
-pkgname=(python-pycountry python2-pycountry)
-pkgver=17.9.23
-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;)
-sha512sums=('168e2d2693629a39a85a4c6aa7187323693ca73d6af0cc947d3536ae373eca602e7e3add91ba114966db4ebf52118ef3d6a3dbf8339734ec68682bab559beeb5')
-
-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-any/PKGBUILD (from rev 300937, 
python-pycountry/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-01 10:22:40 UTC (rev 300938)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor:  Pawel "kTT" Salata 
+
+pkgbase=python-pycountry
+pkgname=(python-pycountry python2-pycountry)
+pkgver=18.2.23
+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;)
+sha512sums=('094a33cfead80140bb79669a9f1cc677bb73faf68ccf07a9ccc1bea95210b681db7815d00731ba276513d3cf160a55e75f97c565307456bca21138ed8dd3')
+
+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
+}
+


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

2017-09-25 Thread Giancarlo Razzolini
Date: Monday, September 25, 2017 @ 15:07:14
  Author: grazzolini
Revision: 260545

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-25 15:06:28 UTC (rev 260544)
+++ PKGBUILD2017-09-25 15:07:14 UTC (rev 260545)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor:  Pawel "kTT" Salata 
-
-pkgbase=python-pycountry
-pkgname=(python-pycountry python2-pycountry)
-pkgver=17.5.14
-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=('f65e60896d77bf8791e15259cd34709e')
-
-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-any/PKGBUILD (from rev 260544, 
python-pycountry/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-25 15:07:14 UTC (rev 260545)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor:  Pawel "kTT" Salata 
+
+pkgbase=python-pycountry
+pkgname=(python-pycountry python2-pycountry)
+pkgver=17.9.23
+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;)
+sha512sums=('168e2d2693629a39a85a4c6aa7187323693ca73d6af0cc947d3536ae373eca602e7e3add91ba114966db4ebf52118ef3d6a3dbf8339734ec68682bab559beeb5')
+
+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
+}
+


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

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 21:33:27
  Author: arojas
Revision: 228647

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-19 21:33:04 UTC (rev 228646)
+++ PKGBUILD2017-05-19 21:33:27 UTC (rev 228647)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor:  Pawel "kTT" Salata 
-
-pkgbase=python-pycountry
-pkgname=(python-pycountry python2-pycountry)
-pkgver=17.1.8
-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=('f81e41dbde1c3d730cc8232482df595d')
-
-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-any/PKGBUILD (from rev 228646, 
python-pycountry/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-19 21:33:27 UTC (rev 228647)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor:  Pawel "kTT" Salata 
+
+pkgbase=python-pycountry
+pkgname=(python-pycountry python2-pycountry)
+pkgver=17.5.14
+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=('f65e60896d77bf8791e15259cd34709e')
+
+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
+}
+


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

2017-01-09 Thread Antonio Rojas
Date: Monday, January 9, 2017 @ 19:43:14
  Author: arojas
Revision: 206246

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-09 19:42:45 UTC (rev 206245)
+++ PKGBUILD2017-01-09 19:43:14 UTC (rev 206246)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor:  Pawel "kTT" Salata 
-
-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
-}
-

Copied: python-pycountry/repos/community-any/PKGBUILD (from rev 206245, 
python-pycountry/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-09 19:43:14 UTC (rev 206246)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor:  Pawel "kTT" Salata 
+
+pkgbase=python-pycountry
+pkgname=(python-pycountry python2-pycountry)
+pkgver=17.1.8
+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=('f81e41dbde1c3d730cc8232482df595d')
+
+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
+}
+


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

2016-11-29 Thread Antonio Rojas
Date: Tuesday, November 29, 2016 @ 18:29:47
  Author: arojas
Revision: 197401

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-29 18:24:53 UTC (rev 197400)
+++ PKGBUILD2016-11-29 18:29:47 UTC (rev 197401)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor:  Pawel "kTT" Salata 
-
-pkgbase=python-pycountry
-pkgname=(python-pycountry python2-pycountry)
-pkgver=16.11.8
-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=('85e34e597553fd10dbc0f43ec59377fc')
-
-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-any/PKGBUILD (from rev 197400, 
python-pycountry/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-29 18:29:47 UTC (rev 197401)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor:  Pawel "kTT" Salata 
+
+pkgbase=python-pycountry
+pkgname=(python-pycountry python2-pycountry)
+pkgver=16.11.27.1
+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=('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
+}
+


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

2016-11-11 Thread Antonio Rojas
Date: Friday, November 11, 2016 @ 19:20:19
  Author: arojas
Revision: 195395

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-11 19:19:37 UTC (rev 195394)
+++ PKGBUILD2016-11-11 19:20:19 UTC (rev 195395)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor:  Pawel "kTT" Salata 
-
-pkgbase=python-pycountry
-pkgname=(python-pycountry python2-pycountry)
-pkgver=1.20
-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=("http://pypi.python.org/packages/source/p/pycountry/pycountry-${pkgver}.tar.gz;)
-md5sums=('efb021c3b42b40c324b80a85714515d6')
-
-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-any/PKGBUILD (from rev 195394, 
python-pycountry/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-11 19:20:19 UTC (rev 195395)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor:  Pawel "kTT" Salata 
+
+pkgbase=python-pycountry
+pkgname=(python-pycountry python2-pycountry)
+pkgver=16.11.8
+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=('85e34e597553fd10dbc0f43ec59377fc')
+
+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
+}
+


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

2016-04-06 Thread Antonio Rojas
Date: Wednesday, April 6, 2016 @ 08:46:54
  Author: arojas
Revision: 169555

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-06 06:46:11 UTC (rev 169554)
+++ PKGBUILD2016-04-06 06:46:54 UTC (rev 169555)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor:  Pawel "kTT" Salata 
-
-pkgname=python2-pycountry
-pkgver=1.18
-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=('652313cef084bf942240ecfe9f88b565')
-
-package() {
-  cd "${srcdir}/pycountry-${pkgver}"
-
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: python-pycountry/repos/community-any/PKGBUILD (from rev 169554, 
python-pycountry/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-06 06:46:54 UTC (rev 169555)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor:  Pawel "kTT" Salata 
+
+pkgbase=python-pycountry
+pkgname=(python-pycountry python2-pycountry)
+pkgver=1.20
+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=("http://pypi.python.org/packages/source/p/pycountry/pycountry-${pkgver}.tar.gz;)
+md5sums=('efb021c3b42b40c324b80a85714515d6')
+
+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
+}
+