8 , setuptools-scm-git-archive
11 buildPythonPackage rec {
14 format = "setuptools";
16 disabled = pythonOlder "3.6";
18 src = fetchFromGitHub {
22 sha256 = "0gxvwry7n1gczxkjzyfrr3fammllkvnnamja4yln8xrg3n1h89al";
27 setuptools-scm-git-archive
30 SETUPTOOLS_SCM_PRETEND_VERSION = version;
32 propagatedBuildInputs = [
41 "-W" "ignore::DeprecationWarning"
44 pythonImportsCheck = [
49 description = "YAML 1.2 loader/dumper package for Python";
50 homepage = "https://ruyaml.readthedocs.io/";
51 license = with licenses; [ mit ];
52 maintainers = with maintainers; [ fab ];