Date: Saturday, January 21, 2023 @ 06:46:32
Author: felixonmars
Revision: 1387230
archrelease: copy trunk to community-any
Added:
python-qiniu/repos/community-any/PKGBUILD
(from rev 1387229, python-qiniu/trunk/PKGBUILD)
Deleted:
python-qiniu/repos/community-any/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-21 06:46:23 UTC (rev 1387229)
+++ PKGBUILD 2023-01-21 06:46:32 UTC (rev 1387230)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-qiniu
-pkgver=7.9.0
-pkgrel=2
-pkgdesc="Qiniu Resource Storage SDK for Python"
-arch=('any')
-url='https://github.com/qiniu/python-sdk'
-license=('MIT')
-depends=('python-requests')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-freezegun')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/qiniu/python-sdk/archive/v$pkgver.tar.gz")
-sha512sums=('ddf0e2506c66b86822e05566a985961f5f22a7c0d4d8faeedbff2b1c96430c74fad3329a6dfb614cfcf68bd6c9ca308382d6a10b1cc9e0b82d277b1a89501d08')
-
-build() {
- cd python-sdk-$pkgver
- python setup.py build
-}
-
-check() {
- cd python-sdk-$pkgver
- pytest || echo "Tests failed"
-}
-
-package() {
- cd python-sdk-$pkgver
- python setup.py install -O1 --root "$pkgdir"
-
- install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}
Copied: python-qiniu/repos/community-any/PKGBUILD (from rev 1387229,
python-qiniu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-21 06:46:32 UTC (rev 1387230)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-qiniu
+pkgver=7.10.0
+pkgrel=1
+pkgdesc="Qiniu Resource Storage SDK for Python"
+arch=('any')
+url='https://github.com/qiniu/python-sdk'
+license=('MIT')
+depends=('python-requests')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-freezegun')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/qiniu/python-sdk/archive/v$pkgver.tar.gz")
+sha512sums=('50e3e9d2eecb6471734836db0f4cf28180735f5006dda3b62dd66df28a30ab8eea98cb316c687cac785cfc8fe42fc4d8b86f96c0014347c859625c431309cf42')
+
+build() {
+ cd python-sdk-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd python-sdk-$pkgver
+ pytest || echo "Tests failed"
+}
+
+package() {
+ cd python-sdk-$pkgver
+ python setup.py install -O1 --root "$pkgdir"
+
+ install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}