python3 recipes

This commit is contained in:
Johannes Schlatow
2018-06-26 17:42:12 +02:00
committed by Norman Feske
parent ea789fda0c
commit a56e43f8af
10 changed files with 1973 additions and 0 deletions

1922
lib/symbols/python3 Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,17 @@
MIRROR_FROM_REP_DIR := lib/import/import-python3.mk \
lib/symbols/python3
content: include $(MIRROR_FROM_REP_DIR) LICENSE
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/python3)
include:
cp -r $(PORT_DIR)/$@ $@
cp -r $(REP_DIR)/include/python3 $@/
$(MIRROR_FROM_REP_DIR):
$(mirror_from_rep_dir)
LICENSE:
cp $(PORT_DIR)/src/lib/python3/LICENSE $@

View File

@@ -0,0 +1 @@
2018-06-25 b2336c0be0982c47821f3809f108150487df42bd

View File

@@ -0,0 +1 @@
libpython3

View File

@@ -0,0 +1,21 @@
MIRROR_FROM_REP_DIR = lib/mk/python3.inc \
lib/mk/spec/x86_64/python3.mk \
src/lib/python3/config.c
content: include $(MIRROR_FROM_REP_DIR) src/lib/python3/target.mk LICENSE
$(MIRROR_FROM_REP_DIR):
$(mirror_from_rep_dir)
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/python3)
include:
cp -r $(REP_DIR)/include/python3 $@/
src/lib/python3/target.mk:
mkdir -p src/lib/python3
cp -r $(PORT_DIR)/src/lib/python3/* src/lib/python3
echo "LIBS = python3" > $@
LICENSE:
cp $(PORT_DIR)/src/lib/python3/LICENSE $@

View File

@@ -0,0 +1 @@
2018-06-26 ed89744a780cb71d1c3f2fdfe52d6c90bc87c919

View File

@@ -0,0 +1,2 @@
base
libc

View File

@@ -0,0 +1,2 @@
SRC_DIR = src/app/python3
include $(GENODE_DIR)/repos/base/recipes/src/content.inc

1
recipes/src/python3/hash Normal file
View File

@@ -0,0 +1 @@
2018-06-26 beb1cff416381790963ca24d3d2d1d0d3b24d1c8

View File

@@ -0,0 +1,5 @@
base
os
libc
vfs
libpython3