[arch-commits] Commit in python-phonenumbers/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Dec 12 19:40:04 UTC 2019
Date: Thursday, December 12, 2019 @ 19:40:04
Author: felixonmars
Revision: 537441
archrelease: copy trunk to community-any
Added:
python-phonenumbers/repos/community-any/PKGBUILD
(from rev 537440, python-phonenumbers/trunk/PKGBUILD)
Deleted:
python-phonenumbers/repos/community-any/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-12-12 19:39:53 UTC (rev 537440)
+++ PKGBUILD 2019-12-12 19:40:04 UTC (rev 537441)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-phonenumbers
-pkgver=8.11.0
-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=('71deeb598842e26ec99f2e0af9ad8eac82e91e2abe18b4bb0fbd778771fa5809f043daa3da053f6e529953026ae611585fec39611bf79242619c9ea2e2f2be7d')
-
-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 537440, python-phonenumbers/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-12-12 19:40:04 UTC (rev 537441)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-phonenumbers
+pkgver=8.11.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=('8e0f59300c6494d5305ea0bdddc5173bba18f39bb9bcd71f64efbab7988d4eb331379488430f5d0f911c518c58c2e96b6978bbf46b235cfb771120e5c3e57218')
+
+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