File tree Expand file tree Collapse file tree 1 file changed +15
-9
lines changed
pkgs/development/python-modules/gstools Expand file tree Collapse file tree 1 file changed +15
-9
lines changed Original file line number Diff line number Diff line change 22 lib ,
33 buildPythonPackage ,
44 fetchFromGitHub ,
5- setuptools ,
6- setuptools-scm ,
7- numpy ,
5+
6+ # build-system
87 cython ,
98 extension-helpers ,
9+ numpy ,
10+ setuptools ,
11+ setuptools-scm ,
12+
13+ # dependencies
1014 hankel ,
1115 emcee ,
1216 meshio ,
1317 pyevtk ,
1418 scipy ,
19+
20+ # tests
1521 pytestCheckHook ,
1622} :
1723
1824buildPythonPackage rec {
1925 pname = "gstools" ;
20- version = "1.6.0 " ;
26+ version = "1.6.1 " ;
2127 pyproject = true ;
2228
2329 src = fetchFromGitHub {
2430 owner = "GeoStat-Framework" ;
2531 repo = "GSTools" ;
2632 tag = "v${ version } " ;
27- hash = "sha256-QpdOARzcSRVFl/DbnE2JLBFZmTSh/fBOmzweuf+zfEs =" ;
33+ hash = "sha256-Aieuk0Xjlut8rTZoFHcBpPtyIj/fstMrHiiKyDOpQlg =" ;
2834 } ;
2935
3036 build-system = [
31- setuptools
32- setuptools-scm
33- numpy
3437 cython
3538 extension-helpers
39+ numpy
40+ setuptools
41+ setuptools-scm
3642 ] ;
3743
3844 dependencies = [
@@ -50,7 +56,7 @@ buildPythonPackage rec {
5056 meta = {
5157 description = "Geostatistical toolbox" ;
5258 homepage = "https://github.com/GeoStat-Framework/GSTools" ;
53- changelog = "https://github.com/GeoStat-Framework/GSTools/blob/${ src . rev } /CHANGELOG.md" ;
59+ changelog = "https://github.com/GeoStat-Framework/GSTools/blob/v ${ version } /CHANGELOG.md" ;
5460 license = lib . licenses . lgpl3Only ;
5561 maintainers = with lib . maintainers ; [ sigmanificient ] ;
5662 } ;
You can’t perform that action at this time.
0 commit comments