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

Felix Yan felixonmars at archlinux.org
Thu May 16 18:37:00 UTC 2019


    Date: Thursday, May 16, 2019 @ 18:37:00
  Author: felixonmars
Revision: 467538

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-16 18:36:44 UTC (rev 467537)
+++ PKGBUILD	2019-05-16 18:37:00 UTC (rev 467538)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-phonenumbers
-pkgver=8.10.11
-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=('8cb4cc45e8bc3c3d2b6887b5f9b4c7dc5904909744a61d7cc676f18e9886114f87d629c296ae86d72c70a0bf8f9a9b76b85f538b059fa913a203132a32a55049')
-
-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 467537, python-phonenumbers/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-05-16 18:37:00 UTC (rev 467538)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-phonenumbers
+pkgver=8.10.12
+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=('4262c740027f03b236893adf395ecd4a19ef7f54208e3a8b6d1e9250b5584fbba8dae2e96a9f3145e856aaa181a73cad726b03ae00f1c41682481d61919d58d6')
+
+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