Commit Graph

1978 Commits

Author SHA1 Message Date
Zang Ruochen
ee2735b3c0 python3-parse: Enable ptest
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-01 23:32:54 -07:00
Zang Ruochen
59438f43e4 python3-polyline: Enable ptest
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-01 23:32:54 -07:00
Zang Ruochen
9a156a9f06 python3-pluggy: Enable ptest
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-01 23:32:54 -07:00
Denys Dmytriyenko
1fed24e603 pycryptodomex: cleanup recipe to use common include
PyCryptodome is "an almost drop-in replacement for the old PyCrypto library"
and installs under "Crypto" package. In cases when both PyCryptodome and old
PyCrypto are needed, there's PyCryptodomeX that installs under own name as
"Cryptodome" package.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-01 15:11:15 -07:00
Mingli Yu
8263131bba python3-parallax: add new recipe
Parallax SSH provides an interface to executing
commands on multiple nodes at once using SSH. It
also provides commands for sending and receiving
files to multiple nodes using SCP.

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-01 07:04:29 -07:00
Zang Ruochen
64fc730950 python3-simpleeval: Enable ptest
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-03-31 07:03:29 -07:00
Trevor Gamblin
ee37aebbb0 python3-more-itertools: upgrade 8.1.0 -> 8.2.0
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-03-30 22:02:13 -07:00
Trevor Gamblin
9cbed01f6f python3-jinja2: upgrade 2.10.3 -> 2.11.1
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-03-30 22:02:13 -07:00
Zang Ruochen
9e58e66a8b python3-ujson: Enable ptest
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-03-30 22:02:13 -07:00
Zang Ruochen
ac867f6fa6 python3-sqlparse: Enable ptest
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-03-30 11:44:47 -07:00
Zang Ruochen
0b5e3ef98a python3-serpent: Enable ptest
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-03-30 11:44:47 -07:00
Zang Ruochen
cdcf5357de python3-scrypt: Enable ptest
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-03-30 11:44:47 -07:00
Pierre-Jean Texier
e66990ec08 python-engineio: upgrade 3.11.2 -> 3.12.1
See full changelog https://github.com/miguelgrinberg/python-engineio/blob/master/CHANGES.md

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-03-28 07:40:56 -07:00
Trevor Gamblin
6f18e6b841 python3-psutil: upgrade 5.6.7 -> 5.7.0
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-03-27 15:37:33 -07:00
Trevor Gamblin
e59d4df02f python3-importlib-metadata: upgrade 0.23 -> 1.5.2
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-03-26 20:35:47 -07:00
Hongxu Jia
1614839cf1 python3-grpcio: fix native build failure on ubuntu 16.04 and centos 8
1. Keep '-std=c++11' and '-std=gnu99' to fix native build error
with old gcc (such as gcc 5.4.0 on ubuntu 16.04); for clang, remove
them through setting GRPC_PYTHON_CFLAGS at do_compile in bb recipe

2. While export CC="gcc ", cc_args is empty, it will
cause subprocess.Popen always return 1. On centos 8, if you don't
install package libatomic, there will be a native build error
`cannot find /usr/lib64/libatomic.so.1.2.0'.

Add no harm '-g' to cc_args if cc_args is empty.

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-03-26 20:35:47 -07:00
Trevor Gamblin
746e7df641 python3-werkzeug: upgrade 0.16.0 -> 1.0.0
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-03-25 15:11:48 -07:00
Martin Kelly
6166fb9846 python3-pint: upgrade 0.9 -> 0.11
Also add a dependency on python3-setuptools-scm-native to make this
build with the newer version.

Signed-off-by: Martin Kelly <mkelly@xevo.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-03-25 15:11:48 -07:00
nick83ola
cfa5f56890 python3-matplotlib: update to version 3.2.1
Signed-off-by: Nicola Lunghi <nick83ola@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-03-25 06:52:29 -07:00
nick83ola
c6fb8e3efb python3-matplotlib: multiple changes
* The license indicated in the setup.py is PSF not the BSD. Update LICENSE
* added kiwisolver and cycler to the dependencies
* add missing pkgconfig class
* added native for the python dependencies to DEPENDS: the setuptools need to
  launch the required libraries to check if they are there
* remove redundant PYPI_PACKAGE
* add SECTION = "devel/python"
* apply oe-stylize

Signed-off-by: Nicola Lunghi <nick83ola@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-03-25 06:52:29 -07:00
Martin Kelly
b51dcf7d04 python3-cachecontrol: add recipe for 0.12.6
This recipe originally comes from meta-openstack, but it's
dependency-less, so it may as well live here and get wider use.

meta-openstack is MIT-licensed, so the recipe is compatible.

Signed-off-by: Martin Kelly <mkelly@xevo.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-03-24 19:58:50 -07:00
Martin Kelly
be0e033b07 python3-lockfile: add recipe for 0.12.2
Signed-off-by: Martin Kelly <mkelly@xevo.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-03-24 19:58:50 -07:00
Martin Kelly
21fe4d2290 python3-uritemplate: add recipe for 3.0.1
This recipe originally comes from meta-openstack, but it's
dependency-less, so it may as well live here and get wider use.
meta-openstack is MIT-licensed, so the recipe is compatible.

Also bump the version to 3.0.1, from the 3.0.0 currently in
meta-openstack.

Signed-off-by: Martin Kelly <mkelly@xevo.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-03-24 19:58:50 -07:00
Martin Kelly
4b46c014fb python3-sympy: add recipe for 1.5.1
This recipe is adapted from one in meta-jupyter, which is also
MIT-licensed.

Signed-off-by: Martin Kelly <mkelly@xevo.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-03-24 19:58:50 -07:00
Martin Kelly
bde9645503 python3-mpmath: add recipe for 1.10
This is a dependency for python3-sympy.

This recipe is adapted from one in meta-jupyter, which is also
MIT-licensed.

Signed-off-by: Martin Kelly <mkelly@xevo.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-03-24 19:58:50 -07:00
Martin Kelly
87980b86bc python3-polyline: add recipe for 1.4.0
Signed-off-by: Martin Kelly <mkelly@xevo.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-03-24 19:58:50 -07:00
Martin Kelly
344d345139 python3-haversine: add recipe for 2.2.0
Signed-off-by: Martin Kelly <mkelly@xevo.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-03-24 19:58:50 -07:00
Martin Kelly
3846551c91 python3-geojson: add recipe for 2.5.0
Signed-off-by: Martin Kelly <mkelly@xevo.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-03-24 19:58:50 -07:00
Martin Kelly
81bbbe8c69 python3-iso3166: add recipe for 1.0.1
Signed-off-by: Martin Kelly <mkelly@xevo.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-03-24 19:58:50 -07:00
Martin Kelly
d0c29d1340 python3-typeguard: add recipe for 2.7.1
Signed-off-by: Martin Kelly <mkelly@xevo.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-03-24 19:58:50 -07:00
Martin Kelly
6066589f42 python3-simpleeval: add recipe for 0.9.10
Signed-off-by: Martin Kelly <mkelly@xevo.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-03-24 19:58:50 -07:00
Martin Kelly
bb8e324726 python3-can: add missing RDEPENDS
python3-can has runtime dependencies on aenum and fcntl, but these were
missing, so add them.

Signed-off-by: Martin Kelly <mkelly@xevo.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-03-24 19:58:50 -07:00
Martin Kelly
dc24deb58c python3-aenum: add recipe for 2.2.3
This is a dependency for python3-can.

Signed-off-by: Martin Kelly <mkelly@xevo.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-03-24 19:58:50 -07:00
Martin Kelly
c17d564c08 python-pint: add nativesdk support
This builds just fine with nativesdk, so let's enable it.

Signed-off-by: Martin Kelly <mkelly@xevo.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-03-24 19:58:50 -07:00
Martin Kelly
492129bba5 python3-can: add native,nativesdk recipes
This builds fine for native and nativesdk, so add recipes for it.

Signed-off-by: Martin Kelly <mkelly@xevo.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-03-24 19:58:50 -07:00
Martin Kelly
71451129e7 python-msgpack: add native,nativesdk support
This builds fine with native and nativesdk, so let's add it to the
package.

Signed-off-by: Martin Kelly <mkelly@xevo.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-03-24 19:58:50 -07:00
Martin Kelly
98669e7a61 recipes-devtools: remove +x bit
The executable bit was erroneously set on these recipes.

Signed-off-by: Martin Kelly <mkelly@xevo.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-03-24 19:58:50 -07:00
Zheng Ruoqin
8a229451a0 python3-whoosh: Enable ptest
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-03-23 08:02:46 -07:00
Nicola Lunghi
0af511b612 python-matplotlib: remove leftover file fix_setupext.patch
On commit:

3468447d96 python-matplotlib: remove the python 2.x version of the recipe

was forgotten to remove this patch file.

Signed-off-by: Nicola Lunghi <nick83ola@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-03-22 21:28:28 -07:00
Trevor Gamblin
d66fc27769 python3-twisted: add python3-appdirs to RDEPENDS
python3-twisted requires python3-appdirs to support some
submodules:

|root@intel-x86-64:~# python3
|Python 3.7.4 (default, Oct 28 2019, 02:05:50)
|[GCC 9.2.0] on linux
|Type "help", "copyright", "credits" or "license" for more information.
|>>> import twisted.python._appdirs
|
|Error message :
|File "<frozen importlib._bootstrap>", line 219, in
|_call_with_frames_removed
|File "/usr/lib64/python3.7/site-packages/twisted/python/_appdirs.py",
|line 11, in <module>
|import appdirs
|No module named 'appdirs'

Also rearranged the RDEPENDS list for twisted-core to be in alphabetical
order.

Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-03-22 18:51:27 +00:00
Zang Ruochen
64aa85936b python3-yarl: Enable ptest
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-03-20 07:44:29 -07:00
Zang Ruochen
ddd3d75b88 python3-yappi: Enable ptest
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-03-20 07:44:29 -07:00
Zang Ruochen
380bd91766 python3-xxhash: Enable ptest
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-03-20 07:44:29 -07:00
Zang Ruochen
5c474d09a8 python3-xmltodict: Enable ptest
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-03-20 07:44:29 -07:00
Zang Ruochen
54201bae76 python3-xlrd: Enable ptest
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-03-20 07:44:29 -07:00
Zang Ruochen
e36ff205b2 python3-webcolors: Enable ptest
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-03-20 07:44:29 -07:00
Pierre-Jean Texier
887ad76f3e python-requests: upgrade 2.22 -> 2.23
License-Update: copyright years updated

-Copyright 2018 Kenneth Reitz
+Copyright 2019 Kenneth Reitz

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-03-13 12:49:59 -07:00
Pierre-Jean Texier
96d703ba9d python3-kconfiglib: upgrade 13.7.0 -> 14.1.0
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-03-13 12:49:54 -07:00
Rajesh Ravi
ebcd5103f3 python3-pycryptodomex: add 3.9.4 recipe
Add python3-pycryptodomex 3.9.4 recipe needed to build
such components as optee 3.8.0.

Signed-off-by: Rajesh Ravi <rajesh.ravi@broadcom.com>
Signed-off-by: Scott Branden <scott.branden@broadcom.com>
Reviewed-by: Tim Orling <ticotimo@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-03-12 00:47:45 -07:00
nick83ola
9047a1db30 python3-kiwisolver: add recipe for version 1.1.0
This is a dependency for python3-matplotlib

Signed-off-by: Nicola Lunghi <nick83ola@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-03-11 08:58:57 -07:00