summaryrefslogtreecommitdiffstats
path: root/package/python-pexpect
Commit message (Collapse)AuthorAgeFilesLines
* python-pexpect: bump to version 4.6.0Asaf Kahlon2018-09-092-6/+8
| | | | | | | | Add hash for license. Adjust post-patch for 4.6.0 (async.py was renamed to _async.py). Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/python-pexpect: bump version to 4.2.1Bernd Kuhls2016-10-072-5/+5
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* python-pexpect: fix byte-compilation with Python 2Thomas Petazzoni2016-05-221-0/+10
| | | | | | | | | | | | | | | pexpect contains one file, async.py, that is only meant to be used with Python 3. Due to this, it fails to byte-compile with Python 2, which will become a problem once we make byte-compilation failures fatal failures that abort the build. As suggested by upstream at https://github.com/pexpect/pexpect/issues/290, we simply remove the problematic file when building with Python 2. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* python-pexpect: new packageJan Viktorin2016-04-153-0/+29
Signed-off-by: Jan Viktorin <viktorin@rehivetech.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> [Thomas: - fix hash file - fix <pkg>_SITE variable - remove runtime only dependency from .mk file, as suggested by Yegor Yefremov] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud