diff options
author | Wolfgang Müller | 2021-05-10 10:41:30 +0200 |
---|---|---|
committer | Wolfgang Müller | 2021-05-10 10:41:30 +0200 |
commit | 8e9b80392bf8688547cbec359f8af0e99cb4a722 (patch) | |
tree | 886f4414654b6579b67c3e4c0cdd15ebc499bfa3 | |
parent | cf95747b683e586b47a0076eca454de0403b6d3b (diff) | |
download | portage-roles-8e9b80392bf8688547cbec359f8af0e99cb4a722.tar.gz |
lang-python: Add profile for programming in Python
For now, install pip, pylint, and virtualenv.
-rw-r--r-- | lang-python/sets/dev-python | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang-python/sets/dev-python b/lang-python/sets/dev-python new file mode 100644 index 0000000..1136a7f --- /dev/null +++ b/lang-python/sets/dev-python @@ -0,0 +1,3 @@ +dev-python/pip +dev-python/pylint +dev-python/virtualenv |