Leonid Plyushch
|
a0770aebe6
|
python: update to 3.8.1
|
5 years ago |
Leonid Plyushch
|
b1e9667e44
|
tk: update to 8.6.10
|
5 years ago |
its-pointless
|
e54d8445f8
|
fix building modules
|
5 years ago |
Leonid Plyushch
|
c58baf79cf
|
python: bump revision
|
5 years ago |
Leonid Plyushch
|
ce4e1b56c3
|
python: fix os.link error in pathlib.py
See issue https://github.com/termux/termux-packages/issues/4557.
|
5 years ago |
Leonid Plyushch
|
01a858dde6
|
python: fix setup.py.patch
|
5 years ago |
Leonid Plyushch
|
3d6cc7a4e9
|
python: update postinst and prerm scripts
|
5 years ago |
Leonid Plyushch
|
e1a9b7ac21
|
python: do not remove pycache for standard library
|
5 years ago |
Leonid Plyushch
|
bdf320adeb
|
python: more fixes for symlinks
|
5 years ago |
Leonid Plyushch
|
d1c9b3d3d1
|
python: fix symlinking
%ci:reset-backlog
|
5 years ago |
Leonid Plyushch
|
2350739291
|
python: update to 3.8.0
%ci:reset-backlog
|
5 years ago |
Leonid Plyushch
|
09715af0e3
|
python: add tk support
|
5 years ago |
Leonid Plyushch
|
42e202d711
|
python: suggest package 'tk' which is in x11-repo
|
5 years ago |
Leonid Plyushch
|
5db59c96de
|
python: do not remove tkinter stuff
|
5 years ago |
Fredrik Fornwall
|
1e7716b18c
|
python: Update from 3.7.4 to 3.7.5
|
5 years ago |
Leonid Plyushch
|
21b96d3b41
|
no more develsplit + provide static libraries as separate package
%ci:no-build
|
6 years ago |
Fredrik Fornwall
|
1fbbc11de5
|
python: Update from 3.7.3 to 3.7.4
|
6 years ago |
Leonid Plyushch
|
1b4796a146
|
libffi: disable versioning + rebuild dependent packages
|
6 years ago |
Leonid Plyushch
|
a9494eefa7
|
python: rebuild due to versioned liblzma
|
6 years ago |
Leonid Plyushch
|
cb93af0c30
|
add zlib to dependencies where needed
|
6 years ago |
Tom Yan
|
5a69880221
|
python: Update from 3.7.2 to 3.7.3
|
6 years ago |
Leonid Plyushch
|
e8ec958dc9
|
libutil: remove package - replaced by libc from Android 7 or newer
|
6 years ago |
Leonid Plyushch
|
93294a3aaf
|
bump revision of all packages dependent on readline
|
6 years ago |
Wetitpig
|
78b944ba05
|
Improve formatting of parantheses for functions
|
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
|
5cac708d70
|
python: Update from 3.7.1 to 3.7.2
|
6 years ago |
Fredrik Fornwall
|
f156702ce7
|
python: Update from 3.6.6 to 3.7.1
|
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
|
3f342b02e2
|
python: Update from 3.6.5 to 3.6.6
|
7 years ago |
Fredrik Fornwall
|
c0247d233a
|
Bump gdbm-using packages
|
7 years ago |
Fredrik Fornwall
|
c78b7f43af
|
python: Patch in a working getprotobyname()
See #2387.
|
7 years ago |
Fredrik Fornwall
|
05b9b81990
|
python: Do not replace old python2, just break
|
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
|
2299660e77
|
python: have bin/python${_MAJOR_VERSION}m back
and convert bin/python${_MAJOR_VERSION} from hardlink to symlink
|
7 years ago |
Tom Yan
|
c4768ce96d
|
python(2): improve cache cleanup command
by using + instead of ;
|
7 years ago |
Tom Yan
|
77d28c1316
|
python(2): remove easy_install in prerm
|
7 years ago |
Fredrik Fornwall
|
8dc5d78a4f
|
python: Fix "rounding errors"
By @its-pointless (great work!). Fixes #2236.
|
7 years ago |
Fredrik Fornwall
|
5e927b658d
|
python: Update from 3.6.4 to 3.6.5
|
7 years ago |
Fredrik Fornwall
|
4ef62d9065
|
Rebuild gdbm-using packages
gdbm 14.4.1 bumped the library version.
|
7 years ago |
Fredrik Fornwall
|
f3ad075f3e
|
python: Remove more tests folders
|
7 years ago |
Fredrik Fornwall
|
a31d24ecfa
|
python: Update from 3.6.3 to 3.6.4
|
7 years ago |
Fredrik Fornwall
|
e85edee608
|
python: Fix build for x86_64 with NDK r16
|
7 years ago |
Fredrik Fornwall
|
30a216cb01
|
python: Update from 3.6.2 to 3.6.3
|
7 years ago |
Leonid Plyushch
|
c6f89a7b49
|
python: fix hardcoded paths
|
7 years ago |