forked from mirrors/nixpkgs
pysolfc: 2.6.4 -> 2.16.0
PySolFC 2.6.4 does not build on python >= 3.8. Ten minor versions' worth of release notes is otherwise too large to fit here.
This commit is contained in:
parent
05242b2ccc
commit
da4cf04fad
|
@ -3,20 +3,21 @@
|
|||
|
||||
buildPythonApplication rec {
|
||||
pname = "PySolFC";
|
||||
version = "2.6.4";
|
||||
version = "2.16.0";
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://versaweb.dl.sourceforge.net/project/pysolfc/PySolFC/PySolFC-${version}/PySolFC-${version}.tar.xz";
|
||||
sha256 = "1bd84law5b1yga3pryggdvlfvm0l62gci2q8y3q79cysdk3z4w3z";
|
||||
sha256 = "sha256-kklB16IrDicxqMee1kbxtoqgwcSrMjCV4HP6GtnZxo8=";
|
||||
};
|
||||
|
||||
cardsets = fetchzip {
|
||||
url = "https://versaweb.dl.sourceforge.net/project/pysolfc/PySolFC-Cardsets/PySolFC-Cardsets-2.0/PySolFC-Cardsets-2.0.tar.bz2";
|
||||
sha256 = "0h0fibjv47j8lkc1bwnlbbvrx2nr3l2hzv717kcgagwhc7v2mrqh";
|
||||
url = "https://versaweb.dl.sourceforge.net/project/pysolfc/PySolFC-Cardsets/PySolFC-Cardsets-2.1/PySolFC-Cardsets-2.1.tar.bz2";
|
||||
sha256 = "sha256-0ji6jY7zJFaaaJdInaULKUou+u934RMzYjxVDGVHbE0=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with python3Packages; [
|
||||
tkinter six random2
|
||||
tkinter six random2 configobj
|
||||
pysol-cards attrs pycotap
|
||||
# optional :
|
||||
pygame freecell-solver pillow
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue