Fabrice Fontaine
6ebaef3818
package/python-ipython: bump to version 7.4.0
...
- Update hash for COPYING.rst, it has been updated to remove
BSD-3-Clause text:
https://github.com/ipython/ipython/commit/5a6ef3e35db9ac04bf47a17d96484e03370f03dd
- Add LICENSE to license files as this is now the file that contain
BSD-3-Clause text
- Needs python3 since version 6.x and above
- Needs new runtime dependencies: backcall and jedi
- Drop obsolete python2 dependencies as well as simplegeneric:
https://github.com/ipython/ipython/commit/dc0ceb16f92e0e943435106e863a5cfccd724a2d
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-20 22:00:47 +02:00
Fabrice Fontaine
399d83f780
Revert "package/python-ipython: bump to version 7.3.0"
...
This reverts commit bc51605259 .
which adds a dependency on python3 as well as adddtional python runtime
modules. So revert this patch to polish a better bump.
Fixes:
- http://autobuild.buildroot.org/results/7d765d2b15bfe72b05de62e86a01d57f1696c837
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-03-18 22:05:34 +01:00
Fabrice Fontaine
bc51605259
package/python-ipython: bump to version 7.3.0
...
- Update hash for COPYING.rst, it has been updated to remove
BSD-3-Clause text:
https://github.com/ipython/ipython/commit/5a6ef3e35db9ac04bf47a17d96484e03370f03dd
- Add LICENSE to license files as this is now the file that contain
BSD-3-Clause text
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-03-17 17:30:52 +01:00
Asaf Kahlon
3642ff4840
python-ipython: bump to version 5.8.0
...
Also add license hash.
Signed-off-by: Asaf Kahlon <asafka7@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2018-10-08 21:14:32 +02:00
Andrey Smirnov
d0f96e667f
python-ipython: Bump to version 5.4.0
...
Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com >
Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-06-15 23:08:32 +02:00
Andrey Smirnov
b3bf0d87f5
package/python-ipython: Add dependecy list
...
List minimal set of packages needed to be installed alongside to be able
to run IPython 5.2.2 with Python 2/3.
Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com >
Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com >
[Thomas: use alphabetic ordering.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-06-15 23:07:02 +02:00
Andrey Smirnov
40edddc8cc
package/python-ipython: Reformat help text to avoid warnings
...
Reformat help text in Config.in to avoid warnings from
check-package. No content change intended.
Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-05-04 22:19:02 +02:00
Rahul Bedarkar
9f59b378a3
boot, package: use SPDX short identifier for BSD-3c
...
We want to use SPDX identifier for license string as much as possible.
SPDX short identifier for BSD-3c is BSD-3-Clause.
This change is done using following command.
find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/BSD-3c/BSD-3-Clause/g'
Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-04-01 15:26:57 +02:00
Adam Duskett
5fa786e328
python-ipython: bump to version 5.2.2
...
Signed-off-by: Adam Duskett <Adamduskett@outlook.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-03-02 21:54:15 +01:00
Yann E. MORIN
73ec520d9f
package/python-ipython: add hash file
...
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2016-06-19 21:59:31 +02:00
Peter Korsgaard
298cd8eaa2
package/*: rename patches according to the new policy
...
Autogenerated from rename-patch.py (http://patchwork.ozlabs.org/patch/403345 )
Signed-off-by: Samuel Martin <s.martin49@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-02-03 14:52:56 +01:00
Peter Korsgaard
cd331c1e1d
package/python-*: drop redundant python || python3 dependencies
...
As discussed on the list:
http://lists.busybox.net/pipermail/buildroot/2014-November/112509.html
We currently have a mix of python packages explicitly depending on python ||
python3 in their Config.in and packages that don't. As all python packages
are inside a python || python3 conditional in the main Config.in, the
explicit dependencies inside the package Config.in is redundant, so drop it
for consistency.
Automated using:
sed -i '/depends on BR2_PACKAGE_PYTHON.*PYTHON3/d' package/python-*/Config.in
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-11-19 14:21:05 +01:00
Jerzy Grzegorek
c7f4b96471
package: remove the trailing slash sign from <PKG>_SITE variable
...
Since the trailing slash is stripped from $($(PKG)_SITE) by pkg-generic.mk:
$(call DOWNLOAD,$($(PKG)_SITE:/=)/$($(PKG)_SOURCE))
so it is redundant.
This patch removes it from $(PKG)_SITE variable for BR consistency.
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-07-31 23:17:46 +02:00
Philippe Proulx
2671e7eee3
python-ipython: new package
...
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-07-27 15:37:27 +02:00