[arch-commits] Commit in python-phonenumbers/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Apr 23 23:01:12 UTC 2020
Date: Thursday, April 23, 2020 @ 23:01:12
Author: felixonmars
Revision: 618409
archrelease: copy trunk to community-any
Added:
python-phonenumbers/repos/community-any/PKGBUILD
(from rev 618408, python-phonenumbers/trunk/PKGBUILD)
Deleted:
python-phonenumbers/repos/community-any/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-23 23:01:02 UTC (rev 618408)
+++ PKGBUILD 2020-04-23 23:01:12 UTC (rev 618409)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-phonenumbers
-pkgver=8.12.1
-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=('2df487e9b3aff3f4e27b2b82c1e2f836d3abe4268f036a615c6d65572c252738a7bae415a2d2bc517c947775600a60fad24c117d7f44863ffe16b60de245f5c2')
-
-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 618408, python-phonenumbers/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-23 23:01:12 UTC (rev 618409)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-phonenumbers
+pkgver=8.12.2
+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=('1bd7a33869eba8068a9110ecea2e8d8b6b56003193ec1235e189686a442052f7d5510811ce32c74f9038e700677d450a16b63da6feea223c583828f49f1db471')
+
+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