mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-python/trio: Strip +dev from version in snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -52,6 +52,12 @@ distutils_enable_sphinx docs/source \
|
||||
dev-python/sphinx-rtd-theme \
|
||||
dev-python/towncrier
|
||||
|
||||
src_prepare() {
|
||||
# strip +dev from version, as it is breaking poorly written packages
|
||||
sed -i -e 's:+dev::' trio/_version.py || die
|
||||
distutils-r1_src_prepare
|
||||
}
|
||||
|
||||
python_test() {
|
||||
local EPYTEST_IGNORE=(
|
||||
# these tests require internet access
|
||||
Reference in New Issue
Block a user