File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed
pkgs/development/python-modules/pymatreader Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change 22 lib ,
33 buildPythonPackage ,
44 fetchFromGitLab ,
5- setuptools ,
5+ hatchling ,
66 h5py ,
77 numpy ,
88 scipy ,
1212
1313buildPythonPackage rec {
1414 pname = "pymatreader" ;
15- version = "0 .0.31 " ;
15+ version = "1 .0.0 " ;
1616 pyproject = true ;
1717
1818 src = fetchFromGitLab {
1919 owner = "obob" ;
2020 repo = "pymatreader" ;
21- rev = "refs/tags/ v${ version } " ;
22- hash = "sha256-pYObmvqA49sHjpZcwXkN828R/N5CSpmr0OyyxzDiodQ =" ;
21+ tag = "v${ version } " ;
22+ hash = "sha256-cDEGEvBSj3gmjA+8aXULwuBVk09BLQbA91CNAxgtiLA =" ;
2323 } ;
2424
25- nativeBuildInputs = [ setuptools ] ;
25+ postPatch = ''
26+ substituteInPlace pyproject.toml \
27+ --replace-fail 'source = "regex_commit"' "" \
28+ --replace-fail '"hatch-regex-commit"' ""
29+ '' ;
30+
31+ build-system = [ hatchling ] ;
2632
2733 propagatedBuildInputs = [
2834 h5py
You can’t perform that action at this time.
0 commit comments