termux-packages/packages/python2
Tom Yan 3d3547d115 python(2): fix bin/ and share/man/
Justification for the changes:

$ dpkg -S smtpd.py
python: /data/data/com.termux/files/usr/lib/python3.6/smtpd.py
python2: /data/data/com.termux/files/usr/lib/python2.7/smtpd.py
python2: /data/data/com.termux/files/usr/bin/smtpd.py

$ ls -l $PREFIX/bin/python-config
lrwxrwxrwx    1 u0_a312  u0_a312         14 May 18 01:09 /data/data/com.termux/files/usr/bin/python-config -> python2-config

$ ls -l $PREFIX/share/man/man1/python2.1
lrwxrwxrwx    1 u0_a312  u0_a312          9 May 18 01:09 /data/data/com.termux/files/usr/share/man/man1/python2.1 -> python2.1

$ dpkg -S bin/2to3
python: /data/data/com.termux/files/usr/bin/2to3
python: /data/data/com.termux/files/usr/bin/2to3-3.6

$ dpkg -S bin/pydoc
python2: /data/data/com.termux/files/usr/bin/pydoc
python: /data/data/com.termux/files/usr/bin/pydoc3.6
python: /data/data/com.termux/files/usr/bin/pydoc3
2018-05-21 00:08:28 +02:00
..
Lib-subprocess.py.patch python2: Patch /bin/sh path in subprocess.py 2015-09-26 18:31:06 -04:00
Lib-tempfile.py.patch Add initial python2 package 2015-09-16 21:08:59 -04:00
Makefile.pre.in.patch Add initial python2 package 2015-09-16 21:08:59 -04:00
Modules-pwdmodule.c.patch Add initial python2 package 2015-09-16 21:08:59 -04:00
Python-bltinmodule.c.patch Add initial python2 package 2015-09-16 21:08:59 -04:00
build.sh python(2): fix bin/ and share/man/ 2018-05-21 00:08:28 +02:00
configure.patch Compile python as if link(2) is not available 2015-10-21 14:36:57 -04:00
cryptmodule.c.patch python: Build a working crypt module (closes #230) 2016-04-23 09:03:07 -04:00
fix-dlfcn.patch32 Prepare python2 for 64-bit builds 2015-11-26 02:53:19 -05:00
fix-dlfcn.patch64 Prepare python2 for 64-bit builds 2015-11-26 02:53:19 -05:00
fix-paths.patch python2: fix hardcoded paths 2017-09-17 01:50:24 +02:00
setup.py.patch Fix python (and python2) syslog module 2015-11-07 17:44:51 -05:00