aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAge
...
| * | | | python-cffi,python-cryptography: Fix build dependsJeffery To2019-05-29
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python-cryptography's build depends (host cffi, libffi) were transferred to python-cffi at some point; this corrects the situation. python-cryptography's host Python build depends is copied from its setup.py[1]. [1]: https://github.com/pyca/cryptography/blob/2.6.1/setup.py#L47 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | Merge pull request #8979 from val-kulkov/python-curlHannu Nyman2019-05-29
|\ \ \ \ | | | | | | | | | | python-curl: remove hardcoded dependency on mbedtls
| * | | | python-curl: remove hardcoded dependency on mbedtlsVal Kulkov2019-05-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes issue #8978. If libcurl's SSL library is set to an SSL library other than libmbedtls, compilation fails. This patch configures python-curl to use the currently selected SSL library for libcurl. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* | | | | Merge pull request #9093 from jefferyto/python-host-ensurepip-upgrade-uninstallHannu Nyman2019-05-29
|\ \ \ \ \ | | | | | | | | | | | | python,python3: Use ensurepip=upgrade for host Python
| * | | | | python,python3: Use ensurepip=upgrade for host PythonJeffery To2019-05-28
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | This changes --with-ensurepip=install to upgrade, to upgrade host versions of setuptools and pip to the Python-bundled versions. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | Merge pull request #9085 from commodo/readme-multi-package-feedsHannu Nyman2019-05-29
|\ \ \ \ \ | | | | | | | | | | | | lang: python: readme: document mechanism for corner-case python[3]-package.mk location
| * | | | | lang: python: readme: document mechanism for corner-case ↵Alexandru Ardelean2019-05-28
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python[3]-package.mk location After some thinking over this, documenting this behavior makes sense versus adding some functionst to handle this. There is some validity/use-cases where some users may want to reference a python[3]-package.mk from some other location as well as have the flexibility to change it (locally). One example can be when the local `packages` is renamed to something else. This does not fall on the responsibility of the Python maintainers, but it can be documented. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* / / / / python,python3: Clear more fields for src packagesJeffery To2019-05-28
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | This clears the CONFLICTS, PROVIDES, EXTRA_DEPENDS, and USERID fields for -src packages. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | Merge pull request #9060 from jefferyto/python-setuptools-reproducibleRosen Penev2019-05-25
|\ \ \ \ | | | | | | | | | | python-setuptools: Add reproducibility patches from Debian
| * | | | python-setuptools: Add reproducibility patches from DebianJeffery To2019-05-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds the ability to patch setuptools (and pip), and adds 3 reproducibility patches from Debian[1]. (003-PKG-INFO-output-reproducible.patch addresses the issue identified in #9039.) The patching is not perfect, in that the patches are applied to setuptools and pip after they have been installed, since they are installed from wheels which are already "precompiled". Also, patching for the host install cannot be updated in place, for example if a patch is added or removed. [1]: https://sources.debian.org/patches/python-setuptools/40.8.0-1/ Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | python-chardet: Rename Python 3 scriptJeffery To2019-05-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Python 2 and 3 versions of chardet both install a script with the same name (/usr/bin/chardetect). This is the issue identified in #9006 (https://github.com/openwrt/packages/pull/9006#issuecomment-493709812). This renames the Python 3 script to chardetect3. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | python-requests-oauthlib: add python3, clean depsEneas U de Queiroz2019-05-24
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added a python3 variant, and removed python-cryptography, and pyjwt from the dependencies. They are required only to run one test, that is not even being installed. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | Merge pull request #9047 from cotequeiroz/python-licenseRosen Penev2019-05-21
|\ \ \ \ | | | | | | | | | | python-{pip,setuptools}: add LICENSE, CPE information
| * | | | python-python3-pip: add LICENSE informationEneas U de Queiroz2019-05-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CVE id was left commented out as it is not handled by uscan. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | python-python3-setuptools: add LICENSE informationEneas U de Queiroz2019-05-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CVE id was left commented out as it is not handled by uscan. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | Merge pull request #9048 from ldir-EDB0/luajitRosen Penev2019-05-21
|\ \ \ \ \ | | | | | | | | | | | | luajit: permit building on macos host
| * | | | | luajit: permit building on macos hostKevin Darbyshire-Bryant2019-05-21
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | luajit didn't understand completely that it was building in a cross compiled environment for Linux target. This would cause issues when building under openwrt on macos. Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
* | | | | openpyxl: bump to 2.6.2, add python3, fix dependsEneas U de Queiroz2019-05-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current package does not work, due to missing dependencies, so they are being added now, along with python3 support. This versions brings many bugfixes, and the option to use defusedxml if available, protecting against many xml exploits. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | python-et_xmlfile: restore & update removed packageEneas U de Queiroz2019-05-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a dependency of the openpyxl package. The package Makefile was reworked, and a python3 variant was added. Maintainer was changed to Alexandru Ardelean & Eneas U de Queiroz. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | python-jdcal: restore & update removed packageEneas U de Queiroz2019-05-21
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a dependency of the openpyxl package. The package Makefile was reworked, and a python3 variant was added. Maintainer was changed to Alexandru Ardelean & Eneas U de Queiroz. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | Merge pull request #8993 from cotequeiroz/rcssminRosen Penev2019-05-21
|\ \ \ \ | | | | | | | | | | python-rcssmin: restore & update removed package, add depend to django-compressor
| * | | | django-compressor: add missing dependencies.Eneas U de Queiroz2019-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added python-rcssmin, and django-appconfig as dependencies, and a note in the package help text about not having a rjsmin package, so the jsmin (javascript) filter will not work. Adjusted the Makefile to conform to current python-package style, and to display the package title correctly in menuconfig. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | python-rcssmin: restore & update removed packageEneas U de Queiroz2019-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a dependency of django-compressor. The package Makefile was reworked, and a python3 variant was added. Maintainer was changed to Alexandru Ardelean & Eneas U de Queiroz. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | Merge pull request #9040 from cotequeiroz/python-licenseRosen Penev2019-05-21
|\ \ \ \ \ | | | | | | | | | | | | Python/python3: refresh license information
| * | | | | python3: refresh LICENSE informationEneas U de Queiroz2019-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed PKG_LICENSE to reflect spdx license tag, and PKG_LICENSE_FILES to include all lincense-related files applicable to the parts of the code we are actually using to build and/or distributing. The Windows-only files, and the python-bundled Tools we're not using have been left out. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | | python: refresh LICENSE informationEneas U de Queiroz2019-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed PKG_LICENSE to reflect spdx license tag, and PKG_LICENSE_FILES to include all lincense-related files applicable to the parts of the code we are actually using to build and/or distributing. The Windows-only files, and the python-bundled Tools we're not using have been left out. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | | Merge pull request #9039 from cotequeiroz/python_conditionalRosen Penev2019-05-21
|\ \ \ \ \ \ | | | | | | | | | | | | | | treewide: add PACKAGE_* DEPENDS conditionals to python packages building both variants, update README.md
| * | | | | | treewide: Add PACKAGE_* conds to python packagesEneas U de Queiroz2019-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a package builds python & python3 variants, then the respective PACKAGE-python* conditional DEPENDS were added, since circular dependencies should all be resolved now. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | | | python: README.md: adjust recursive dep text, miscEneas U de Queiroz2019-05-20
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding the conditionals to DEPENDS should not cause circular dependencies any more. This adjusts the text to point out that it used to be a problem, and if it happens again, one should open an issue. Also, some spotted trivial errors were fixed. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | | Merge pull request #9045 from nxhack/serialport_bindingsRosen Penev2019-05-20
|\ \ \ \ \ \ | | | | | | | | | | | | | | node-serialport-bindings: add new package - fix powerpc build fail
| * | | | | | node-serialport-bindings: add new package - fix powerpc build failHirokazu MORIKAWA2019-05-21
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix powerpc 'node-serialport' package build fail divide node-serialport' into node-serialport' and node-serialport-bindings powerpc termios2 issue ref: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1619446 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* / | | | | node-serialport: fix powerpc build failHirokazu MORIKAWA2019-05-21
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix powerpc 'node-serialport' package build fail divide node-serialport' into node-serialport' and node-serialport-bindings node-serialport-bindings PR : https://github.com/openwrt/packages/pull/9045 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | php7: update to 7.2.18Michael Heimpold2019-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compile and run tested on mxs platform. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | Merge pull request #9007 from cotequeiroz/makefile_styleRosen Penev2019-05-20
|\ \ \ \ \ | |/ / / / |/| | | | Update Makefile style in cotequeiroz-maintained packages
| * | | | python-qrcode: adjust Makefile styleEneas U de Queiroz2019-05-17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | python-oauthlib: adjust Makefile styleEneas U de Queiroz2019-05-17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | python-defusedxml: adjust Makefile styleEneas U de Queiroz2019-05-17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | python-certifi: adjust Makefile styleEneas U de Queiroz2019-05-17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | pyjwt: adjust Makefile styleEneas U de Queiroz2019-05-17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | django-webpack-loader: adjust Makefile styleEneas U de Queiroz2019-05-17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | django-simple-captcha: adjust Makefile styleEneas U de Queiroz2019-05-17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | django-ranged-response: adjust Makefile styleEneas U de Queiroz2019-05-17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | django-formtools: adjust Makefile styleEneas U de Queiroz2019-05-17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | Merge pull request #9013 from nxhack/homebridge_0_4_49Rosen Penev2019-05-17
|\ \ \ \ \ | | | | | | | | | | | | node-homebridge: update to 0.4.49
| * | | | | node-homebridge: update to 0.4.49Hirokazu MORIKAWA2019-05-17
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | Node.js 12 support Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | Merge pull request #9014 from nxhack/node_hid_0_7_8Rosen Penev2019-05-17
|\ \ \ \ \ | | | | | | | | | | | | node-hid: update to 0.7.8
| * | | | | node-hid: update to 0.7.8Hirokazu MORIKAWA2019-05-17
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Node.js 12 support Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | Merge pull request #9015 from nxhack/node_serialport_7_1_5Rosen Penev2019-05-17
|\ \ \ \ \ | |_|/ / / |/| | | | node-serialport: update to 7.1.5
| * | | | node-serialport: update to 7.1.5Hirokazu MORIKAWA2019-05-17
| |/ / / | | | | | | | | | | | | | | | | | | | | Node.js 12 support Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* / / / python-requests: update to version 2.22.0Josef Schlehofer2019-05-16
|/ / / | | | | | | | | | | | | | | | Remove patch, which is included in this release Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>