genode/repos/libports/ports/python.port
Emery Hemingway 72cb71c827 Replace SHA1 hashes of port downloads with SHA256
Now SHA256 has been shown to be an adequate replacement for SHA1, use
SHA256 for verifying all port downloads.

Ref #2767
2018-05-30 13:36:22 +02:00

15 lines
477 B
Plaintext

LICENSE := Python
VERSION := 2.6.4
DOWNLOADS := python.archive
URL(python) := http://www.python.org/ftp/python/2.6.4/Python-$(VERSION).tgz
SHA(python) := 1a25a47506e4165704cfe2b07c0a064b0b5762a2d18b8fbdad5af688aeacd252
SIG(python) := ${URL(python)}.asc
PYTHON_KEY := 12EF3DC38047DA382D18A5B999CDEA9DA4135B38
DIR(python) := src/lib/python
PATCHES := src/lib/python/posixmodule.patch
DIRS := include/python2.6
DIR_CONTENT(include/python2.6) := src/lib/python/Include/*.h