python3 recipes
This commit is contained in:
committed by
Norman Feske
parent
ea789fda0c
commit
a56e43f8af
1922
lib/symbols/python3
Normal file
1922
lib/symbols/python3
Normal file
File diff suppressed because it is too large
Load Diff
17
recipes/api/libpython3/content.mk
Normal file
17
recipes/api/libpython3/content.mk
Normal 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 $@
|
||||
1
recipes/api/libpython3/hash
Normal file
1
recipes/api/libpython3/hash
Normal file
@@ -0,0 +1 @@
|
||||
2018-06-25 b2336c0be0982c47821f3809f108150487df42bd
|
||||
1
recipes/src/libpython3/api
Normal file
1
recipes/src/libpython3/api
Normal file
@@ -0,0 +1 @@
|
||||
libpython3
|
||||
21
recipes/src/libpython3/content.mk
Normal file
21
recipes/src/libpython3/content.mk
Normal 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 $@
|
||||
1
recipes/src/libpython3/hash
Normal file
1
recipes/src/libpython3/hash
Normal file
@@ -0,0 +1 @@
|
||||
2018-06-26 ed89744a780cb71d1c3f2fdfe52d6c90bc87c919
|
||||
2
recipes/src/libpython3/used_apis
Normal file
2
recipes/src/libpython3/used_apis
Normal file
@@ -0,0 +1,2 @@
|
||||
base
|
||||
libc
|
||||
2
recipes/src/python3/content.mk
Normal file
2
recipes/src/python3/content.mk
Normal 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
1
recipes/src/python3/hash
Normal file
@@ -0,0 +1 @@
|
||||
2018-06-26 beb1cff416381790963ca24d3d2d1d0d3b24d1c8
|
||||
5
recipes/src/python3/used_apis
Normal file
5
recipes/src/python3/used_apis
Normal file
@@ -0,0 +1,5 @@
|
||||
base
|
||||
os
|
||||
libc
|
||||
vfs
|
||||
libpython3
|
||||
Reference in New Issue
Block a user