Package Details: pypoker-eval 138.0-4

Package Base: pypoker-eval
Description: python adaptor for the poker-eval toolkit
Upstream URL: http://pokersource.sourceforge.net/
Category: games
Licenses: GPL
Submitter: None
Maintainer: None
Last Packager: None
Votes: 6
First Submitted: 2006-11-30 22:57
Last Updated: 2013-11-20 19:07

Latest Comments

Comment by Ant1

2013-11-21 23:09

Works great thanks!

Comment by hikite

2013-11-20 19:22

it's strange, I can compile it without '-fi' (x86_64); nevertheless - updated with this flag and a package function too.

Comment by Ant1

2013-11-13 00:52

autoreconf -fi needed here too.
Any chance to have the PKGBUILD updated?

It would be nice to add the package function too.

Comment by xrchz

2013-09-05 19:46

I found autoreconf -fi to be necessary too.

Comment by hikite

2013-04-24 18:29

Thank you Zacariaz for a hint. I have prepend *automake --add-missing*. Albeit it returns 63 (newer autoconf I guess), autoreconf will pass after that.

Anonymous comment

2013-03-30 01:17

Same issue as remonsim, but it seems I've stumbled upon a solution, though I know not how or why it works, or if there may be complication.

Anyway, what I did was simply to edit the PKGBUILD and change

autoreconf

to

autoreconf -fi

Anonymous comment

2013-02-22 21:01

parallel-tests: error: required file 'config/test-driver' not found
parallel-tests: 'automake --add-missing' can install 'test-driver'
autoreconf: automake failed with exit status: 1

Anonymous comment

2012-06-06 12:28

Thanks, now it works.

Comment by hikite

2012-06-06 11:14

There is no official python 2.7 support, development seems to be frozen. But PKGBUILD has been modified according to a http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=632234, thank you for drawing it to my attention.

Anonymous comment

2012-06-06 08:18

Is there somewhere working PKGBUILD?
When I run `python2 -c "import pokereval"`, got this: ImportError: No module named _pokereval_2_7

Anonymous comment

2011-01-26 22:41

Thanks for the pkgbuild. Is there a problem with Python 2.7?
ImportError: No module named _pokereval_2_7