Skip to content

Portage overlay for (mainly) python tools and libraries

License

Notifications You must be signed in to change notification settings

steev/python-overlay

This branch is 127 commits behind freepn/freepn-overlay:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b8e9ece · Mar 2, 2020
Jan 21, 2020
Mar 1, 2020
Mar 2, 2020
Jan 21, 2020
Jan 21, 2020
Feb 28, 2020
Jan 21, 2020
Feb 29, 2020
Feb 29, 2020
Jan 21, 2020
Jan 21, 2020
Jan 21, 2020

Repository files navigation

python-overlay

https://travis-ci.org/freepn/python-overlay.svg?branch=master

FreePN portage overlay for (extra) Python packages.

Quick and dirty layman install:

$ layman -f -a python-overlay -o https://raw.github.com/freepn/python-overlay/master/layman.xml

Install the overlay without layman

Create a repos.conf file for the overlay and place the file in the /etc/portage/repos.conf directory. Run:

# nano -w /etc/portage/repos.conf/python-overlay.conf

and add the following content to the new file:

[python-overlay]

# Various python ebuilds for FreePN
# Maintainer: nerdboy (nerdboy@gentoo.org)

location = /var/db/repos/python-overlay
sync-type = git
sync-uri = https://github.com/freepn/python-overlay.git
priority = 50
auto-sync = yes

Adjust the path in the location field as needed, then save and exit nano.

Run the following command to sync the repo:

# emaint sync --repo python-overlay

About

Portage overlay for (mainly) python tools and libraries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%