Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 512244 - dev-python/natsort-3.2.0 - Natural sorting for Python
Summary: dev-python/natsort-3.2.0 - Natural sorting for Python
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Default Assignee for New Packages
URL: https://pypi.python.org/pypi/natsort
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks: 474012 512242
  Show dependency tree
 
Reported: 2014-06-03 06:18 UTC by Dennis Schridde
Modified: 2014-06-06 03:27 UTC (History)
1 user (show)

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


Attachments
natsort-3.2.0.ebuild (natsort-3.2.0.ebuild,552 bytes, text/plain)
2014-06-03 06:18 UTC, Dennis Schridde
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dennis Schridde 2014-06-03 06:18:03 UTC
Python module necessary for www-apps/nikola-7.0.0 (bug #512242).

Reproducible: Always
Comment 1 Dennis Schridde 2014-06-03 06:18:26 UTC
Created attachment 378128 [details]
natsort-3.2.0.ebuild
Comment 2 Ian Delaney (RETIRED) gentoo-dev 2014-06-05 11:31:40 UTC
1. reset to PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) since
py2.6 is now masked, the rest are all apt.
2. KEYWORDS="~amd64 ~x86", the  ~ia64 an inapt. lefotover of assets-0.1.1-r1
3. DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" since
it's needed, and argparse is a builtin for set pythons.

*natsort-3.2.0 (05 Jun 2014)

  05 Jun 2014; Ian Delaney <idella4@gentoo.org> +metadata.xml,
  +natsort-3.2.0.ebuild:
  new ebuild, dep to nikola-7.0.0 wrt, and closes, Bug #512244 by D. Schridde
Comment 3 Dennis Schridde 2014-06-05 15:15:38 UTC
(In reply to Ian Delaney from comment #2)
> 2. KEYWORDS="~amd64 ~x86", the  ~ia64 an inapt. lefotover of assets-0.1.1-r1

The ebuild works fine here on ia64. Why exactly did you remove it from keywords?
Comment 4 Ian Delaney (RETIRED) gentoo-dev 2014-06-06 03:27:31 UTC
(In reply to Dennis Schridde from comment #3)
> (In reply to Ian Delaney from comment #2)
> > 2. KEYWORDS="~amd64 ~x86", the  ~ia64 an inapt. lefotover of assets-0.1.1-r1
> 
> The ebuild works fine here on ia64. Why exactly did you remove it from
> keywords?

ah, right. Well for 1) I don't have ia64 and for 2) I don't recall coming across anyone who does prior to you. A real surprise actually, however, added;

  06 Jun 2014; Ian Delaney <idella4@gentoo.org> natsort-3.2.0.ebuild:
  add ia64 keyword, tested by D. Schridde, see Bug 512244