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

Felix Yan felixonmars at archlinux.org
Sat May 1 09:08:28 UTC 2021


    Date: Saturday, May 1, 2021 @ 09:08:23
  Author: felixonmars
Revision: 925444

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-01 09:08:18 UTC (rev 925443)
+++ PKGBUILD	2021-05-01 09:08:23 UTC (rev 925444)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-phonenumbers
-pkgver=8.12.21
-pkgrel=1
-pkgdesc="Python version of Google's common library for parsing, formatting, storing and validating international phone numbers"
-arch=('any')
-url="https://github.com/daviddrysdale/python-phonenumbers"
-license=('Apache')
-depends=('python')
-makedepends=("python-setuptools")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/daviddrysdale/python-phonenumbers/archive/v$pkgver.tar.gz")
-sha512sums=('1ba8abe0a951d1e402668c462b3c6316efccd75e7fc869340930c2257afba995fd2da307d1849c699d9fe6e0f1de67132d3e66d9c64a23f722df6eacf44e7bae')
-
-build() {
-  cd python-phonenumbers-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd python-phonenumbers-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd python-phonenumbers-$pkgver
-  python setup.py install -O1 --root "$pkgdir"
-}

Copied: python-phonenumbers/repos/community-any/PKGBUILD (from rev 925442, python-phonenumbers/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-01 09:08:23 UTC (rev 925444)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-phonenumbers
+pkgver=8.12.22
+pkgrel=1
+pkgdesc="Python version of Google's common library for parsing, formatting, storing and validating international phone numbers"
+arch=('any')
+url="https://github.com/daviddrysdale/python-phonenumbers"
+license=('Apache')
+depends=('python')
+makedepends=("python-setuptools")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/daviddrysdale/python-phonenumbers/archive/v$pkgver.tar.gz")
+sha512sums=('b36aba576952836c465e3a4c71730dd5c7ae4f7c3b45c3fa3d8ecb96a807a1f21cef3f80946966de066a65fa10fd06a284b062c8eb76a1d71d55970b485618dd')
+
+build() {
+  cd python-phonenumbers-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd python-phonenumbers-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd python-phonenumbers-$pkgver
+  python setup.py install -O1 --root "$pkgdir"
+}



More information about the arch-commits mailing list