diff --git a/ilot/authentik/APKBUILD b/ilot/authentik/APKBUILD index 615f078..552b6dd 100644 --- a/ilot/authentik/APKBUILD +++ b/ilot/authentik/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Antoine Martin (ayakael) # Maintainer: Antoine Martin (ayakael) pkgname=authentik -pkgver=2024.4.4 +pkgver=2024.8.2 pkgrel=0 pkgdesc="An open-source Identity Provider focused on flexibility and versatility" url="https://github.com/goauthentik/authentik" @@ -54,11 +54,14 @@ depends=" py3-deprecated py3-dnspython py3-django + py3-django-countries + py3-django-cte py3-django-filter py3-django-guardian py3-django-model-utils py3-django-otp py3-django-prometheus + py3-django-pglock py3-django-redis py3-django-rest-framework~=3.14.0 py3-django-rest-framework-guardian @@ -68,14 +71,15 @@ depends=" py3-dotenv py3-dumb-init py3-duo_client + py3-drf-orjson-renderer py3-drf-spectacular py3-email-validator - py3-facebook-sdk py3-fido2 py3-flower py3-frozenlist py3-geoip2 py3-google-auth + py3-google-api-python-client py3-gunicorn py3-h11 py3-httptools @@ -93,6 +97,7 @@ depends=" py3-lxml py3-maxminddb py3-msgpack + py3-msgraph-sdk py3-multidict py3-oauthlib py3-opencontainers @@ -107,6 +112,7 @@ depends=" py3-pydantic-scim py3-pynacl py3-pyrsistent + py3-pyrad py3-python-jwt py3-redis py3-requests @@ -124,7 +130,6 @@ depends=" py3-swagger-spec-validator py3-tornado py3-twilio - py3-twisted py3-txaio py3-tenant-schemas-celery py3-typing-extensions @@ -165,6 +170,7 @@ source=" authentik-manage.sh fix-ak-bash.patch root-settings-csrf_trusted_origins.patch + go-downgrade-1.22.patch " builddir="$srcdir/"authentik-version-$pkgver subpackages="$pkgname-openrc $pkgname-doc" @@ -247,7 +253,7 @@ package() { } sha512sums=" -22c8ff16b93b9fcb84478b6476dd4f6413719037affc7756f20ba1dc3afff1fbaae2f1fc89d7b3a9c4372fcc856009d8a4ef5eb7854855e4528523fb456a2491 authentik-2024.4.4.tar.gz +02e54183fa35e7a06780f68239db7b3b5e2ccd3c6e1fcaf97690d9b596077c7a5345dbb5b005f39ff67a0dae83bd9b71d1c6d18ba8fae9cc7174d5d856360bff authentik-2024.8.2.tar.gz 4defb4fe3a4230f4aa517fbecd5e5b8bcef2a64e1b40615660ae9eec33597310a09df5e126f4d39ce7764bd1716c0a7040637699135c103cbc1879593c6c06f1 authentik.openrc 6cb03b9b69df39bb4539fe05c966536314d766b2e9307a92d87070ba5f5b7e7ab70f1b5ee1ab3c0c50c23454f9c5a4caec29e63fdf411bbb7a124ad687569b89 authentik-worker.openrc 351e6920d987861f8bf0d7ab2f942db716a8dbdad1f690ac662a6ef29ac0fd46cf817cf557de08f1c024703503d36bc8b46f0d9eb1ecaeb399dce4c3bb527d17 authentik-ldap.openrc @@ -255,4 +261,5 @@ sha512sums=" f1a3cb215b6210fa7d857a452a9f2bc4dc0520e49b9fa7027547cff093d740a7e2548f1bf1f8831f7d5ccb80c8e523ee0c8bafcc4dc42d2788725f2137d21bee authentik-manage.sh 3e47db684a3f353dcecdb7bab8836b9d5198766735d77f676a51d952141a0cf9903fcb92e6306c48d2522d7a1f3028b37247fdc1dc74d4d6e043da7eb4f36d49 fix-ak-bash.patch 5c60e54b6a7829d611af66f5cb8184a002b5ae927efbd024c054a7c176fcb9efcfbe5685279ffcf0390b0f0abb3bb03e02782c6867c2b38d1ad2d508aae83fa0 root-settings-csrf_trusted_origins.patch +2cf7df44edfdbd9b0887efdc2fb2005d199470af2c16d7d5aef635760d63c34c948b58eabdb856a786a7ed4b127d1a19109c2ce6f186055ca4f19ac2637721fd go-downgrade-1.22.patch " diff --git a/ilot/authentik/go-downgrade-1.22.patch b/ilot/authentik/go-downgrade-1.22.patch new file mode 100644 index 0000000..a476cab --- /dev/null +++ b/ilot/authentik/go-downgrade-1.22.patch @@ -0,0 +1,15 @@ +diff --git a/go.mod.orig b/go.mod +index 65490a2..6de12af 100644 +--- a/go.mod.orig ++++ b/go.mod +@@ -1,8 +1,8 @@ + module goauthentik.io + +-go 1.23 ++go 1.22 + +-toolchain go1.23.0 ++toolchain go1.22.0 + + require ( + beryju.io/ldap v0.1.0 diff --git a/ilot/py3-django-countries/APKBUILD b/ilot/py3-django-countries/APKBUILD new file mode 100644 index 0000000..67e36b5 --- /dev/null +++ b/ilot/py3-django-countries/APKBUILD @@ -0,0 +1,40 @@ +# Contributor: Antoine Martin (ayakael) +# Maintainer: Antoine Martin (ayakael) +pkgname=py3-django-countries +#_pkgreal is used by apkbuild-pypi to find modules at PyPI +_pkgreal=django-countries +pkgver=7.6.1 +pkgrel=0 +pkgdesc="Provides a country field for Django models." +url="https://pypi.python.org/project/django-countries" +arch="noarch" +license="MIT" +depends="py3-django py3-asgiref py3-typing-extensions" +# missing py3-graphene +checkdepends="py3-pytest-django py3-pytest-cov py3-django-rest-framework" +makedepends="py3-setuptools py3-gpep517 py3-wheel" +source="$pkgname-$pkgver.tar.gz::https://github.com/SmileyChris/django-countries/archive/refs/tags/v$pkgver.tar.gz" +options="!check" # TODO +builddir="$srcdir/$_pkgreal-$pkgver" +subpackages="$pkgname-pyc" + +build() { + gpep517 build-wheel \ + --wheel-dir .dist \ + --output-fd 3 3>&1 >&2 +} + +check() { + python3 -m venv --clear --without-pip --system-site-packages .testenv + .testenv/bin/python3 -m installer .dist/*.whl + .testenv/bin/python3 -m pytest -v +} + +package() { + python3 -m installer -d "$pkgdir" \ + .dist/*.whl +} + +sha512sums=" +53c7db02244aad196c141d1d04db5087c802d69d12de25e86fe0b2abdfb4ce9ed6ec84b6344c423dc6e7d2e57c2bb14a5324739c7cead54ec7d261e7e3fe6112 py3-django-countries-7.6.1.tar.gz +" diff --git a/ilot/py3-django-tenants/APKBUILD b/ilot/py3-django-tenants/APKBUILD index 167cc81..a0c82f0 100644 --- a/ilot/py3-django-tenants/APKBUILD +++ b/ilot/py3-django-tenants/APKBUILD @@ -4,11 +4,11 @@ pkgname=py3-django-tenants #_pkgreal is used by apkbuild-pypi to find modules at PyPI _pkgreal=django-tenants pkgver=3.6.1 -pkgrel=2 +pkgrel=3 pkgdesc="Tenant support for Django using PostgreSQL schemas." url="https://pypi.python.org/project/django-tenants" arch="noarch" -license="KIT" +license="MIT" depends="py3-django py3-psycopg py3-gunicorn py3-coverage" checkdepends="python3-dev py3-pytest" makedepends="py3-setuptools py3-gpep517 py3-wheel" diff --git a/ilot/py3-drf-orjson-renderer/APKBUILD b/ilot/py3-drf-orjson-renderer/APKBUILD new file mode 100644 index 0000000..52a7c47 --- /dev/null +++ b/ilot/py3-drf-orjson-renderer/APKBUILD @@ -0,0 +1,39 @@ +# Contributor: Antoine Martin (ayakael) +# Maintainer: Antoine Martin (ayakael) +pkgname=py3-drf-orjson-renderer +#_pkgreal is used by apkbuild-pypi to find modules at PyPI +_pkgreal=drf_orjson_renderer +pkgver=1.7.3 +_gittag=9a59352f82e262bd78ccc0228361bcb321a33623 +pkgrel=0 +pkgdesc="Django RestFramework JSON Renderer Backed by orjson" +url="https://pypi.python.org/project/drf-orjson-renderer" +arch="noarch" +license="MIT" +depends="py3-django-rest-framework py3-orjson" +checkdepends="py3-pytest-django py3-numpy" +makedepends="py3-setuptools py3-gpep517 py3-wheel" +source="$pkgname-$pkgver.tar.gz::https://github.com/brianjbuck/drf_orjson_renderer/archive/$_gittag.tar.gz" +builddir="$srcdir/$_pkgreal-$_gittag" +subpackages="$pkgname-pyc" + +build() { + gpep517 build-wheel \ + --wheel-dir .dist \ + --output-fd 3 3>&1 >&2 +} + +check() { + python3 -m venv --clear --without-pip --system-site-packages .testenv + .testenv/bin/python3 -m installer .dist/*.whl + .testenv/bin/python3 -m pytest -v +} + +package() { + python3 -m installer -d "$pkgdir" \ + .dist/*.whl +} + +sha512sums=" +7870aebf6bcc249228b1620f4b50124eef54e251dcac236e23be4287284461617d630b073d2e9122f66779a908dfd69c5e16b486b23de0114b06b3df6b468e95 py3-drf-orjson-renderer-1.7.3.tar.gz +" diff --git a/ilot/py3-pyrad/APKBUILD b/ilot/py3-pyrad/APKBUILD new file mode 100644 index 0000000..748ef46 --- /dev/null +++ b/ilot/py3-pyrad/APKBUILD @@ -0,0 +1,39 @@ +# Contributor: Antoine Martin (ayakael) +# Maintainer: Antoine Martin (ayakael) +pkgname=py3-pyrad +#_pkgreal is used by apkbuild-pypi to find modules at PyPI +_pkgreal=pyrad +pkgver=2.4 +pkgrel=0 +pkgdesc="Python RADIUS Implementation" +url="https://pypi.python.org/project/pyrad" +arch="noarch" +license="BSD-3-Clause" +depends="python3" +checkdepends="py3-pytest" +makedepends="py3-setuptools py3-gpep517 py3-wheel poetry" +source="$pkgname-$pkgver.tar.gz::https://github.com/pyradius/pyrad/archive/refs/tags/$pkgver.tar.gz" +options="!check" # TODO +builddir="$srcdir/$_pkgreal-$pkgver" +subpackages="$pkgname-pyc" + +build() { + gpep517 build-wheel \ + --wheel-dir .dist \ + --output-fd 3 3>&1 >&2 +} + +check() { + python3 -m venv --clear --without-pip --system-site-packages .testenv + .testenv/bin/python3 -m installer .dist/*.whl + .testenv/bin/python3 -m pytest -v +} + +package() { + python3 -m installer -d "$pkgdir" \ + .dist/*.whl +} + +sha512sums=" +e4f4c687596bd226cf2cdb409a8d940c7b665fb7f722d09113dd9a1b05ab176ce8f920b235918ec01695f262930d13b4057b199cf6aac72afa54950c1fb59166 py3-pyrad-2.4.tar.gz +"