| Commit message (Collapse) | Author | Age |
|\
| |
| | |
treewide: add PACKAGE_* DEPENDS conditionals to python packages building both variants, update README.md
|
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
|\ \
| | |
| | | |
node-serialport-bindings: add new package - fix powerpc build fail
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
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>
|
| |
| |
| |
| |
| |
| | |
Compile and run tested on mxs platform.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|
|\ \
| |/
|/| |
Update Makefile style in cotequeiroz-maintained packages
|
| |
| |
| |
| | |
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
|
| |
| |
| |
| | |
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
|
| |
| |
| |
| | |
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
|
| |
| |
| |
| | |
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
|
| |
| |
| |
| | |
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
|
| |
| |
| |
| | |
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
|
| |
| |
| |
| | |
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
|
| |
| |
| |
| | |
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
|
| |
| |
| |
| | |
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
|
|\ \
| | |
| | | |
node-homebridge: update to 0.4.49
|
| | |
| | |
| | |
| | |
| | |
| | | |
Node.js 12 support
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
|
|\ \ \
| | | |
| | | | |
node-hid: update to 0.7.8
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
Node.js 12 support
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
|
|\ \ \
| |_|/
|/| | |
node-serialport: update to 7.1.5
|
| |/
| |
| |
| |
| |
| | |
Node.js 12 support
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
|
|/
|
|
|
|
| |
Remove patch, which is included in this release
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
The defusedxml package contains several Python-only workarounds and
fixes for denial of service and other vulnerabilities in Python's XML
libraries. In order to benefit from the protection you just have to
import and use the listed functions / classes from the right defusedxml
module instead of the original module.
Currently, openpyxl detects, and uses defusedxml, if installed.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
|
|\
| |
| | |
python-pyasn1-modules: Update to 0.2.5
|
| |
| |
| |
| | |
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
|/
|
|
| |
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
|\
| |
| | |
python-requests: allow urllib3 1.25.x
|
| |
| |
| |
| |
| |
| |
| |
| | |
Add PKG_CPE_ID, PKG_LICENSE_FILES
Reorder things in Makefile
Update URL
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
|
|\ \
| | |
| | | |
lang/python/README.md: add note about use in other packages feeds
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
By popular demand, via:
https://github.com/openwrt/packages/issues/8892#issuecomment-489992926
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
With pip3.7, `--index-url ""` is different from absence of --index-url
argument. Apply the same for python3 variant
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This is largely done by suffixing "python" or "py" with "3". The
README.md file is also copied here and we intend to maintain it
independently from its python2 counterpart.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
|
|\ \ \
| |_|/
|/| | |
node: add mips64 support
|
| |/
| |
| |
| |
| |
| |
| |
| | |
see: https://github.com/openwrt/packages/pull/8796
And remove uclibc depends
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
|
|\ \
| | |
| | | |
python-urllib3: update to version 1.25.2
|
| | |
| | |
| | |
| | |
| | |
| | | |
Add me as maintainer
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
|
|\ \ \
| | | |
| | | | |
python-zeroconf: update to version 0.22.0
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
|
|\ \ \ \
| |_|_|/
|/| | | |
python-boto3: Add new package
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
|
|\ \ \
| | | |
| | | | |
erlang: Fix compilation without deprecated OpenSSL APIs
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Renamed the patch as it does more than fix ENGINE support.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This is a bugfix release.
Made some cosmetic changes to the Makefile.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
|
|\ \ \ \
| | | | |
| | | | | |
django: Add pytz dependency
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
pytz is a run-time dependency of django.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
|