mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 23:00:06 -07:00
python: init at 3.7.3
This commit is contained in:
parent
f70fcbf1ca
commit
0aa1d93a7d
7
repo/python/build
Executable file
7
repo/python/build
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure --prefix=/usr
|
||||
|
||||
make
|
||||
|
||||
make DESTDIR="$1" install
|
1
repo/python/checksums
Normal file
1
repo/python/checksums
Normal file
@ -0,0 +1 @@
|
||||
da60b54064d4cfcd9c26576f6df2690e62085123826cff2e667e72a91952d318 Python-3.7.3.tar.xz
|
1
repo/python/depends
Normal file
1
repo/python/depends
Normal file
@ -0,0 +1 @@
|
||||
libffi gettext
|
8158
repo/python/manifest
Normal file
8158
repo/python/manifest
Normal file
File diff suppressed because it is too large
Load Diff
1
repo/python/sources
Normal file
1
repo/python/sources
Normal file
@ -0,0 +1 @@
|
||||
https://www.python.org/ftp/python/3.7.3/Python-3.7.3.tar.xz
|
1
repo/python/version
Normal file
1
repo/python/version
Normal file
@ -0,0 +1 @@
|
||||
3.7.3 1
|
Loading…
Reference in New Issue
Block a user