Date: Thursday, April 20, 2023 @ 17:11:33
Author: felixonmars
Revision: 1447831
archrelease: copy trunk to community-staging-any
Added:
python-phonenumbers/repos/community-staging-any/PKGBUILD
(from rev 1447830, python-phonenumbers/trunk/PKGBUILD)
Deleted:
python-phonenumbers/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-20 17:11:25 UTC (rev 1447830)
+++ PKGBUILD 2023-04-20 17:11:33 UTC (rev 1447831)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-phonenumbers
-pkgver=8.13.9
-_commit=0b7a399fdb22d3fe8e8a3f41422347300dd2976a
-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-staging-any/PKGBUILD (from rev
1447830, python-phonenumbers/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-20 17:11:33 UTC (rev 1447831)
@@ -0,0 +1,29 @@
+# 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"
+}