From bb43ffe016b1d6df34f5b77bb04c27a89b537ef4 Mon Sep 17 00:00:00 2001 From: Gabriel Arakaki Giovanini Date: Mon, 25 Dec 2023 22:08:26 +0100 Subject: feat: Upgrade to 3.19 --- README.md | 34 +++++----------------------------- apks/jnfilter/APKBUILD | 2 +- build.yml | 6 +++--- docs/index.html | 4 ++-- 4 files changed, 11 insertions(+), 35 deletions(-) diff --git a/README.md b/README.md index 995448b..ec12990 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Who needs docker anyways ;) If for whatever reason you want to add this repo: ```shell -echo "https://artifacts.gabrielgio.me/repo/v3.18/ " >> /etc/apk/repositories +echo "https://artifacts.gabrielgio.me/repo/v3.19/ " >> /etc/apk/repositories ``` Then trust me: @@ -20,31 +20,7 @@ curl https://artifacts.gabrielgio.me/repo/mail%40gabrielgio.me-62ddc4dc.rsa.pub -o /etc/apk/keys/mail@gabrielgio.me-62ddc4dc.rsa.pub ``` -# Apks Alpine 3.18 - -## lens -- **url**: https://git.sr.ht/~gabrielgio/lens -- **version**: WIP so I'm not tracking -- **reason**: Own project - -## genpass -- **link**: https://git.sr.ht/~gabrielgio/genpass -- **version**: 0.1.0 -- **reason**: Own project - -## reddit-nextcloud-importer -- **link**: https://git.sr.ht/~gabrielgio/reddit-nextcloud-importer -- **version**: 0.1.2 -- **reason**: Own project - -## nextcloud-api-wrapper -- **link**: https://github.com/luffah/nextcloud-API -- **version**: 0.2.3 -- **reason**: Reddit reddit-nextcloud-importer dependency -- **releases**: https://pypi.org/project/nextcloud-api-wrapper/#history - -## alps -- **link**: https://jsonpickle.github.io/ -- **version**: 0_git20221018 -- **reason**: Avoid edge repository -- **source**: https://git.alpinelinux.org/aports/tree/testing/alps?h=master +# Apks Alpine 3.19 + +For docs check https://apkdoc.gabrielgio.me/ + diff --git a/apks/jnfilter/APKBUILD b/apks/jnfilter/APKBUILD index 850f917..2ed2477 100644 --- a/apks/jnfilter/APKBUILD +++ b/apks/jnfilter/APKBUILD @@ -13,7 +13,7 @@ depends=" py3-flask py3-gunicorn " -makedepends="python3-dev " +makedepends="python3-dev py3-setuptools" builddir="$srcdir/$pkgname-v$pkgver" subpackages=" $pkgname-openrc diff --git a/build.yml b/build.yml index 8754b9e..7a3ba59 100644 --- a/build.yml +++ b/build.yml @@ -1,7 +1,7 @@ -image: alpine/3.18 +image: alpine/3.19 repositories: gabrielgio.me: > - https://artifacts.gabrielgio.me/repo/v3.18/ + https://artifacts.gabrielgio.me/repo/v3.19/ https://artifacts.gabrielgio.me/repo/mail%40gabrielgio.me-62ddc4dc.rsa.pub mail@gabrielgio.me-62ddc4dc.rsa.pub packages: @@ -33,7 +33,7 @@ tasks: - doc: | cd apkbuilds sshopts="ssh -o StrictHostKeyChecking=no" - apkdoc -u "https://artifacts.gabrielgio.me/repo/v3.18/x86_64/APKINDEX.tar.gz" -f docs/index.html -o index.html + apkdoc -u "https://artifacts.gabrielgio.me/repo/v3.19/x86_64/APKINDEX.tar.gz" -f docs/index.html -o index.html minify -o index.html index.html rsync --rsh="$sshopts" -rP index.html $remote:/var/www/apkdoc.gabrielgio.me/ diff --git a/docs/index.html b/docs/index.html index cafe40f..831f7c6 100644 --- a/docs/index.html +++ b/docs/index.html @@ -535,10 +535,10 @@

Gabriel's apk repo

To enable this repository:

-echo "https://artifacts.gabrielgio.me/repo/v3.18/ " >> /etc/apk/repositories +echo "https://artifacts.gabrielgio.me/repo/v3.19/ " >> /etc/apk/repositories curl https://artifacts.gabrielgio.me/repo/mail%40gabrielgio.me-62ddc4dc.rsa.pub -o /etc/apk/keys/mail@gabrielgio.me-62ddc4dc.rsa.pub -

Apks Alpine 3.18

+

Apks Alpine 3.19

{{ range $e := . }}

{{ $e.Name }}

{{ range $name, $value := ($e.Properties) }} -- cgit v1.2.3