g-pypi icon indicating copy to clipboard operation
g-pypi copied to clipboard

g-pypi manages ebuilds for Gentoo Linux using information in PyPi (Python Package Index)

Results 13 g-pypi issues
Sort by recently updated
recently updated
newest added

``` * Generating ebuild: tvnamer 2.2.1 * GPyPiCouldNotUnpackEbuild: Appending /tmp/tmpz85YJ_ to PORTDIR_OVERLAY... /usr/lib64/portage/bin/ebuild.sh: line 541: /tmp/tmpz85YJ_/media-gfx/tvnamer/tvnamer-2.2.1.ebuild: Permission denied * ERROR: media-gfx/tvnamer-2.2.1 failed (depend phase): * error sourcing ebuild ```

bug

I wanted to build https://github.com/josch/img2pdf but for some reason, the package is (at the present moment) not indexed on pypi. I was looking for a way to do with gpypi...

hi, I'd like to see an updated version of this tool get packaged on to portage. could you please bump the git version tag to reflect the new changes? i'd...

``` # gpypi create tvnamer * Config was generated at /etc/gpypi * Generating ebuild: tvnamer 2.2.1 * You are using interactive mode for configuration. * Answer questions with configuration value...

bug
confirmed

But they are used unconditionally: $ grep -r unittest * docs/source/development.rst:to detect new possible issues. All failures MUST be first written as unittests g_pypi.egg-info/requires.txt:unittest2 gpypi/tests/test_sdist_ebuild.py:import unittest2 gpypi/tests/test_enamer.py:import unittest2 gpypi/tests/test_enamer.py: @unittest2.expectedFailure...

Hi, gpypi can't override CATEGORY, PV and MY_PV with arguments example: # gpypi create dicompyler * Generating ebuild: dicompyler 0.4.1-1 * GPyPiInvalidAtom: =dev-python/dicompyler-0.4.1-1 is not a valid portage atom. We...

I've just installed g-pypi on my mostly stable Gentoo installation. My Python version is 2.7.3-r3, which as far as I know includes argparse (i.e., an external module is not needed)....

Currently we depend on quite some system environment, rewrite that with mock library.

Pypi ebuilds should have the tag correctly set in metadata.xml ref: http://www.gentoo.org/proj/en/glep/glep-0046.html

feature

python-distutil-ng.eclass is a new eclass for python related ebuild. It would be great to have a template using this eclass instead of distutil.eclass. ref: http://devmanual.gentoo.org/eclass-reference/python-distutils-ng.eclass/index.html

feature