apkbuilds @ bb43ffe016b1d6df34f5b77bb04c27a89b537ef4

feat: Upgrade to 3.19
diff --git a/README.md b/README.md
index 995448b160acfbc2150e866523443a9ed7617857..ec129909a4692f402575b5a18f0b795e941cdea3 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@
 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
+# Apks Alpine 3.19
 
-## 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
+For docs check https://apkdoc.gabrielgio.me/
 
-## alps
-- **link**:       https://jsonpickle.github.io/
-- **version**:    0_git20221018
-- **reason**:     Avoid edge repository
-- **source**:     https://git.alpinelinux.org/aports/tree/testing/alps?h=master
diff --git a/apks/jnfilter/APKBUILD b/apks/jnfilter/APKBUILD
index 850f917b75248b4a8636def5f3624228313d5019..2ed2477e086779442200c9d499322a486228ce5b 100644
--- a/apks/jnfilter/APKBUILD
+++ b/apks/jnfilter/APKBUILD
@@ -13,7 +13,7 @@     py3-httpx
     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 8754b9e53fbf91253cae75e5b24d758e4c91a87d..7a3ba59e7c1acf24cb30bf1a61ac25e89f454302 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 @@       ./pkgkit upload "$remote" "$remote_path" "${packages[@]}"
   - 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 cafe40f8f3b53a951afee081525c7a4fbafdc385..831f7c6b8547f92df0a8ba78703774d4f62b0333 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -535,10 +535,10 @@ <header id="title-block-header">
 <h1 class="title">Gabriel's apk repo</h1>
 </header>
 <p> To enable this repository:</p>
-<code>echo "https://artifacts.gabrielgio.me/repo/v3.18/ " >> /etc/apk/repositories
+<code>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</code>
 
-<h1 id="apks-alpine-3.18">Apks Alpine 3.18</h1>
+<h1 id="apks-alpine">Apks Alpine 3.19</h1>
 {{ range $e := . }}
 <h2 id="{{ $e.Name  }}">{{ $e.Name  }}</h2>
     {{ range $name, $value := ($e.Properties) }}