mirror of
https://github.com/krateng/maloja.git
synced 2025-04-04 19:20:03 +03:00
Actually remove install helpers
This commit is contained in:
parent
273713cdc4
commit
5e62ccc254
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,7 +3,6 @@
|
||||
|
||||
# environments / builds
|
||||
.venv/*
|
||||
testdata*
|
||||
/dist
|
||||
/build
|
||||
/*.egg-info
|
||||
|
@ -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"
|
@ -1,3 +1,7 @@
|
||||
"""
|
||||
Create necessary files from sources of truth. Currently just the requirements.txt files.
|
||||
"""
|
||||
|
||||
import toml
|
||||
import os
|
||||
import jinja2
|
||||
|
@ -1,3 +1,7 @@
|
||||
"""
|
||||
Read the changelogs / version metadata and create all git tags
|
||||
"""
|
||||
|
||||
import os
|
||||
import subprocess as sp
|
||||
import yaml
|
||||
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -1,5 +0,0 @@
|
||||
#!/usr/bin/env sh
|
||||
apt update
|
||||
apt install \
|
||||
python3-pip \
|
||||
python3
|
Loading…
x
Reference in New Issue
Block a user