Commit Graph

92 Commits

Author SHA1 Message Date
Leonid Pliushch 9ce383fb36 python: update to 3.8.1 2019-12-21 20:49:55 +02:00
Leonid Pliushch d2d786f212 tk: update to 8.6.10 2019-12-15 21:42:31 +02:00
its-pointless 76ebe3faf1 fix building modules 2019-11-20 10:28:04 +11:00
Leonid Pliushch 2aefca2236 python: bump revision 2019-11-17 23:43:55 +02:00
Leonid Pliushch aa8c190e9f python: update postinst and prerm scripts 2019-11-17 23:43:55 +02:00
Leonid Pliushch b240cda431 python: do not remove pycache for standard library 2019-11-17 23:43:52 +02:00
Leonid Pliushch 6908c2217f python: more fixes for symlinks 2019-11-17 23:37:44 +02:00
Leonid Pliushch c1c4f9e014 python: fix symlinking
%ci:reset-backlog
2019-11-17 22:03:14 +02:00
Leonid Pliushch 2900e195aa python: update to 3.8.0
%ci:reset-backlog
2019-11-17 21:25:25 +02:00
Leonid Pliushch 678649c52f python: add tk support 2019-11-17 20:12:12 +02:00
Leonid Pliushch ad6d208819 python: suggest package 'tk' which is in x11-repo 2019-11-17 16:45:51 +02:00
Leonid Pliushch 18ffb2ff62 python: do not remove tkinter stuff 2019-11-17 16:08:57 +02:00
Fredrik Fornwall b4da3a2166 python: Update from 3.7.4 to 3.7.5 2019-10-23 10:10:20 +02:00
Leonid Pliushch 6e70277fb3 no more develsplit + provide static libraries as separate package
%ci:no-build
2019-07-28 21:17:12 +03:00
Fredrik Fornwall c1d38d8f5e python: Update from 3.7.3 to 3.7.4 2019-07-11 10:32:18 +02:00
Leonid Pliushch a9b08c2cc8 libffi: disable versioning + rebuild dependent packages 2019-06-28 20:34:04 +03:00
Leonid Pliushch 81529c0b7a python: rebuild due to versioned liblzma 2019-05-03 17:26:45 +03:00
Leonid Pliushch 11200afa32 add zlib to dependencies where needed 2019-04-14 16:00:23 +03:00
Tom Yan 60239bc792 python: Update from 3.7.2 to 3.7.3 2019-03-31 20:18:45 +03:00
Leonid Pliushch c9b80cf42d libutil: remove package - replaced by libc from Android 7 or newer 2019-03-10 15:42:58 +02:00
Leonid Pliushch 54036eac1a bump revision of all packages dependent on readline 2019-02-20 17:48:39 +02:00
Wetitpig 5f8864c10d Improve formatting of parantheses for functions 2019-02-09 21:06:31 +02:00
Leonid Pliushch 6a3865aa08 fix licenses where possible
Some packages have license set to "custom" and this
should be fixed.
2019-01-21 17:17:53 +02:00
Leonid Pliushch 46d333adba add licenses for more packages 2019-01-21 17:17:53 +02:00
Fredrik Fornwall 6594df9010 python: Revision-bump after TCSAFLUSH patch 2019-01-16 21:58:48 +01:00
Fredrik Fornwall d1cfbd2b2d python: Update from 3.7.1 to 3.7.2 2018-12-28 10:02:56 +01:00
Fredrik Fornwall fc9fd770a4 python: Update from 3.6.6 to 3.7.1 2018-10-21 21:16:53 +02:00
Fredrik Fornwall 3ff3e9cbfa python&python2: Bump revision 2018-09-23 17:16:25 +02:00
Leonid Pliushch c776c0439a python(2): dev package requires libcrypto-dev 2018-09-23 16:42:52 +02:00
Fredrik Fornwall fd72a74c42 openssl: Update from 1.0.2 to 1.1.1 (#2775) 2018-09-11 22:43:19 +02:00
Fredrik Fornwall d33909e9d1 python: Update from 3.6.5 to 3.6.6 2018-07-21 04:49:18 +02:00
Fredrik Fornwall 4066c5845f Bump gdbm-using packages 2018-06-21 02:11:50 +02:00
Fredrik Fornwall a19bb38d49 python: Patch in a working getprotobyname()
See #2387.
2018-06-08 03:49:50 +02:00
Fredrik Fornwall eafa7ec84d python: Do not replace old python2, just break 2018-05-22 10:58:19 +02:00
Tom Yan 3a270b8aa3 python(2): bump revision after updates 2018-05-21 00:08:28 +02:00
Tom Yan 999d9feaab python(2): match TERMUX_PKG_RM_AFTER_INSTALL 2018-05-21 00:08:28 +02:00
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
Tom Yan 07ddeca733 python: have bin/python${_MAJOR_VERSION}m back
and convert bin/python${_MAJOR_VERSION} from hardlink to symlink
2018-05-21 00:08:28 +02:00
Tom Yan 18d2585c33 python(2): improve cache cleanup command
by using + instead of ;
2018-05-21 00:08:10 +02:00
Tom Yan 3af95bb483 python(2): remove easy_install in prerm 2018-05-21 00:08:10 +02:00
Fredrik Fornwall 3b68f37c35 python: Fix "rounding errors"
By @its-pointless (great work!). Fixes #2236.
2018-04-04 00:17:22 +02:00
Fredrik Fornwall cd2f88cb1e python: Update from 3.6.4 to 3.6.5 2018-03-30 23:03:04 +02:00
Fredrik Fornwall a073a49808 Rebuild gdbm-using packages
gdbm 14.4.1 bumped the library version.
2018-01-07 05:42:55 +01:00
Fredrik Fornwall be3f1342bc python: Remove more tests folders 2018-01-03 01:46:00 +01:00
Fredrik Fornwall 17861bfa38 python: Update from 3.6.3 to 3.6.4 2017-12-20 00:42:37 +01:00
Fredrik Fornwall 2014dc8bf1 python: Fix build for x86_64 with NDK r16 2017-11-17 01:37:31 +01:00
Fredrik Fornwall 95a637a4e3 python: Update from 3.6.2 to 3.6.3 2017-10-06 07:59:57 +02:00
Leonid Pliushch ca4a51a6b3 python: fix hardcoded paths 2017-09-17 01:50:01 +02:00
Fredrik Fornwall 8ac5e89a03 Rebuild packages linking against libintl.so
The libintl.so library was a symlink to libandroid-support. We
now provide the functions inline in libintl.h so libintl.so has
been removed.

Fixes #1283.
2017-08-17 11:12:17 +02:00
its-pointless c2a0bc2bab put shebang in scripts 2017-08-17 00:26:27 +02:00