Commit Graph

896 Commits

Author SHA1 Message Date
Derek Straka
cd7cc6e9dd python-automat: fix build dependencies to avoid download during do_compile
Add the correct version of python{3}-setuptools-scm-native
Remove the dependency on m2r

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-27 07:25:02 -08:00
Mark Asselstine
b08b570c86 python-twisted: avoid downloading build dependencies
setup.py will attempt to download python-incremental, as it is not
present in the sysroot. This is at the least wrong since some random
version of python-incremental will be used to build against (akin to
host contamination) and at most a build failure (when network access
is unavailable). So make python-incrementa-native available and a
DEPENDS.

Unfortunately python-incremental has a dependency on python-twisted
and vice versa. So we need to forcefully break this circular
dependency. Fortunately this doesn't affect the build of
python-twisted. Unfortunately if anyone else attempts to use
python-incremental-native there might be issues should it ever run the
code that does the import of twisted. This is not an issue now and a
comment has been added to hopefully make this issue known to anyone
else coming along at a later time.

Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-27 07:25:02 -08:00
Derek Straka
aad2b95438 python-pyopenssl: update to version 17.5.0
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-27 07:25:02 -08:00
Derek Straka
3aa3c9bba6 python-aws-iot-device-sdk-python: update to version 1.3.1
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-27 07:25:02 -08:00
Derek Straka
af0faaaa8b python-ipaddress: update to version 1.0.19
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-27 07:25:02 -08:00
Derek Straka
f83052df32 python-pylint: update to version 1.8.1
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-27 07:25:02 -08:00
Derek Straka
cac0cca1b8 python-webencodings: update RDEPENDS to include json
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-27 07:25:02 -08:00
Derek Straka
8b3e6755fa python-html5lib: update to version 1.0.1
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-27 07:25:02 -08:00
Derek Straka
b9b48df09d python-pycparser: update RDEPENDS to add ply
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-27 07:25:01 -08:00
Derek Straka
251f6f9ccc python-pymisp: update to version 2.4.84
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-27 07:25:01 -08:00
Derek Straka
597f912aa5 python-pytest: update to version 3.3.1
Update RDEPENDS for latest version

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-27 07:25:01 -08:00
Derek Straka
58e5a63e03 python-pluggy: add initial recipe for version 0.6.0
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-27 07:25:01 -08:00
Derek Straka
9c6dbaba82 python-cryptography-vectors: update to version 2.1.4
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-27 07:25:01 -08:00
Derek Straka
d194ad1537 python-cryptography: update to version 2.1.4
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-27 07:25:01 -08:00
Derek Straka
630d79a7bc python-attr: update to version 0.3.1
Update license file checksum and verify MIT still applies

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-27 07:25:01 -08:00
Derek Straka
80b6e6f151 python-asn1crypto: update to version 0.24.0
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-27 07:25:01 -08:00
Derek Straka
b76cedf440 python-simplejson: update to version 3.13.2
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-27 07:25:01 -08:00
Derek Straka
d295ef40a6 python-pandas: update to version 0.21.1
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-27 07:25:01 -08:00
Derek Straka
0d7da1ed71 python-psutil: update to version 5.4.2
Create a tests package
Update RDEPENDS

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-27 07:25:01 -08:00
Derek Straka
089316de70 python-astroid: update to version 1.6.0
Split out the test packages
Update the RDEPENDS for minimal python installs

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-27 07:25:01 -08:00
Derek Straka
b3ffe04531 python-pymongo: update to version 3.6.0
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-27 07:25:01 -08:00
Derek Straka
8cfd98e478 python-pexpect: update to version 4.3.1
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-27 07:25:01 -08:00
Derek Straka
c6665323a8 python-flask-login: update to version 0.4.1
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-27 07:25:01 -08:00
Bill Randle
2a6cfdd2d1 python3-blinker: new recipe
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-26 20:38:35 -08:00
Bill Randle
1164c0c338 python-blinker: move core recipe code to .inc file
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-26 20:38:28 -08:00
Mark Asselstine
80b3f2e820 python-pyroute2: uprev to v0.4.21 (from 0.3.22)
Drop the json<-->simplejson patch instead opting to depend on
python-json (part of core python libs). Beyond this the uprev is
straightforward.

Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:55 -08:00
Bill Randle
ea42a6f671 python[3]-flask-xstatic: new recipes
V2: add missing FILESEXTRAPATHS_prepend

Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:54 -08:00
Bill Randle
18f157cec3 python[3]-xstatic-font-awesome: new recipes
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:54 -08:00
Bill Randle
99fd123afb python[3]-xstatic: new recipes
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:54 -08:00
Bill Randle
c8419ea70e python[3]-flask-babel: new recipes
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:54 -08:00
Bill Randle
c970883032 python[3]-speaklater: new recipes
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:54 -08:00
Bill Randle
892fdab62a python[3]-flask-user: new recipes
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:54 -08:00
Bill Randle
8a677a1e06 python[3]-flask-mail: new recipes
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:54 -08:00
Bill Randle
875913e514 python[3]-flask-script: new recipes
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:54 -08:00
Bill Randle
f231401c44 python[3]-flask-uploads: new recipes
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:54 -08:00
Bill Randle
55d77b7e3f python[3]-flask-nav: new recipes
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:54 -08:00
Bill Randle
d96548a395 python[3]-fask-migrate: new recipes
V2: fix typo on .inc filename

Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:54 -08:00
Bill Randle
b2a0661c4b python[3]-alembic: new recipes
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:53 -08:00
Bill Randle
947c8e0cc5 python[3]-editor: new recipes
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:53 -08:00
Bill Randle
6f3ef2e63e python3-wtforms: new recipe
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:53 -08:00
Bill Randle
3db2251f18 python-wtforms: move core of recipe to a .inc file
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:53 -08:00
Bill Randle
e4a673576e python3-visitor: new recipe
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:53 -08:00
Bill Randle
2a61ca5253 python-visitor: move core of recipe to a .inc file
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:53 -08:00
Bill Randle
73445a39cb python3-flask-wtf: new recipe
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:53 -08:00
Bill Randle
6c917a3781 python-flask-wtf: move core of recipe to a .inc file
V2: add FILESEXTRAPATH_prepend to pick up common patch directory.

Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:53 -08:00
Bill Randle
a899912764 python3-flask-sqlalchemy: new recipe
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:53 -08:00
Bill Randle
bf2eb8abd1 python-flask-sqlalchemy: move core of recipe to a .inc file
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:53 -08:00
Bill Randle
7e4e134027 python3-flask-bootstrap: new recipe
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:53 -08:00
Bill Randle
dd38e0e3f2 python-flask-bootstrap: move core of recipe to a .inc file
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:38 -08:00
Bill Randle
acfb8417e3 python3-dominate: new recipe
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-11 07:58:58 -08:00