diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2020-04-07 09:11:38 -0300 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2020-04-07 09:12:05 -0300 |
| commit | 1a087b0960e5e5853720ed53cd9f40e28be609f7 (patch) | |
| tree | 09a58041bc846def934be8d9ed51365d39c49656 /main/python3 | |
| parent | 76044ac91c53d083aafd7f87c0ec5464f5889409 (diff) | |
| download | aports-1a087b0960e5e5853720ed53cd9f40e28be609f7.tar.bz2 aports-1a087b0960e5e5853720ed53cd9f40e28be609f7.tar.xz | |
main/python3: don't claim cmd:python
Diffstat (limited to 'main/python3')
| -rw-r--r-- | main/python3/APKBUILD | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/main/python3/APKBUILD b/main/python3/APKBUILD index fd1f07c643..ea332e4a7e 100644 --- a/main/python3/APKBUILD +++ b/main/python3/APKBUILD @@ -6,7 +6,7 @@ pkgname=python3 pkgver=3.8.2 _bluez_ver=5.53 _basever="${pkgver%.*}" -pkgrel=2 +pkgrel=3 pkgdesc="A high-level scripting language" url="https://www.python.org/" arch="all" @@ -141,8 +141,12 @@ package() { rm -r "$pkgdir"/usr/bin/idle* "$pkgdir"/usr/lib/python*/idlelib \ "$pkgdir"/usr/lib/python*/tkinter + # TODO(Leo): some stuff still wants /usr/bin/python to be python2 + # which is a bummer because they are holding back progress but they + # are important enough that we need to do it + # # Python3 is the canonical python for the moment - ln -s /usr/bin/python3 "$pkgdir"/usr/bin/python + # ln -s /usr/bin/python3 "$pkgdir"/usr/bin/python } dev() { |
