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

Felix Yan felixonmars at archlinux.org
Thu Jan 28 22:24:59 UTC 2021


    Date: Thursday, January 28, 2021 @ 22:24:58
  Author: felixonmars
Revision: 833529

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-28 22:24:02 UTC (rev 833528)
+++ PKGBUILD	2021-01-28 22:24:58 UTC (rev 833529)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-phonenumbers
-pkgver=8.12.17
-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=('144b9e6812e4d58f1b0bc75781d2a0da73e28b69561b84f281fe4fa074da3e7bdf81b488f01ff9d96e80716d26295370148e814df89b287b016824050ac6db5a')
-
-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 833528, python-phonenumbers/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-28 22:24:58 UTC (rev 833529)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-phonenumbers
+pkgver=8.12.17
+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=('144b9e6812e4d58f1b0bc75781d2a0da73e28b69561b84f281fe4fa074da3e7bdf81b488f01ff9d96e80716d26295370148e814df89b287b016824050ac6db5a')
+
+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