OLD | NEW |
1 NAME=python | 1 NAME=python |
2 VERSION=2.7.7 | 2 VERSION=2.7.7 |
3 ARCHIVE_ROOT=Python-2.7.7 | 3 ARCHIVE_ROOT=Python-2.7.7 |
4 URL=http://www.python.org/ftp/python/2.7.7/Python-2.7.7.tgz | 4 URL=http://www.python.org/ftp/python/2.7.7/Python-2.7.7.tgz |
5 LICENSE=CUSTOM:LICENSE | 5 LICENSE=CUSTOM:LICENSE |
6 DEPENDS=(glibc-compat readline zlib nacl-spawn openssl bzip2) | 6 DEPENDS=(glibc-compat readline zlib nacl-spawn openssl bzip2 python-host) |
7 CONFLICTS=(python-static) | 7 CONFLICTS=(python-static) |
8 # incomplete lconv struct | 8 # incomplete lconv struct |
9 DISABLED_LIBC=(bionic) | 9 DISABLED_LIBC=(bionic) |
10 SHA1=1db01d7f325d8ceaf986976800106018b82ae45a | 10 SHA1=1db01d7f325d8ceaf986976800106018b82ae45a |
OLD | NEW |