python: init at 3.7.3

This commit is contained in:
Tadeo Kondrak 2019-06-02 01:02:05 -06:00
parent f70fcbf1ca
commit 0aa1d93a7d
6 changed files with 8169 additions and 0 deletions

7
repo/python/build Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh -e
./configure --prefix=/usr
make
make DESTDIR="$1" install

1
repo/python/checksums Normal file
View File

@ -0,0 +1 @@
da60b54064d4cfcd9c26576f6df2690e62085123826cff2e667e72a91952d318 Python-3.7.3.tar.xz

1
repo/python/depends Normal file
View File

@ -0,0 +1 @@
libffi gettext

8158
repo/python/manifest Normal file

File diff suppressed because it is too large Load Diff

1
repo/python/sources Normal file
View 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
View File

@ -0,0 +1 @@
3.7.3 1