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

Felix Yan felixonmars at gemini.archlinux.org
Sat Oct 16 23:50:07 UTC 2021


    Date: Saturday, October 16, 2021 @ 23:50:07
  Author: felixonmars
Revision: 1030616

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-16 23:49:59 UTC (rev 1030615)
+++ PKGBUILD	2021-10-16 23:50:07 UTC (rev 1030616)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-phonenumbers
-pkgver=8.12.33
-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=("https://github.com/daviddrysdale/python-phonenumbers/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('2d55413102b7e41d229a2c204d526f8fcf9eff97df12b252d0f214bbf8f767f2e84ced05c08979820daf62900c7e71b0b9fbc988107ebce9fdc836f6f1738bba')
-
-build() {
-  cd python-phonenumbers-$pkgver/python
-  python setup.py build
-}
-
-check() {
-  cd python-phonenumbers-$pkgver/python
-  python setup.py test
-}
-
-package() {
-  cd python-phonenumbers-$pkgver/python
-  python setup.py install -O1 --root "$pkgdir"
-}

Copied: python-phonenumbers/repos/community-any/PKGBUILD (from rev 1030615, python-phonenumbers/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-16 23:50:07 UTC (rev 1030616)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-phonenumbers
+pkgver=8.12.34
+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=("https://github.com/daviddrysdale/python-phonenumbers/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('81ff69a4c26d1c76107a0a66ee8e29a0cce76aaab0f549d251865a11090b9833896847fb3f8b408f1e143a0991f582dae7be2137431aa9489ed9cfd703c32997')
+
+build() {
+  cd python-phonenumbers-$pkgver/python
+  python setup.py build
+}
+
+check() {
+  cd python-phonenumbers-$pkgver/python
+  python setup.py test
+}
+
+package() {
+  cd python-phonenumbers-$pkgver/python
+  python setup.py install -O1 --root "$pkgdir"
+}



More information about the arch-commits mailing list