Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 556178 - dev-python/pygpg namespace conflict?
Summary: dev-python/pygpg namespace conflict?
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-28 21:46 UTC by Jesse Adelman
Modified: 2015-08-04 14:38 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Adelman 2015-07-28 21:46:10 UTC
Howdy. Running into some problems with Python dependencies and package naming. Apparently, this is not in Portage:

http://pythonhosted.org/python-gnupg/

However, things seem unwell in Python-land regarding this name. :( Apparently, 'pip' installs this one when asked to install "pygpg", while Gentoo uses a different module.

Apologies if I've got PEBKAC. My basic question is how to install the library linked to above with Portage?

Cheers!
Comment 1 Alexandre Rostovtsev (RETIRED) gentoo-dev 2015-08-04 14:38:53 UTC
dev-python/pyGPG = https://github.com/dol-sen/pyGPG
dev-python/python-gnupg = http://pythonhosted.org/python-gnupg/

We try to keep package names more-or-less consistent with what upstream developers use.

(In reply to Jesse Adelman from comment #0)
> Apologies if I've got PEBKAC. My basic question is how to install the
> library linked to above with Portage?

"emerge python-gnupg" :)