Date: Thursday, April 13, 2023 @ 02:51:04
  Author: felixonmars
Revision: 1445058

archrelease: copy trunk to community-staging-any

Added:
  python-phonenumbers/repos/community-staging-any/PKGBUILD
    (from rev 1445057, 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-13 02:50:55 UTC (rev 1445057)
+++ PKGBUILD    2023-04-13 02:51:04 UTC (rev 1445058)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-phonenumbers
-pkgver=8.13.8
-_commit=a60408d5f75034f06cf79abd09eef9c83ad57877
-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=('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 
1445057, python-phonenumbers/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-13 02:51:04 UTC (rev 1445058)
@@ -0,0 +1,29 @@
+# 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"
+}

Reply via email to