Skip to content

a gentoo ebuild issue #179

@Toluk

Description

@Toluk

Hello.

I was trying to create a gentoo portage ebuild for this python package and encountered an issue. Which could be bypassed by such patch:

--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ except (OSError, subprocess.CalledProcessError, IOError):
             exec(f.read(), d)
             version = d['__version__']
     except IOError:
-        version = 'unknown'
+        version = '0.5.7'


 with open('README.rst') as f:

Im not sure if this is important to begin with, but decided i should report about it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions