ports: python3

Fixes #108
This commit is contained in:
Johannes Schlatow
2018-06-15 12:47:18 +02:00
committed by Norman Feske
parent a564b342c4
commit 2e3f012eca
16 changed files with 1831 additions and 0 deletions

14
ports/python3.port Normal file
View File

@@ -0,0 +1,14 @@
LICENSE := Python
VERSION := 3.6.5
DOWNLOADS := python3.archive
URL(python3) := https://www.python.org/ftp/python/$(VERSION)/Python-$(VERSION).tar.xz
SHA(python3) := f434053ba1b5c8a5cc597e966ead3c5143012af827fd3f0697d21450bb8d87a6
SIG(python3) := ${URL(python)}.asc
PYTHON_KEY := 12EF3DC38047DA382D18A5B999CDEA9DA4135B38
DIR(python3) := src/lib/python3
PATCHES := src/lib/python3/posixmodule.patch src/lib/python3/dup.patch src/lib/python3/expat.patch
DIRS := include/python3
DIR_CONTENT(include/python3) := src/lib/python3/Include/*.h