···20 python3Packages.setuptools-scm
21 ];
2223- # give a hint to setuptools_scm on package version
24 SETUPTOOLS_SCM_PRETEND_VERSION = "v${version}";
2526 propagatedBuildInputs = with python3Packages; [
···20 python3Packages.setuptools-scm
21 ];
2223+ # give a hint to setuptools-scm on package version
24 SETUPTOOLS_SCM_PRETEND_VERSION = "v${version}";
2526 propagatedBuildInputs = with python3Packages; [
···1{ stdenv, lib
2-, buildPythonPackage, fetchPypi, pythonOlder, setuptools_scm, pytestCheckHook
3, aiohttp
4, aiohttp-cors
5, appdirs
···25 sha256 = "1cdkrl5vw26iy7s23v2zpr39m6g5xsgxhfhagzzflgfbvdc56s93";
26 };
2728- nativeBuildInputs = [ setuptools_scm ];
2930 # Necessary for the tests to pass on Darwin with sandbox enabled.
31 # Black starts a local server and needs to bind a local address.
···1{ stdenv, lib
2+, buildPythonPackage, fetchPypi, pythonOlder, setuptools-scm, pytestCheckHook
3, aiohttp
4, aiohttp-cors
5, appdirs
···25 sha256 = "1cdkrl5vw26iy7s23v2zpr39m6g5xsgxhfhagzzflgfbvdc56s93";
26 };
2728+ nativeBuildInputs = [ setuptools-scm ];
2930 # Necessary for the tests to pass on Darwin with sandbox enabled.
31 # Black starts a local server and needs to bind a local address.
···39 "test_cmd_unknown-1_txt"
40 ];
4142- # give a hint to setuptools_scm on package version
43 SETUPTOOLS_SCM_PRETEND_VERSION="v${version}";
4445 meta = with lib; {
···39 "test_cmd_unknown-1_txt"
40 ];
4142+ # give a hint to setuptools-scm on package version
43 SETUPTOOLS_SCM_PRETEND_VERSION="v${version}";
4445 meta = with lib; {
+1-1
pkgs/development/python-modules/clvm/default.nix
···23 setuptools-scm
24 ];
2526- # give a hint to setuptools_scm on package version
27 SETUPTOOLS_SCM_PRETEND_VERSION = "v${version}";
2829 propagatedBuildInputs = [
···23 setuptools-scm
24 ];
2526+ # give a hint to setuptools-scm on package version
27 SETUPTOOLS_SCM_PRETEND_VERSION = "v${version}";
2829 propagatedBuildInputs = [
···1{ lib
2, fetchPypi
3, buildPythonPackage
4-, setuptools_scm
5}:
67buildPythonPackage rec {
···13 sha256 = "sha256-2qNQpILtWLVyREPGUUMhkem5ewyDdDh50JExccaigIU=";
14 };
1516- nativeBuildInputs = [ setuptools_scm ];
1718 # Disabling tests for now due to various (transitive) dependencies on modules
19 # from @smarie which are, as of yet, not part of nixpkgs. Also introduces
···1{ lib
2, fetchPypi
3, buildPythonPackage
4+, setuptools-scm
5}:
67buildPythonPackage rec {
···13 sha256 = "sha256-2qNQpILtWLVyREPGUUMhkem5ewyDdDh50JExccaigIU=";
14 };
1516+ nativeBuildInputs = [ setuptools-scm ];
1718 # Disabling tests for now due to various (transitive) dependencies on modules
19 # from @smarie which are, as of yet, not part of nixpkgs. Also introduces
···2, buildPythonPackage
3, fetchPypi
4, isPy27
5-, setuptools_scm
6}:
78buildPythonPackage rec {
···15 sha256 = "fbe6dfd66a1aceb7e0203895ff5622775e50266f8d8cfd841fe1500bd3e19018";
16 };
1718- nativeBuildInputs = [ setuptools_scm ];
19 # Disabled due to an improper configuration error when tested against django. This looks like something broken in the test cases for sorl.
20 doCheck = false;
21
···2, buildPythonPackage
3, fetchPypi
4, isPy27
5+, setuptools-scm
6}:
78buildPythonPackage rec {
···15 sha256 = "fbe6dfd66a1aceb7e0203895ff5622775e50266f8d8cfd841fe1500bd3e19018";
16 };
1718+ nativeBuildInputs = [ setuptools-scm ];
19 # Disabled due to an improper configuration error when tested against django. This looks like something broken in the test cases for sorl.
20 doCheck = false;
21
···1-{ lib, buildPythonPackage, fetchPypi, pythonOlder, setuptools_scm }:
23buildPythonPackage rec {
4 pname = "ufonormalizer";
···12 extension = "zip";
13 };
1415- nativeBuildInputs = [ setuptools_scm ];
1617 meta = with lib; {
18 description = "Script to normalize the XML and other data inside of a UFO";
···1+{ lib, buildPythonPackage, fetchPypi, pythonOlder, setuptools-scm }:
23buildPythonPackage rec {
4 pname = "ufonormalizer";
···12 extension = "zip";
13 };
1415+ nativeBuildInputs = [ setuptools-scm ];
1617 meta = with lib; {
18 description = "Script to normalize the XML and other data inside of a UFO";