summaryrefslogtreecommitdiff
path: root/dev-python/uvloop
AgeCommit message (Collapse)Author
2020-07-20dev-python/uvloop: Port up to py3.9Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2020-05-19dev-python/uvloop: Add test-dep on psutilMichał Górny
Closes: https://bugs.gentoo.org/723578 Signed-off-by: Michał Górny <mgorny@gentoo.org>
2020-03-29dev-python/uvloop: Remove redundant versionsMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2020-03-25dev-python/uvloop: x86 stable wrt bug #714248Agostino Sarubbo
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2020-03-25dev-python/uvloop: amd64 stable wrt bug #714248Agostino Sarubbo
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2020-01-05*/*: Clean PYTHON_COMPAT of obsolete implsMichał Górny
Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org>
2019-12-11*/*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny
The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
2019-11-06dev-python/uvloop: Bump to 0.14.0Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2019-08-15dev-python/uvloop: Bump to 0.13.0Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2019-08-04*/*: Retire Elvis Pranskevichus due to inactivityMichał Górny
Closes: https://bugs.gentoo.org/677294 Signed-off-by: Michał Górny <mgorny@gentoo.org>
2019-07-15dev-python/uvloop: Bump to 0.12.2, py3.7, EAPI 7Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2019-07-15dev-python/uvloop: Add python@ as co-maintMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2017-12-09dev-python/*: Update Manifest hashesMichał Górny
2017-10-14dev-python/uvloop: [QA] Indent metadata.xml consistently.Ulrich Müller
Package-Manager: Portage-2.3.11, Repoman-2.3.3
2017-10-14dev-python/uvloop: [QA] Remove CVS $Id$ line from header.Ulrich Müller
Package-Manager: Portage-2.3.11, Repoman-2.3.3
2017-10-03dev-python/uvloop: version bump to 0.8.1.Elvis Pranskevichus
Package-Manager: Portage-2.3.8, Repoman-2.3.1 Closes: https://bugs.gentoo.org/601918 Closes: https://github.com/gentoo/gentoo/pull/5839
2017-02-28Drop $Id$ per council decision in bug #611234.Robin H. Johnson
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2016-09-08dev-python/uvloop: Version bump to 0.5.3Elvis Pranskevichus
Gentoo-Bug: https://bugs.gentoo.org/593082 Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/2273 Signed-off-by: David Seifert <soap@gentoo.org>
2016-05-25dev-python/uvloop: fix unnecessary CDEPEND logic, add missing dieGöktürk Yüksek
Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/1506 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
2016-05-14dev-python/uvloop: new ebuild, initial vn. 0.4.20Elvis Pranskevichus
uvloop is a fast, drop-in replacement of the built-in asyncio event loop. uvloop is implemented in Cython and uses libuv under the hood. http://github.com/MagicStack/uvloop Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=582768 Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/1455 Signed-off-by: Ian Delaney <idella4@gentoo.org>