[arch-commits] Commit in python-softlayer/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Apr 2 02:42:39 UTC 2018
Date: Monday, April 2, 2018 @ 02:42:39
Author: felixonmars
Revision: 313805
archrelease: copy trunk to community-any
Added:
python-softlayer/repos/community-any/PKGBUILD
(from rev 313804, python-softlayer/trunk/PKGBUILD)
Deleted:
python-softlayer/repos/community-any/PKGBUILD
----------+
PKGBUILD | 122 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 61 insertions(+), 61 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-04-02 02:42:17 UTC (rev 313804)
+++ PKGBUILD 2018-04-02 02:42:39 UTC (rev 313805)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgbase=python-softlayer
-pkgname=('python-softlayer' 'python2-softlayer')
-pkgver=5.4.2
-pkgrel=1
-pkgdesc="A library for SoftLayer's API"
-arch=('any')
-license=('MIT')
-url='https://github.com/softlayer/softlayer-python'
-makedepends=('python-setuptools' 'python2-setuptools' 'python-prettytable' 'python2-prettytable'
- 'python-click' 'python2-click' 'python-requests' 'python2-requests'
- 'python-prompt_toolkit' 'python2-prompt_toolkit' 'python-pygments' 'python2-pygments')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 'python2-mock'
- 'python-testtools' 'python2-testtools')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/softlayer/softlayer-python/archive/v$pkgver.tar.gz")
-sha512sums=('11335ebfc71752729b02d764433c8bdc27d0d0807d0ed6e4aac9a58947313d7663e137631573bb473396b205b8b686aaed076207cc6dfc9cc227fd3172d4dbfe')
-
-prepare() {
- cp -a softlayer-python-$pkgver{,-py2}
-}
-
-build() {
- cd "$srcdir"/softlayer-python-$pkgver
- python setup.py build
-
- cd "$srcdir"/softlayer-python-$pkgver-py2
- python2 setup.py build
-}
-
-check() {
- cd "$srcdir"/softlayer-python-$pkgver
- python setup.py pytest
-
- cd "$srcdir"/softlayer-python-$pkgver-py2
- python2 setup.py pytest
-}
-
-package_python-softlayer() {
- depends=('python-setuptools' 'python-prettytable' 'python-click' 'python-requests'
- 'python-prompt_toolkit' 'python-pygments')
-
- cd softlayer-python-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1
- install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-softlayer() {
- depends=('python2-setuptools' 'python2-prettytable' 'python2-click' 'python2-requests'
- 'python2-prompt_toolkit' 'python2-pygments')
-
- cd softlayer-python-$pkgver-py2
- python2 setup.py install --root="$pkgdir" --optimize=1
- install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
- mv "$pkgdir"/usr/bin/sl{,2}
- mv "$pkgdir"/usr/bin/slcli{,2}
-}
-
-# vim:set ts=2 sw=2 et:
Copied: python-softlayer/repos/community-any/PKGBUILD (from rev 313804, python-softlayer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-04-02 02:42:39 UTC (rev 313805)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgbase=python-softlayer
+pkgname=('python-softlayer' 'python2-softlayer')
+pkgver=5.4.3
+pkgrel=1
+pkgdesc="A library for SoftLayer's API"
+arch=('any')
+license=('MIT')
+url='https://github.com/softlayer/softlayer-python'
+makedepends=('python-setuptools' 'python2-setuptools' 'python-prettytable' 'python2-prettytable'
+ 'python-click' 'python2-click' 'python-requests' 'python2-requests'
+ 'python-prompt_toolkit' 'python2-prompt_toolkit' 'python-pygments' 'python2-pygments')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 'python2-mock'
+ 'python-testtools' 'python2-testtools')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/softlayer/softlayer-python/archive/v$pkgver.tar.gz")
+sha512sums=('63dad2bcc1d18f4d22991b9fc94a3e2903b1073d9f15d3853ff57c7d46930d38b9ceac48633e4ceb51362bdf9b62cdc3082185a3f500c13037d43377555d2b86')
+
+prepare() {
+ cp -a softlayer-python-$pkgver{,-py2}
+}
+
+build() {
+ cd "$srcdir"/softlayer-python-$pkgver
+ python setup.py build
+
+ cd "$srcdir"/softlayer-python-$pkgver-py2
+ python2 setup.py build
+}
+
+check() {
+ cd "$srcdir"/softlayer-python-$pkgver
+ python setup.py pytest
+
+ cd "$srcdir"/softlayer-python-$pkgver-py2
+ python2 setup.py pytest
+}
+
+package_python-softlayer() {
+ depends=('python-setuptools' 'python-prettytable' 'python-click' 'python-requests'
+ 'python-prompt_toolkit' 'python-pygments')
+
+ cd softlayer-python-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1
+ install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-softlayer() {
+ depends=('python2-setuptools' 'python2-prettytable' 'python2-click' 'python2-requests'
+ 'python2-prompt_toolkit' 'python2-pygments')
+
+ cd softlayer-python-$pkgver-py2
+ python2 setup.py install --root="$pkgdir" --optimize=1
+ install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+ mv "$pkgdir"/usr/bin/sl{,2}
+ mv "$pkgdir"/usr/bin/slcli{,2}
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list