Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.04 KB

README.rst

File metadata and controls

39 lines (24 loc) · 1.04 KB

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 ([email protected])

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