Leonid Plyushch
3da49b5ac4
python2: update to 2.7.18
Last Python v2 release.
5 years ago
Leonid Plyushch
ea9f241205
fix formatting of some build.sh
5 years ago
Fredrik Fornwall
78c4641571
python2: Update from 2.7.16 to 2.17.7
5 years ago
Leonid Plyushch
21b96d3b41
no more develsplit + provide static libraries as separate package
%ci:no-build
6 years ago
Leonid Plyushch
1b4796a146
libffi: disable versioning + rebuild dependent packages
6 years ago
Leonid Plyushch
cb93af0c30
add zlib to dependencies where needed
6 years ago
Leonid Plyushch
e8ec958dc9
libutil: remove package - replaced by libc from Android 7 or newer
6 years ago
Fredrik Fornwall
c2121644ea
python2: Update from 2.7.15 to 2.7.16
6 years ago
Leonid Plyushch
93294a3aaf
bump revision of all packages dependent on readline
6 years ago
Wetitpig
14931574cb
Shell script compliance
6 years ago
Wetitpig
78b944ba05
Improve formatting of parantheses for functions
6 years ago
Fredrik Fornwall
dbd9392cf6
Revision-bump more packages
6 years ago
Leonid Plyushch
1b8fca7c3e
fix licenses where possible
Some packages have license set to "custom" and this
should be fixed.
6 years ago
Leonid Plyushch
037bcf9566
add licenses for more packages
6 years ago
Fredrik Fornwall
d247b29056
python: Revision-bump after TCSAFLUSH patch
6 years ago
Fredrik Fornwall
166ad2d452
python&python2: Bump revision
6 years ago
Leonid Plyushch
014ad62956
python(2): dev package requires libcrypto-dev
6 years ago
Fredrik Fornwall
540102f2eb
openssl: Update from 1.0.2 to 1.1.1 ( #2775 )
6 years ago
Fredrik Fornwall
c0247d233a
Bump gdbm-using packages
7 years ago
Tom Yan
3425808c21
python(2): bump revision after updates
7 years ago
Tom Yan
3a5fe366c9
python(2): match TERMUX_PKG_RM_AFTER_INSTALL
7 years ago
Tom Yan
5ccf28cf8c
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
7 years ago
Tom Yan
c4768ce96d
python(2): improve cache cleanup command
by using + instead of ;
7 years ago
Tom Yan
259ed508ea
python2: fix cache cleanup command
python2 does not produce __pycache__ directories but only *.pyc
files.
7 years ago
Tom Yan
77d28c1316
python(2): remove easy_install in prerm
7 years ago
Fredrik Fornwall
7a2d022080
python2: Update from 2.7.14 to 2.7.15
7 years ago
Fredrik Fornwall
8dc5d78a4f
python: Fix "rounding errors"
By @its-pointless (great work!). Fixes #2236 .
7 years ago
Fredrik Fornwall
4ef62d9065
Rebuild gdbm-using packages
gdbm 14.4.1 bumped the library version.
7 years ago
Fredrik Fornwall
e85edee608
python: Fix build for x86_64 with NDK r16
7 years ago
Sayem Chowdhury
af69ad9527
python2: Update from 2.7.13 to 2.7.14 ( #1636 )
7 years ago
Leonid Plyushch
ab159e1f17
python2: fix hardcoded paths
7 years ago
its-pointless
aa605e8901
put shebang in scripts
7 years ago
Fredrik Fornwall
2f122eed3e
Remove TERMUX_TAR and TERMUX_TOUCH
These can be removed now that OS X is not supported directly (OS X
users can still use Docker to build though).
Fixes #936 .
8 years ago
Fredrik Fornwall
6a3364bfc1
Use termux_error_exit
8 years ago
Fredrik Fornwall
b8352277e3
Use more source checksums
8 years ago
Fredrik Fornwall
9760338bc2
python: Fix build with clang for real
8 years ago
Fredrik Fornwall
5631d5a23d
python2: Fix issues when building with clang
8 years ago
Fredrik Fornwall
2b0e9dc9e2
Fix build of python after build-package.sh rewrite
8 years ago
Fredrik Fornwall
3da0288bb3
python2: Update from 2.7.12 to 2.7.13
8 years ago
Fredrik Fornwall
bbe295173d
python&python2: Do not disable ipv6 support
Fixes #573 .
8 years ago
Fredrik Fornwall
a9e7faf25c
Bump some build revisions for rebuild with ELF fix
8 years ago
Fredrik Fornwall
83d11d6e04
Update readline to v7 and bash to v4.4
As a consequence of updating readline to version 7 we bump the
build revision of all packaging linking to it as the soname has
changed.
8 years ago
Fredrik Fornwall
b2a8800c2c
python&python2: Fix PATH handling
After changes to build-package.sh the PATH setup in python&python2
caused the toolchain strip not to be found, causing broken binaries
due to non-stripped elf symbol versioning.
Fixes #460 .
8 years ago
Fredrik Fornwall
a578e0de71
python: Fix prerm trigger
The prerm trigger should clean up only when the package is being
uninstalled, not when updating.
9 years ago
Fredrik Fornwall
315a0ef6f9
python: Better cleanup of __pycache__ folders
Fixes #87 , so future updates of the python package should not
require ranger having to be re-installed.
9 years ago
Fredrik Fornwall
cfd457dace
python2: Update from 2.7.11 to 2.7.12
9 years ago
Fredrik Fornwall
f4d0939e17
python: Build a working crypt module ( closes #230 )
9 years ago
Fredrik Fornwall
13a414dd30
libsqlite: Update for real
9 years ago
Fredrik Fornwall
3ea39a774c
python: Show that this is python 3 in description
9 years ago
Fredrik Fornwall
f3da7d340b
python: Ensure curses.panel module is built
9 years ago