[arch-commits] Commit in python-kubernetes/repos/community-any (PKGBUILD PKGBUILD)

Thore Bödecker foxxx0 at archlinux.org
Wed Jan 8 13:41:20 UTC 2020


    Date: Wednesday, January 8, 2020 @ 13:41:19
  Author: foxxx0
Revision: 550282

archrelease: copy trunk to community-any

Added:
  python-kubernetes/repos/community-any/PKGBUILD
    (from rev 550281, python-kubernetes/trunk/PKGBUILD)
Deleted:
  python-kubernetes/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   79 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-08 13:41:16 UTC (rev 550281)
+++ PKGBUILD	2020-01-08 13:41:19 UTC (rev 550282)
@@ -1,39 +0,0 @@
-# Maintainer: Ian Beringer <ian at ianberinger.com>
-
-pkgname=python-kubernetes
-_pkgbase=kubernetes
-pkgver=10.0.1
-pkgrel=1
-license=('Apache')
-pkgdesc='Python client for the kubernetes API'
-arch=('any')
-url='https://github.com/kubernetes-client/python'
-depends=('python' 'python-certifi' 'python-six' 'python-dateutil'
-         'python-urllib3' 'python-yaml' 'python-google-auth'
-         'python-websocket-client' 'python-requests' 'python-requests-oauthlib'
-         'python-adal')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-pluggy' 'python-py' 'python-mock' 'python-recommonmark' 'python-isort')
-source=("https://files.pythonhosted.org/packages/source/${_pkgbase::1}/${_pkgbase}/${_pkgbase}-${pkgver}.tar.gz")
-sha256sums=('3770a496663396ad1def665eeadb947b3f45217a08b64b10c01a57e981ac8592')
-
-prepare() {
-  cd "${srcdir}/${_pkgbase}-${pkgver}"
-  :
-}
-
-build() {
-  cd "${srcdir}/${_pkgbase}-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  cd "${srcdir}/${_pkgbase}-${pkgver}"
-  py.test -vvv -s --ignore=kubernetes/e2e_test
-}
-
-package() {
-  cd "${srcdir}/${_pkgbase}-${pkgver}"
-  python setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-kubernetes/repos/community-any/PKGBUILD (from rev 550281, python-kubernetes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-08 13:41:19 UTC (rev 550282)
@@ -0,0 +1,40 @@
+# Maintainer: Thore Bödecker <foxxx0 at archlinux.org>
+# Contributor: Ian Beringer <ian at ianberinger.com>
+
+pkgname=python-kubernetes
+_pkgbase=kubernetes
+pkgver=10.0.1
+pkgrel=2
+license=('Apache')
+pkgdesc='Python client for the kubernetes API'
+arch=('any')
+url='https://github.com/kubernetes-client/python'
+depends=('python' 'python-certifi' 'python-six' 'python-dateutil'
+         'python-urllib3' 'python-yaml' 'python-google-auth'
+         'python-websocket-client' 'python-requests' 'python-requests-oauthlib'
+         'python-adal')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-pluggy' 'python-py' 'python-mock' 'python-recommonmark' 'python-isort')
+source=("https://files.pythonhosted.org/packages/source/${_pkgbase::1}/${_pkgbase}/${_pkgbase}-${pkgver}.tar.gz")
+sha256sums=('3770a496663396ad1def665eeadb947b3f45217a08b64b10c01a57e981ac8592')
+
+prepare() {
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  :
+}
+
+build() {
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  py.test -vvv -s --ignore=kubernetes/e2e_test
+}
+
+package() {
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list