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

Morten Linderud foxboron at gemini.archlinux.org
Wed Jan 12 14:50:45 UTC 2022


    Date: Wednesday, January 12, 2022 @ 14:50:45
  Author: foxboron
Revision: 1101597

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-12 14:50:38 UTC (rev 1101596)
+++ PKGBUILD	2022-01-12 14:50:45 UTC (rev 1101597)
@@ -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=20.7.3
-pkgrel=5
-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
-}

Copied: python-pycountry/repos/community-any/PKGBUILD (from rev 1101596, python-pycountry/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-12 14:50:45 UTC (rev 1101597)
@@ -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=22.1.10
+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=('93e5737df29affe5bbf8a2aa2caef59727adcc198eab301a5ddbc4275e32955cec0de9ab2820470a8cf87b0c0a9d48bfddd18411d93a700212aba8372e5a52b4')
+
+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
+}



More information about the arch-commits mailing list