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

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