Actually remove install helpers

This commit is contained in:
krateng 2025-01-19 03:10:43 +01:00
parent 273713cdc4
commit 5e62ccc254
9 changed files with 12 additions and 66 deletions

1
.gitignore vendored
View File

@ -3,7 +3,6 @@
# environments / builds
.venv/*
testdata*
/dist
/build
/*.egg-info

View File

@ -45,3 +45,7 @@ minor_release_name: "Nicole"
- "[Bugfix] Fixed initial permission check"
- "[Bugfix] Fixed and updated various texts"
- "[Bugfix] Fixed moving tracks to different album"
3.2.4:
notes:
- "[Architecture] Removed daemonization capabilities"
- "[Technical] Pinned dependencies"

View File

@ -1,3 +1,7 @@
"""
Create necessary files from sources of truth. Currently just the requirements.txt files.
"""
import toml
import os
import jinja2

View File

@ -1,3 +1,7 @@
"""
Read the changelogs / version metadata and create all git tags
"""
import os
import subprocess as sp
import yaml

View File

@ -1,20 +0,0 @@
#!/usr/bin/env sh
apk update
apk add \
gcc \
g++ \
python3-dev \
libxml2-dev \
libxslt-dev \
libffi-dev \
libc-dev \
py3-pip \
linux-headers \
python3 \
py3-lxml \
tzdata \
vips
apk add py3-pip
pip install wheel
pip install malojaserver

View File

@ -1,9 +0,0 @@
#!/usr/bin/env sh
apt update
apt install \
python3-pip \
python3
apt install python3-pip
pip install wheel
pip install malojaserver

View File

@ -1,16 +0,0 @@
#!/usr/bin/env sh
apk update
apk add \
gcc \
g++ \
python3-dev \
libxml2-dev \
libxslt-dev \
libffi-dev \
libc-dev \
py3-pip \
linux-headers \
python3 \
py3-lxml \
tzdata \
vips

View File

@ -1,15 +0,0 @@
#!/usr/bin/env sh
pacman -Syu
pacman -S --needed \
gcc \
python3 \
libxml2 \
libxslt \
libffi \
glibc \
python-pip \
linux-headers \
python \
python-lxml \
tzdata \
libvips

View File

@ -1,5 +0,0 @@
#!/usr/bin/env sh
apt update
apt install \
python3-pip \
python3