summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-python/uvloop: Port up to py3.9Michał Górny2020-07-202-2/+41
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/uvloop: Add test-dep on psutilMichał Górny2020-05-191-1/+4
| | | | | Closes: https://bugs.gentoo.org/723578 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/uvloop: Remove redundant versionsMichał Górny2020-03-294-161/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/uvloop: x86 stable wrt bug #714248Agostino Sarubbo2020-03-251-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/uvloop: amd64 stable wrt bug #714248Agostino Sarubbo2020-03-251-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* */*: Clean PYTHON_COMPAT of obsolete implsMichał Górny2020-01-054-8/+8
| | | | | Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-111-1/+2
| | | | | | | | | | | | | | | | | | 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>
* dev-python/uvloop: Bump to 0.14.0Michał Górny2019-11-062-0/+55
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/uvloop: Bump to 0.13.0Michał Górny2019-08-152-0/+55
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Retire Elvis Pranskevichus due to inactivityMichał Górny2019-08-041-8/+0
| | | | | Closes: https://bugs.gentoo.org/677294 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/uvloop: Bump to 0.12.2, py3.7, EAPI 7Michał Górny2019-07-152-0/+55
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/uvloop: Add python@ as co-maintMichał Górny2019-07-151-0/+3
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/*: Update Manifest hashesMichał Górny2017-12-091-1/+1
|
* dev-python/uvloop: [QA] Indent metadata.xml consistently.Ulrich Müller2017-10-141-13/+17
| | | | Package-Manager: Portage-2.3.11, Repoman-2.3.3
* dev-python/uvloop: [QA] Remove CVS $Id$ line from header.Ulrich Müller2017-10-141-1/+0
| | | | Package-Manager: Portage-2.3.11, Repoman-2.3.3
* dev-python/uvloop: version bump to 0.8.1.Elvis Pranskevichus2017-10-033-66/+8
| | | | | | Package-Manager: Portage-2.3.8, Repoman-2.3.1 Closes: https://bugs.gentoo.org/601918 Closes: https://github.com/gentoo/gentoo/pull/5839
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-282-2/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-python/uvloop: Version bump to 0.5.3Elvis Pranskevichus2016-09-082-0/+55
| | | | | | | | | 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>
* dev-python/uvloop: fix unnecessary CDEPEND logic, add missing dieGöktürk Yüksek2016-05-251-5/+3
| | | | | | | Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/1506 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* dev-python/uvloop: new ebuild, initial vn. 0.4.20Elvis Pranskevichus2016-05-143-0/+75
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>