[arch-commits] Commit in python-phonenumbers/repos/community-staging-any (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Thu Oct 31 17:05:37 UTC 2019
Date: Thursday, October 31, 2019 @ 17:05:37
Author: foutrelis
Revision: 521255
archrelease: copy trunk to community-staging-any
Added:
python-phonenumbers/repos/community-staging-any/PKGBUILD
(from rev 521254, python-phonenumbers/trunk/PKGBUILD)
Deleted:
python-phonenumbers/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-31 17:05:31 UTC (rev 521254)
+++ PKGBUILD 2019-10-31 17:05:37 UTC (rev 521255)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-phonenumbers
-pkgver=8.10.21
-pkgrel=2
-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=('12513e35d7c6e34589ccb951fbf474117453cfca1c7ad51e46b771ccf0ad73d03b4154881e05ca35d308816d3328da2e18c5fef89d60e1330e9ebfefd3c3ee7c')
-
-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-staging-any/PKGBUILD (from rev 521254, python-phonenumbers/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-31 17:05:37 UTC (rev 521255)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-phonenumbers
+pkgver=8.10.21
+pkgrel=3
+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=('12513e35d7c6e34589ccb951fbf474117453cfca1c7ad51e46b771ccf0ad73d03b4154881e05ca35d308816d3328da2e18c5fef89d60e1330e9ebfefd3c3ee7c')
+
+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