1
0
Fork 0

lang/python3: fix missing dependencies and invalid master site

This commit is contained in:
ffqq 2024-01-22 23:28:33 +03:00
parent bad300716b
commit 242b479d63
1 changed files with 4 additions and 4 deletions

View File

@ -8,13 +8,13 @@ category="lang"
version="3.12.1" version="3.12.1"
maintainer="ffqq@danwin1210.de" maintainer="ffqq@danwin1210.de"
www="https://www.python.org/" www="https://www.python.org/"
master_site="https://www.python.org/ftp/python/$version/Python-$version.tgz" master_site="https://www.python.org/ftp/python/$version"
source_name="Python-$version.tgz" source_name="Python-$version.tar.xz"
license_logic="single" # accepted values: single, and, or license_logic="single" # accepted values: single, and, or
licenses=("PSFL") licenses=("PSFL")
build_dependencies=("devel/gmake" "security/openssl" "archivers/bzip2" "archivers/zlib" "textproc/expat") build_dependencies=("devel/gmake" "security/openssl" "archivers/bzip2" "archivers/zlib" "textproc/expat" "textproc/flex" "databases/gdbm")
run_dependencies=("system/glibc" "security/openssl" "archivers/bzip2" "archivers/zlib" "textproc/expat") run_dependencies=("system/glibc" "security/openssl" "archivers/bzip2" "archivers/zlib" "textproc/expat" "textproc/flex" "databases/gdbm")
build_process() { build_process() {
cd Python-$version || exit 1 cd Python-$version || exit 1