File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
pkgs/development/python-modules/primer3 Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 1313
1414buildPythonPackage rec {
1515 pname = "primer3" ;
16- version = "2.0.3 " ;
16+ version = "2.1.0 " ;
1717 pyproject = true ;
1818
1919 disabled = pythonOlder "3.7" ;
@@ -22,13 +22,12 @@ buildPythonPackage rec {
2222 owner = "libnano" ;
2323 repo = "primer3-py" ;
2424 tag = "v${ version } " ;
25- hash = "sha256-O8BFjkjG9SfknSrK34s9EJnqTrtCf4zW9A+N+/MHl2w =" ;
25+ hash = "sha256-Kp4JH57gEdj7SzY+7XGBzGloWuTSwUQRBK9QbgXQfUE =" ;
2626 } ;
2727
28- nativeBuildInputs = [
29- cython
30- setuptools
31- ] ++ lib . optionals stdenv . hostPlatform . isDarwin [ gcc ] ;
28+ build-system = [ setuptools ] ;
29+
30+ nativeBuildInputs = [ cython ] ++ lib . optionals stdenv . hostPlatform . isDarwin [ gcc ] ;
3231
3332 nativeCheckInputs = [
3433 click
@@ -48,8 +47,8 @@ buildPythonPackage rec {
4847 meta = with lib ; {
4948 description = "Oligo analysis and primer design" ;
5049 homepage = "https://github.com/libnano/primer3-py" ;
51- changelog = "https://github.com/libnano/primer3-py/blob/v ${ version } /CHANGES" ;
52- license = with licenses ; [ gpl2Only ] ;
50+ changelog = "https://github.com/libnano/primer3-py/blob/${ src . tag } /CHANGES" ;
51+ license = licenses . gpl2Only ;
5352 maintainers = with maintainers ; [ fab ] ;
5453 } ;
5554}
You can’t perform that action at this time.
0 commit comments