Date: Sunday, March 27, 2022 @ 12:52:46
  Author: foxboron
Revision: 1177209

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-03-27 12:52:38 UTC (rev 1177208)
+++ PKGBUILD    2022-03-27 12:52:46 UTC (rev 1177209)
@@ -1,32 +0,0 @@
-# Maintainer: Giancarlo Razzolini <[email protected]>
-# Maintainer: Morten Linderud <[email protected]>
-# Contibutor: Giovanni Scafora <[email protected]>
-# Contributor:  Pawel "kTT" Salata <[email protected]>
-
-pkgname=python-pycountry
-pkgver=22.1.10
-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=('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
-}

Copied: python-pycountry/repos/community-any/PKGBUILD (from rev 1177208, 
python-pycountry/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-03-27 12:52:46 UTC (rev 1177209)
@@ -0,0 +1,32 @@
+# Maintainer: Giancarlo Razzolini <[email protected]>
+# Maintainer: Morten Linderud <[email protected]>
+# Contibutor: Giovanni Scafora <[email protected]>
+# Contributor:  Pawel "kTT" Salata <[email protected]>
+
+pkgname=python-pycountry
+pkgver=22.3.5
+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=('07dc507ee94f1880727761df197f81704386d9246163c9a5872f47083d37c7d1205dfbd28c6663ef0731a0b05277ade03a1a1929ab84087e0e85c05028c68b89')
+
+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
+}

Reply via email to