On 11/22/19 4:10 PM, Dan Johansson wrote:
> 
> The recommended way to install it is using pip which will then install 
> everything including dependencies (which could lead to conflicts with 
> software installed using emerge (I guess)).
> I would rather use some "mechanism" to avoid this and use portage for 
> dependencies - like g-cpan for perl.
> 

You'll have to write the ebuild yourself, there is no g-cpan equivalent
for python packages. The good news is that this program looks fairly
simple, and it already has a setup.py and a list of requirements in
requirements.txt.

You should be able to copy an existing python ebuild (there are
thousands) and modify it slightly to work. You can ask for help on IRC
if you get stuck. Welcome to Gentoo development =)

Reply via email to