Date: Sunday, November 27, 2022 @ 10:08:31
Author: foxxx0
Revision: 1354097
archrelease: copy trunk to community-any
Added:
python-kubernetes/repos/community-any/PKGBUILD
(from rev 1354096, python-kubernetes/trunk/PKGBUILD)
Deleted:
python-kubernetes/repos/community-any/PKGBUILD
----------+
PKGBUILD | 92 +++++++++++++++++++++++++++----------------------------------
1 file changed, 42 insertions(+), 50 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-27 10:08:26 UTC (rev 1354096)
+++ PKGBUILD 2022-11-27 10:08:31 UTC (rev 1354097)
@@ -1,50 +0,0 @@
-# Maintainer: Thore Bödecker <[email protected]>
-# Contributor: Ian Beringer <[email protected]>
-
-pkgname=python-kubernetes
-_pkgbase="${pkgname#python-}"
-_kubernetes_base_commit=b4d3aad42dc23e7a6c0e5c032691f8dc385a786c
-pkgver=24.2.0
-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-isort' 'python-nose')
-source=("${_pkgbase}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
-
"${_pkgbase}-base-${_kubernetes_base_commit}.tar.gz::https://github.com/kubernetes-client/python-base/archive/${_kubernetes_base_commit}.tar.gz")
-sha256sums=('68330be70d281f8e7193fb38ce4a51355f1c05d2e6f33d09f113a7b944491627'
- 'c76a4f51e662132da2d29cafafe6aeab1778d7e546dc7c918ec6f3e1d4943871')
-
-prepare() {
- cd "${srcdir}"
-
- mv -v "python-${pkgver}" "${_pkgbase}-${pkgver}"
- mv -v "python-base-${_kubernetes_base_commit}"
"${_pkgbase}-base-${_kubernetes_base_commit}"
-
- # their "base" has been split out to a git submodule, so include it via
symlink
- rm -vrf "${_pkgbase}-${pkgver}/kubernetes/base"
- ln -vsf "${srcdir}/${_pkgbase}-base-${_kubernetes_base_commit}"
"${_pkgbase}-${pkgver}/kubernetes/base"
-}
-
-build() {
- cd "${srcdir}/${_pkgbase}-${pkgver}"
- python setup.py build
-}
-
-check() {
- cd "${srcdir}/${_pkgbase}-${pkgver}"
- export PYTHONPATH="${PWD}"
- 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 1354096,
python-kubernetes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-27 10:08:31 UTC (rev 1354097)
@@ -0,0 +1,42 @@
+# Maintainer: Thore Bödecker <[email protected]>
+# Contributor: Ian Beringer <[email protected]>
+
+pkgname=python-kubernetes
+_pkgbase="${pkgname#python-}"
+pkgver=25.3.0
+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-isort' 'python-nose')
+source=("${_pkgbase}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('7d0d9b35509372ff59a0c6506134df05a903ddd7ca90767579196def09e7a7c3')
+
+prepare() {
+ cd "${srcdir}"
+
+ mv -v "python-${pkgver}" "${_pkgbase}-${pkgver}"
+}
+
+build() {
+ cd "${srcdir}/${_pkgbase}-${pkgver}"
+ python setup.py build
+}
+
+check() {
+ cd "${srcdir}/${_pkgbase}-${pkgver}"
+ export PYTHONPATH="${PWD}"
+ 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"
+}