diff options
author | Matt Housh <jaeger@crux.ninja> | 2020-07-10 12:32:13 -0500 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2020-07-10 12:32:13 -0500 |
commit | 90f91dd6dbf7c74bce553c4fab60c74b019b73ca (patch) | |
tree | 190880fcc0556a397978068e8b4b4d9c2d0d6e23 /python3 | |
parent | 632b3eec1b5797790f503fd740a22c78de9de940 (diff) | |
download | core-90f91dd6dbf7c74bce553c4fab60c74b019b73ca.tar.gz core-90f91dd6dbf7c74bce553c4fab60c74b019b73ca.tar.xz |
python3: fixed broken symlinks
Diffstat (limited to 'python3')
-rw-r--r-- | python3/.footprint | 3 | ||||
-rw-r--r-- | python3/.signature | 6 | ||||
-rw-r--r-- | python3/Pkgfile | 5 |
3 files changed, 6 insertions, 8 deletions
diff --git a/python3/.footprint b/python3/.footprint index e6939f09..d367076e 100644 --- a/python3/.footprint +++ b/python3/.footprint @@ -7,7 +7,7 @@ lrwxrwxrwx root/root usr/bin/idle3 -> idle3.8 lrwxrwxrwx root/root usr/bin/pydoc3 -> pydoc3.8 -rwxr-xr-x root/root usr/bin/pydoc3.8 lrwxrwxrwx root/root usr/bin/python3 -> python3.8 -lrwxrwxrwx root/root usr/bin/python3-config -> python3.8m-config +lrwxrwxrwx root/root usr/bin/python3-config -> python3.8-config -rwxr-xr-x root/root usr/bin/python3.8 -rwxr-xr-x root/root usr/bin/python3.8-config drwxr-xr-x root/root usr/include/ @@ -129,7 +129,6 @@ drwxr-xr-x root/root usr/include/python3.8/internal/ -rw-r--r-- root/root usr/include/python3.8/pystrcmp.h -rw-r--r-- root/root usr/include/python3.8/pystrhex.h -rw-r--r-- root/root usr/include/python3.8/pystrtod.h -lrwxrwxrwx root/root usr/include/python3.8/python3.8m -> python3.8m -rw-r--r-- root/root usr/include/python3.8/pythonrun.h -rw-r--r-- root/root usr/include/python3.8/pythread.h -rw-r--r-- root/root usr/include/python3.8/pytime.h diff --git a/python3/.signature b/python3/.signature index 8ba768e7..c1acfd96 100644 --- a/python3/.signature +++ b/python3/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqjy3qcdcu7kIzvfmNee28R0vJ/oPwtjzlb1p4hJ05dzhq56aR6WBDjKju5JJR4vjQqbti8YsMwWFY5dK7PMftQA= -SHA256 (Pkgfile) = 588d05364ff0ccb47350917b7f11a72686e6da24647a78f7613d185add3a7150 -SHA256 (.footprint) = 761444f44ccb4a90a3bf843156f8f5af7d51678c4f3de3a3c10b2d79da39aae4 +RWRJc1FUaeVeqsY5DD3GmW+NTjGQivIkJAbCQ3flj/e/G/rUypSEqZyzuO0qA1yyxQemNwgRl13cqGz9RnSOKHa2TybL/yBNrAY= +SHA256 (Pkgfile) = ddb5ebca19efddcce61fc1b053b89aa3ca1072fd29337a8e3c30f310c76a50d4 +SHA256 (.footprint) = 73cac86f9e9bf3ef0f55ec06191c21c5b383f62dca0ebead96bdd7ad6a837bec SHA256 (Python-3.8.3.tar.xz) = dfab5ec723c218082fe3d5d7ae17ecbdebffa9a1aea4d64aa3a2ecdd2e795864 diff --git a/python3/Pkgfile b/python3/Pkgfile index c56c9326..2ecde9d8 100644 --- a/python3/Pkgfile +++ b/python3/Pkgfile @@ -5,7 +5,7 @@ name=python3 version=3.8.3 -release=1 +release=2 source=(https://www.python.org/ftp/python/$version/Python-$version.tar.xz) build() { @@ -37,12 +37,11 @@ build() { ln -s 2to3-${version%.*} $PKG/usr/bin/2to3 ln -s python${version%.*} $PKG/usr/bin/python3 - ln -s python${version%.*}m-config $PKG/usr/bin/python3-config + ln -s python${version%.*}-config $PKG/usr/bin/python3-config ln -s idle${version%.*} $PKG/usr/bin/idle3 ln -s pydoc${version%.*} $PKG/usr/bin/pydoc3 ln -s python${version%.*} $PKG/usr/lib/$name ln -s python-${version%.*}.pc $PKG/usr/lib/pkgconfig/python3.pc - ln -s python${version%.*}m $PKG/usr/include/python${version%.*} rm $PKG/usr/lib/python${version%.*}/ctypes/macholib/README.ctypes rm $PKG/usr/lib/python${version%.*}/distutils/README |