Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 425660

Summary: dev-python/gmpy-1.15 version bump request
Product: Gentoo Linux Reporter: Ian Delaney (RETIRED) <idella4>
Component: [OLD] LibraryAssignee: Python Gentoo Team <python>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: ebuild patch
revised ebuild patch

Description Ian Delaney (RETIRED) gentoo-dev 2012-07-10 12:40:43 UTC
Created attachment 317774 [details, diff]
ebuild patch

archtester gmpy # USE_PYTHON="2.5 2.6 2.7 3.1 3.2" ebuild gmpy-1.15.ebuild clean test

  25 tests in gmpy_test_rnd.__test__.rand
1504 tests in 42 items.
1504 passed and 0 failed.
Test passed.

for all python versions

archtester gmpy # USE_PYTHON="2.5 2.6 2.7 3.1 3.2" ebuild gmpy-1.15.ebuild merge

>>> Original instance of package unmerged safely.
>>> dev-python/gmpy-1.15 merged.

It creates a shared library object so no byte compiling of any modules.
pypy is ill equipped to handle this package.  It's C orientation is outside what pypy has in its cpyext type toolbox.
Comment 1 Ian Delaney (RETIRED) gentoo-dev 2012-07-11 08:46:34 UTC
Created attachment 317904 [details, diff]
revised ebuild patch
Comment 2 Patrick Lauer gentoo-dev 2012-08-17 07:39:19 UTC
+  17 Aug 2012; Patrick Lauer <patrick@gentoo.org> +gmpy-1.15.ebuild:
+  Bump for #425660