Commit Graph

120 Commits

Author SHA1 Message Date
Lucy Phipps ffb7b54f45 python: bump to 3.8.6 2020-09-27 18:30:18 +03:00
Lucy Phipps 2b18ccb0c8 python: update to 3.8.5 2020-07-24 15:19:44 +03:00
Leonid Pliushch 01afdd2437 python: bump revision 2020-07-09 01:29:56 +03:00
Leonid Pliushch 5da4a40cd0 python: remove /bin/applets from PATH 2020-07-09 01:29:50 +03:00
Henrik Grimler dcb926abd4 Copy LICENSE file for some licenses instead of using generic one (#5478)
* termux-licenses: remove licenses that contain copyright information

These licenses cannot be taken from the common termux-licenses package as the copyright information needs to be distributed with the package as well.

271 packages in the main repository needs to be rebuilt after this change.

* termux_step_install_license: remove duplicated comment

* Bump packages that has a license with copyright information

We need to include this copyright information in the package so need
to rebuild them now that termux_step_install_license has been
modified.

The affected licenses are: MIT, ISC, PythonPL, Openfont-1.1, ZLIB,
Libpng, BSD, BSD 2-Clause, BSD 3-Clause.

* zlib: extract license file from zlib.h

* xorgproto: include all individual license files in package

* libgcrypt: include LICENSE file in package

It contains some copyright information so needs to be included in package

* libcrypt: add a dummy BSD 2-Clause license

According to homepage it is suppose to be BSD 2-Clause, but original
project did not include a license file

* libandroid-spawn: add LICENSE file to package

* libandroid-glob: add license file to package

* licenses: allow for comma separated TERMUX_PKG_LICENSE_FILE

%ci:no-build

* libicu: fix so that termux_step_install_license finds license file

%ci:no-build

* termux_step_install_license: check for license file as "License"

%ci:no-build

* libtiff: specify TERMUX_PKG_LICENSE_FILE

%ci:no-build

* asciidoctor: install license to standard location

* krb5: specify license file

* libdb: specify path to license file

%ci:no-build

* libprotobuf: specify path to license file

* darkhttpd: extract license file from darkhttpd.c

* w3m: ensure host libraries are not picked up

* w3m: extract LICENSE file from dock/README

* liblua{,52}: extract license files from doc/readme.html

* termux_step_install_license: look for License.txt as well

* dart: specify path to LICENSE file

* nim: specify license file

* runit: specify license file

* termux_step_install_license: look for LICENSE.TXT as well

* ossp-uuid: extract LICENSE from README

* pigz: extract LICENSE from pigz.c

* ttyrec: extract LICENSE from ttyrec.c

%ci:no-build

* bmon: specify license files

Most of the source files are licensed under MIT, it is not clear (to me) which
parts that are licensed under BSD 2-Clause.

%ci:no-build

* wordgrinder: specify license files

* fdupes: add LICENSE

* autossh: add LICENSE patch

* cmake: specify LICENSE file

* dos2unix: specify LICENSE file

* gnuplot: specify LICENSE file

* termux_step_install_license: look for variants of "copyright" also

* picolisp: specify LICENSE file

* lua-lpeg: extract license file

* tidy: specify license file

* gflags: specify LICENSE file

* timewarrior: fix src url

It seems to have been changed.

* postgresql: specify license file

* ttyrec: fix license patch header

* fossil: specify license file

* fmt: specify license file

* i2pd: specify license file

* leptonica: specify license file

* imgflo: add license file patch

* ired: add license file from ired github repo

* libzen: specify license file

* libmediainfo: specify license file

* mediainfo: specify license file

* tty-clock: add license patch

* samefile: add license patch

* quickjs: add license patch

* docbook-xml: add LICENSE patch

* docbook-xsl: specify LICENSE files

* gnuplot: configure with --without-latex

* timewarrior: add libshared to SRCURL as well

The non-release archives does not contain gitsubmodules so we need to
download it manually.

* restic: switch back to using 0.9.6 archive

* dart: revert revision bump

dart's SDK does not fully support python3 yet, and trying to solve
that is not entirely trivial. We save the dart bump (and upgrade to
2.8.4) for another day.

%ci:no-build
2020-07-07 18:45:45 +02:00
Leonid Pliushch d0131ca53c python: recommend 'make' and 'pkg-config' as well 2020-06-27 14:03:00 +03:00
lucy phipps 3a07c1a265 python: update to 3.8.3 (#5295) 2020-05-14 17:30:18 +03:00
Henrik Grimler 6c4affb005 Bump liblzma and dependent packages to restart CI
All except php since it has been uploaded manually
2020-03-20 08:54:28 +01:00
Leonid Pliushch 6d7e9429f7 bump liblzma-dependent packages 2020-03-19 20:58:37 +02:00
Leonid Pliushch 08a4c6bc5b python: update to 3.8.2 2020-03-03 19:07:27 +02:00
Leonid Pliushch 1475f00a2b python: rebuild package 2020-02-27 02:50:05 +02:00
Leonid Pliushch bd99bc8e65 Revert "python: remove no longer needed patch"
distutils-command-build.py.patch is still needed...

This reverts commit cb4b29825b2adb2e3e43dfdb4507d78fd4858ad0.
2020-01-19 16:40:49 +02:00
Leonid Pliushch 2c3d333caf python: remove no longer needed patch
Commit 6bf4586187cbf2005c4f8d79511428271185cbe1 provides
a better fix.
2020-01-19 16:35:47 +02:00
Leonid Pliushch 44be04f0f7 python: add back -O3 to CFLAGS 2020-01-19 16:32:47 +02:00
Leonid Pliushch 2f6c668832 python: add clang to recommends
Must-have package if installing something with `pip`.
2020-01-19 14:07:49 +02:00
Leonid Pliushch 3d3b170f18 python: disable LTO due to issues with build config
References package builder directory for paths of certain
binaries like llvm-ar and causes failure when installing
modules like Numpy.

See https://www.reddit.com/r/termux/comments/eqhpoq/unable_to_install_numpy_on_termux/.
2020-01-19 14:07:49 +02:00
Leonid Pliushch 68b7e53144 python: force disable use of semaphores
Fixes the issue described in https://github.com/termux/termux-packages/issues/4698
which was ignored mistakenly...
2020-01-16 01:11:37 +02:00
Leonid Pliushch 99ed7d351f python: use only link-time optimization
Seems to be enough + no more issues during installation.
2020-01-14 02:07:51 +02:00
Leonid Pliushch 0c92ad97c0 python: build with optimizations enabled 2020-01-14 01:30:29 +02:00
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 cafe16fde9 python: fix os.link error in pathlib.py
See issue https://github.com/termux/termux-packages/issues/4557.
2019-11-17 23:43:55 +02:00
Leonid Pliushch bfec3e6fa9 python: fix setup.py.patch 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