Versions
v0.6.1_p20200905 :: 0 :: gentoo
- Modified
- License
- MIT
- Keywords
- ~amd64
- USE flags
- test
USE flags
General
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
python_targets
- python3_7
- Build with Python 3.7
- python3_8
- Build with Python 3.8
Dependencies
dev-python / docker-py : Python client for Docker
dev-python / flexmock : Testing library to create mocks, stubs and fakes
dev-python / pytest : Simple powerful testing with Python
dev-python / urwid : Curses-based user interface library for Python
dev-python / urwidtrees : Tree widgets for urwid
Runtime Dependencies
dev-lang / python : An interpreted, interactive, object-oriented programming language
dev-lang / python-exec : Python script wrapper
dev-python / docker-py : Python client for Docker
dev-python / setuptools : Collection of extensions to Distutils
dev-python / urwid : Curses-based user interface library for Python
dev-python / urwidtrees : Tree widgets for urwid
Bugs
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
app-emulation/sen: Remove old (py3.6)
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Nelo-T. Wallus · gentoo
app-emulation/sen: Correct DISTUTILS_USE_SETUPTOOLS
Closes: https://bugs.gentoo.org/746284 Package-Manager: Portage-3.0.5, Repoman-2.3.23 Signed-off-by: Nelo-T. Wallus <nelo@wallus.de> Closes: https://github.com/gentoo/gentoo/pull/18004 Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Nelo-T. Wallus · gentoo
app-emulation/sen: Patch bump to 0.6.1_p20200903
Bug: https://bugs.gentoo.org/718214 Package-Manager: Portage-3.0.5, Repoman-2.3.23 Signed-off-by: Nelo-T. Wallus <nelo@wallus.de> Closes: https://github.com/gentoo/gentoo/pull/17423 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Clean PYTHON_COMPAT of obsolete impls
Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Aaron Bauman · gentoo
app-emulation/sen: drop old py35 only
Signed-off-by: Aaron Bauman <bman@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: [QA] Fix trivial cases of MissingTestRestrict
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> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Remove python3_4 PYTHON_COMPAT correctly
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Lars Wendler · gentoo
app-emulation/sen: Drop python3_7 support. Missing deps.
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Nelo-T. Wallus · gentoo
app-emulation/sen: Bump to 0.6.1
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Nelo-T. Wallus <nelo@wallus.de> Closes: https://github.com/gentoo/gentoo/pull/11428 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Nelo-T. Wallus · gentoo
app-emulation/sen: Bump to v0.6.0
Closes: https://github.com/gentoo/gentoo/pull/8012 Package-Manager: Portage-2.3.26, Repoman-2.3.7 - Nelo-T. Wallus · gentoo
app-emulation/sen: Initial commit
Package-Manager: Portage-2.3.6, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/5374