Conversation
Codecov ReportBase: 80.97% // Head: 80.94% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #494 +/- ##
==========================================
- Coverage 80.97% 80.94% -0.04%
==========================================
Files 55 55
Lines 8123 8125 +2
Branches 1826 1825 -1
==========================================
- Hits 6578 6577 -1
- Misses 1446 1449 +3
Partials 99 99
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
673848e to
0042d1b
Compare
mgorny
left a comment
There was a problem hiding this comment.
Just a cursory look for now.
| requires = [ | ||
| "wheel", "setuptools", | ||
| "setuptools", | ||
| "wheel", |
There was a problem hiding this comment.
Do you need the explicit wheel dep?
There was a problem hiding this comment.
Surprisingly enough, I do indeed use wheel, to mark my wheel as python ABI agnostic
The usage is with the line:
from wheel.bdist_wheel import bdist_wheel as orig_bdist_wheel
...
class bdist_wheel(orig_bdist_wheel):
...Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
4216a70 to
0cd4254
Compare
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
0cd4254 to
5fd8dca
Compare
As part of pkgcore/snakeoil#77 , use purer setuptools setup. Some of the big changes:
doc/conf.pyrelease.ymlto create platform wheels forarm64,ppc64le,s390x, for bothmuslandglibcpytestcommand, and not usingsetup.py test