Date: Sunday, May 14, 2023 @ 09:57:00
Author: felixonmars
Revision: 1461555
archrelease: copy trunk to community-any
Added:
python-keycloak/repos/community-any/PKGBUILD
(from rev 1461554, python-keycloak/trunk/PKGBUILD)
Deleted:
python-keycloak/repos/community-any/PKGBUILD
----------+
PKGBUILD | 74 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-14 09:56:51 UTC (rev 1461554)
+++ PKGBUILD 2023-05-14 09:57:00 UTC (rev 1461555)
@@ -1,37 +0,0 @@
-# Maintainer: Jelle van der Waa <[email protected]>
-
-pkgname=python-keycloak
-pkgver=2.6.1
-pkgrel=2
-pkgdesc='Python package providing access to the Keycloak API'
-arch=('any')
-url='https://github.com/marcospereirampj/python-keycloak'
-license=('MIT')
-depends=('python' 'python-requests' 'python-requests-toolbelt' 'python-jose'
'python-urllib3')
-makedepends=(python-build python-installer python-wheel python-poetry-core)
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/marcospereirampj/python-keycloak/archive/refs/tags/v${pkgver}.tar.gz)
-sha256sums=('78f13f7bba8dc0eecaea1c9070ce5c2c41df0a66a9d1fab50a523c28fc8ce8ad')
-
-prepare() {
- cd "$pkgname-$pkgver"
-}
-
-build() {
- cd "$pkgname-$pkgver"
- python -m build --wheel --no-isolation
-}
-
-package() {
- cd "${pkgname}-${pkgver}"
-
- python -m installer --destdir="$pkgdir" dist/*.whl
- install -D -m644 LICENSE \
- "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-check() {
- cd "${pkgname}-$pkgver"
-
- # requires: python-httmock
-#python3 setup.py test
-}
Copied: python-keycloak/repos/community-any/PKGBUILD (from rev 1461554,
python-keycloak/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-14 09:57:00 UTC (rev 1461555)
@@ -0,0 +1,37 @@
+# Maintainer: Jelle van der Waa <[email protected]>
+
+pkgname=python-keycloak
+pkgver=2.7.0
+pkgrel=1
+pkgdesc='Python package providing access to the Keycloak API'
+arch=('any')
+url='https://github.com/marcospereirampj/python-keycloak'
+license=('MIT')
+depends=('python' 'python-requests' 'python-requests-toolbelt' 'python-jose'
'python-urllib3')
+makedepends=(python-build python-installer python-wheel python-poetry-core)
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/marcospereirampj/python-keycloak/archive/refs/tags/v${pkgver}.tar.gz)
+sha256sums=('290df9db8bc8a39c1f35cc76614c49f0ec38caf8f0ad8e5e43c9e65ac8d20e9a')
+
+prepare() {
+ cd "$pkgname-$pkgver"
+}
+
+build() {
+ cd "$pkgname-$pkgver"
+ python -m build --wheel --no-isolation
+}
+
+package() {
+ cd "${pkgname}-${pkgver}"
+
+ python -m installer --destdir="$pkgdir" dist/*.whl
+ install -D -m644 LICENSE \
+ "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+check() {
+ cd "${pkgname}-$pkgver"
+
+ # requires: python-httmock
+#python3 setup.py test
+}