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

Felix Yan felixonmars at gemini.archlinux.org
Thu Feb 10 21:48:19 UTC 2022


    Date: Thursday, February 10, 2022 @ 21:48:19
  Author: felixonmars
Revision: 1131464

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-10 21:48:11 UTC (rev 1131463)
+++ PKGBUILD	2022-02-10 21:48:19 UTC (rev 1131464)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-phonenumbers
-pkgver=8.12.42
-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=('ffb2406fbec85ae0a23e31335af82c5c224fe85fbc1b38d68d1fdebbde11d4383ac3210e6c3ed5aee8acb96367375e0f1cd8ca2e270ab4c63655942c036423f0')
-
-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 1131463, python-phonenumbers/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-10 21:48:19 UTC (rev 1131464)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-phonenumbers
+pkgver=8.12.43
+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=('06c74988b0eb1a4fcc8ddee959aabebf7825d6210bd03dcf7daea7d5f4e6c91c40d43dbbb5d3d0fc39ba7565761a09f947d34ab1dc11fbe14dc819a8c032b4a7')
+
+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