Google Summer of Code/2017/Ideas/Automation on Language Targets

From Gentoo Wiki
Jump to:navigation Jump to:search

Automation on Language Targets

It often takes a while for Gentoo to move to the latest versions of Python, Ruby, etc. This is often due to the fact, that our eclasses are build in a way, that they require PYTHON_COMPAT or RUBY_TARGETS to be set to the latest version. The goal of this idea is to build an interface for developers, that provides them information (probably a graph) on which packages require the language target to be enabled first.

The basic idea does probably not have enough content for 3 months full-time work, it needs to be extended, e.g. by automating the test process, building a frontend, thinking about solutions for cyclic graphs (test dependencies depend on the to be tested package themselves) or verifying with upstream information (e.g. if this python version supported is mentioned in packages' setup.py).


Contacts Required Skills


  • Familiar with a scripting language (Python preferred)
  • Git