Date: Sunday, April 30, 2023 @ 19:34:59
Author: felixonmars
Revision: 1455482
archrelease: copy trunk to community-testing-any
Added:
python-phonenumbers/repos/community-testing-any/PKGBUILD
(from rev 1455481, python-phonenumbers/trunk/PKGBUILD)
Deleted:
python-phonenumbers/repos/community-testing-any/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-30 19:34:51 UTC (rev 1455481)
+++ PKGBUILD 2023-04-30 19:34:59 UTC (rev 1455482)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-phonenumbers
-pkgver=8.13.10
-_commit=a7a9796ff097d1193377f3e28f33439d6296add0
-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=('git' 'python-setuptools')
-source=("git+https://github.com/daviddrysdale/python-phonenumbers.git#commit=$_commit")
-sha512sums=('SKIP')
-
-build() {
- cd python-phonenumbers/python
- python setup.py build
-}
-
-check() {
- cd python-phonenumbers/python
- python setup.py test
-}
-
-package() {
- cd python-phonenumbers/python
- python setup.py install -O1 --root "$pkgdir"
-}
Copied: python-phonenumbers/repos/community-testing-any/PKGBUILD (from rev
1455481, python-phonenumbers/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-30 19:34:59 UTC (rev 1455482)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-phonenumbers
+pkgver=8.13.11
+_commit=653a6b544ea387f33d205a53d475e5eb4cf4466b
+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=('git' 'python-setuptools')
+source=("git+https://github.com/daviddrysdale/python-phonenumbers.git#commit=$_commit")
+sha512sums=('SKIP')
+
+build() {
+ cd python-phonenumbers/python
+ python setup.py build
+}
+
+check() {
+ cd python-phonenumbers/python
+ python setup.py test
+}
+
+package() {
+ cd python-phonenumbers/python
+ python setup.py install -O1 --root "$pkgdir"
+}