[arch-commits] Commit in python-phonenumbers/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri May 31 16:04:11 UTC 2019
Date: Friday, May 31, 2019 @ 16:04:09
Author: felixonmars
Revision: 475954
archrelease: copy trunk to community-any
Added:
python-phonenumbers/repos/community-any/PKGBUILD
(from rev 475953, 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-31 16:03:55 UTC (rev 475953)
+++ PKGBUILD 2019-05-31 16:04:09 UTC (rev 475954)
@@ -1,28 +0,0 @@
-# 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"
-}
Copied: python-phonenumbers/repos/community-any/PKGBUILD (from rev 475953, python-phonenumbers/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-05-31 16:04:09 UTC (rev 475954)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-phonenumbers
+pkgver=8.10.13
+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=('ca5dd22f8184b44d2d373dbfe090b497147e4f0855e6ba597a878b7147b8d58290b69a7f92bba6782530469338ea867b0538014405945f13c74496dc1fae2ef5')
+
+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