Converted metadata to yaml

This commit is contained in:
2024-09-09 11:27:39 +00:00
parent 919aeb2ab3
commit e8a93230c4
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -4,4 +4,6 @@ version: 3.12.2
url: https://www.python.org/
license: PSF-2.0
architecture: any
depends: ["bzip2","expat","gdbm","glibc","libffi","libxcrypt","ncurses","openssl","zlib"]
make_depends: ["bash","binutils","coreutils","expat","gcc","gdbm","gettext","glibc","grep","libffi","libxcrypt","make","ncurses","openssl","pkgconf","sed","util-linux"]
type: source
+1
View File
@@ -18,6 +18,7 @@ build() {
./configure --prefix=/usr \
--enable-shared \
--with-system-expat \
--with-ensurepip \
--enable-optimizations
make
}