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

Giancarlo Razzolini grazzolini at archlinux.org
Mon Aug 19 16:25:01 UTC 2019


    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
===================================================================
--- PKGBUILD	2019-08-19 16:24:11 UTC (rev 500191)
+++ PKGBUILD	2019-08-19 16:25:00 UTC (rev 500192)
@@ -1,32 +0,0 @@
-# Maintainer: Giancarlo Razzolini <grazzolini at archlinux.org>
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Contibutor: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor:  Pawel "kTT" Salata <rockplayer.pl at gmail.com>
-
-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)
+++ PKGBUILD	2019-08-19 16:25:00 UTC (rev 500192)
@@ -0,0 +1,32 @@
+# Maintainer: Giancarlo Razzolini <grazzolini at archlinux.org>
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contibutor: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor:  Pawel "kTT" Salata <rockplayer.pl at gmail.com>
+
+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
+}



More information about the arch-commits mailing list