[arch-commits] Commit in python-phonenumbers/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Fri Oct 22 10:35:34 UTC 2021
Date: Friday, October 22, 2021 @ 10:35:33
Author: felixonmars
Revision: 1032205
archrelease: copy trunk to community-any
Added:
python-phonenumbers/repos/community-any/PKGBUILD
(from rev 1032204, python-phonenumbers/trunk/PKGBUILD)
Deleted:
python-phonenumbers/repos/community-any/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-10-22 10:35:26 UTC (rev 1032204)
+++ PKGBUILD 2021-10-22 10:35:33 UTC (rev 1032205)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-phonenumbers
-pkgver=8.12.34
-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=("https://github.com/daviddrysdale/python-phonenumbers/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('81ff69a4c26d1c76107a0a66ee8e29a0cce76aaab0f549d251865a11090b9833896847fb3f8b408f1e143a0991f582dae7be2137431aa9489ed9cfd703c32997')
-
-build() {
- cd python-phonenumbers-$pkgver/python
- python setup.py build
-}
-
-check() {
- cd python-phonenumbers-$pkgver/python
- python setup.py test
-}
-
-package() {
- cd python-phonenumbers-$pkgver/python
- python setup.py install -O1 --root "$pkgdir"
-}
Copied: python-phonenumbers/repos/community-any/PKGBUILD (from rev 1032204, python-phonenumbers/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-10-22 10:35:33 UTC (rev 1032205)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-phonenumbers
+pkgver=8.12.35
+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=("https://github.com/daviddrysdale/python-phonenumbers/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('da598cb13e06e2741124ded636d2ed2216e4e6faf4129ee6f7cf9d1198a6640a0a07f1115862c302b6235e26a792af54c03abe83924652d0b152c77dd012e7cd')
+
+build() {
+ cd python-phonenumbers-$pkgver/python
+ python setup.py build
+}
+
+check() {
+ cd python-phonenumbers-$pkgver/python
+ python setup.py test
+}
+
+package() {
+ cd python-phonenumbers-$pkgver/python
+ python setup.py install -O1 --root "$pkgdir"
+}
More information about the arch-commits
mailing list