[arch-commits] Commit in python-phonenumbers/repos/community-testing-any (2 files)
Felix Yan
felixonmars at gemini.archlinux.org
Sat Dec 11 22:06:09 UTC 2021
Date: Saturday, December 11, 2021 @ 22:06:08
Author: felixonmars
Revision: 1068338
archrelease: copy trunk to community-testing-any
Added:
python-phonenumbers/repos/community-testing-any/PKGBUILD
(from rev 1068337, python-phonenumbers/trunk/PKGBUILD)
Deleted:
python-phonenumbers/repos/community-testing-any/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-11 22:06:01 UTC (rev 1068337)
+++ PKGBUILD 2021-12-11 22:06:08 UTC (rev 1068338)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-phonenumbers
-pkgver=8.12.38
-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=('324c365014cbb42b8c0f6902956a22939155c4530bb6bffb4001d980d63f06f250abba0d91f596ba7303cdff2466f1218d16fc96befa906837f66bf511b9912b')
-
-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-testing-any/PKGBUILD (from rev 1068337, python-phonenumbers/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-11 22:06:08 UTC (rev 1068338)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-phonenumbers
+pkgver=8.12.39
+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=('3d2956279202fdb3e3091923965cc8d4d0386b3ebf47616f0c6d482e2b4c10854745b9af7a398c72877b757a6b1bec9b07648464deb90ee74d5deb3f83934ade')
+
+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