summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-python/ordered-set: minor test fixDavid Denoncin2020-07-281-4/+0
| | | | | | | | | | Drop python_test function because it is not needed anymore: tests are run normally with distutils_enable_tests Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: David Denoncin <ddenoncin@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16887 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/ordered-set: Remove redundant versionsMichał Górny2020-07-122-23/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/ordered-set: add py3.9David Denoncin2020-06-141-1/+1
| | | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: David Denoncin <ddenoncin@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16227 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/ordered-set: version bump 4.0.1David Denoncin2020-06-142-0/+23
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: David Denoncin <ddenoncin@gmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/ordered-set: A MutableSet that remembers its orderAndrew Ammerlaan2020-02-093-0/+32
so that every entry has an index Bug: https://github.com/gentoo/gentoo/pull/14344 Bug: https://bugs.gentoo.org/705872 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net> Signed-off-by: Benda Xu <heroxbd@gentoo.org>