python3 recipes
This commit is contained in:
committed by
Norman Feske
parent
ea789fda0c
commit
a56e43f8af
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
|
||||
Reference in New Issue
Block a user