freepn-overlay icon indicating copy to clipboard operation
freepn-overlay copied to clipboard

Portage overlay for (mainly) python tools and libraries

freepn-overlay

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

FreePN portage overlay for (extra) Python packages.

Quick and dirty layman install::

$ layman -f -a freepn-overlay -o https://raw.github.com/freepn/freepn-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/freepn-overlay.conf

and add the following content to the new file::

[freepn-overlay]

Various python ebuilds for FreePN

Maintainer: nerdboy ([email protected])

location = /var/db/repos/freepn-overlay sync-type = git sync-uri = https://github.com/freepn/freepn-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 freepn-overlay