summaryrefslogtreecommitdiffstats
path: root/package/python-enum
Commit message (Collapse)AuthorAgeFilesLines
* boot, package: use SPDX short identifier for GPLv3/GPLv3+Rahul Bedarkar2017-04-011-1/+1
| | | | | | | | | | | | We want to use SPDX identifier for license string as much as possible. SPDX short identifier for GPLv3/GPLv3+ is GPL-3.0/GPL-3.0+. This change is done using following command. find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/\<GPLv3\>/GPL-3.0/g' Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* python-enum: fix license informationThomas Petazzoni2017-03-041-2/+2
| | | | | | | | | | | | | | | | | | | | | The bump of python-enum to version 0.4.6 in commit 636df89872c7b6a6bed2c679cf65da41309ac652 forgot to update the license information. Even though the PKG-INFO file still pretends it's GPLv2 or Python license, the only license file available is LICENSE.GPL-3 (which indicates a GPLv3 license), and the comment header in the source code is pretty clear: This is free software: you may copy, modify, and/or distribute this work under the terms of the GNU General Public License as published by the Free Software Foundation; version 3 of that license or any later version. No warranty expressed or implied. See the file ‘LICENSE.GPL-3’ for details. Fixes: http://autobuild.buildroot.net/results/7fec1c7cde710f523263e74b1849f1f4488b7d26/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* python-enum: bump to version 0.4.6Adam Duskett2017-03-022-5/+5
| | | | | Signed-off-by: Adam Duskett <Adamduskett@outlook.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* python-enum: new packagePeter Korsgaard2014-12-203-0/+29
This is an alternative to python-enum34 with a somewhat different API. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud