[arch-commits] Commit in python-qiniu/repos/community-any (4 files)

Felix Yan felixonmars at archlinux.org
Wed Oct 18 12:59:10 UTC 2017


    Date: Wednesday, October 18, 2017 @ 12:59:09
  Author: felixonmars
Revision: 263244

archrelease: copy trunk to community-any

Added:
  python-qiniu/repos/community-any/LICENSE
    (from rev 263243, python-qiniu/trunk/LICENSE)
  python-qiniu/repos/community-any/PKGBUILD
    (from rev 263243, python-qiniu/trunk/PKGBUILD)
Deleted:
  python-qiniu/repos/community-any/LICENSE
  python-qiniu/repos/community-any/PKGBUILD

----------+
 LICENSE  |   44 ++++++++++++------------
 PKGBUILD |  108 +++++++++++++++++++++++++++++--------------------------------
 2 files changed, 75 insertions(+), 77 deletions(-)

Deleted: LICENSE
===================================================================
--- LICENSE	2017-10-18 12:55:20 UTC (rev 263243)
+++ LICENSE	2017-10-18 12:59:09 UTC (rev 263244)
@@ -1,22 +0,0 @@
-The MIT License (MIT)
-
-Copyright (c) 2014 Qiniu, Ltd.<sdk at qiniu.com>
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-

Copied: python-qiniu/repos/community-any/LICENSE (from rev 263243, python-qiniu/trunk/LICENSE)
===================================================================
--- LICENSE	                        (rev 0)
+++ LICENSE	2017-10-18 12:59:09 UTC (rev 263244)
@@ -0,0 +1,22 @@
+The MIT License (MIT)
+
+Copyright (c) 2014 Qiniu, Ltd.<sdk at qiniu.com>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-18 12:55:20 UTC (rev 263243)
+++ PKGBUILD	2017-10-18 12:59:09 UTC (rev 263244)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgbase=python-qiniu
-pkgname=(python-qiniu python2-qiniu)
-pkgver=7.1.7
-pkgrel=1
-pkgdesc="Qiniu Resource Storage SDK for Python"
-arch=('any')
-url='https://github.com/qiniu/python-sdk'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 'python2-requests')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/qiniu/python-sdk/archive/v$pkgver.tar.gz")
-sha512sums=('60fdd8dd31c639ce9ea2be9479cd6a048e38812063b78140d0b138ffbcc096bd57593f33ec30e99d6f2384346338c98cbaefabd4036f4f4a4ab9aea862192613')
-
-prepare() {
-  cp -a python-sdk-$pkgver{,-py2}
-}
-
-check() {
-  # Extracted from .travis.yml
-  export QINIU_ACCESS_KEY="QWYn5TFQsLLU1pL5MFEmX3s5DmHdUThav9WyOWOm"
-  export QINIU_SECRET_KEY="Bxckh6FA-Fbs9Yt3i3cbKVK22UPBmAOHJcL95pGz"
-  export QINIU_TEST_BUCKET="pythonsdk"
-  export QINIU_TEST_DOMAIN="pythonsdk.qiniudn.com"
-  export QINIU_TEST_ENV="travis"
-
-  cd "$srcdir"/python-sdk-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/python-sdk-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-qiniu() {
-  depends=('python-requests' 'python-setuptools')
-
-  cd python-sdk-$pkgver
-  python setup.py install -O1 --root "$pkgdir"
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-qiniu() {
-  depends=('python2-requests' 'python2-setuptools')
-
-  cd python-sdk-$pkgver-py2
-  python2 setup.py install -O1 --root "$pkgdir"
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  # Don't conflict with python 3.x version
-  mv "$pkgdir"/usr/bin/qiniupy{,2}
-}

Copied: python-qiniu/repos/community-any/PKGBUILD (from rev 263243, python-qiniu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-10-18 12:59:09 UTC (rev 263244)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgbase=python-qiniu
+pkgname=(python-qiniu python2-qiniu)
+pkgver=7.1.8
+pkgrel=1
+pkgdesc="Qiniu Resource Storage SDK for Python"
+arch=('any')
+url='https://github.com/qiniu/python-sdk'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 'python2-requests')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/qiniu/python-sdk/archive/v$pkgver.tar.gz")
+sha512sums=('50b3b7881dfd7f82d62bfbc7351609fd200923cc31d1ebaa9f5fe0601e37811d9fa3dcb2f4f018780c56b047192cbea37de3362ded4d3fa2a7b3b4fd8398d534')
+
+prepare() {
+  cp -a python-sdk-$pkgver{,-py2}
+}
+
+check() {
+  # Extracted from .travis.yml
+  export QINIU_TEST_BUCKET="pythonsdk"
+  export QINIU_TEST_DOMAIN="pythonsdk.qiniudn.com"
+  export QINIU_TEST_ENV="travis"
+
+  cd "$srcdir"/python-sdk-$pkgver
+  python setup.py pytest || warning "Tests failed"
+
+  cd "$srcdir"/python-sdk-$pkgver-py2
+  python2 setup.py pytest || warning "Tests failed"
+}
+
+package_python-qiniu() {
+  depends=('python-requests' 'python-setuptools')
+
+  cd python-sdk-$pkgver
+  python setup.py install -O1 --root "$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-qiniu() {
+  depends=('python2-requests' 'python2-setuptools')
+
+  cd python-sdk-$pkgver-py2
+  python2 setup.py install -O1 --root "$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  # Don't conflict with python 3.x version
+  mv "$pkgdir"/usr/bin/qiniupy{,2}
+}



More information about the arch-commits mailing list