13 buildPythonPackage rec {
18 disabled = pythonOlder "3.7";
21 inherit pname version;
22 hash = "sha256-nYQ1xphdHN1oKZ4ExY4r24rmz2ayWWqAeeb5qT8qA5g=";
29 propagatedBuildInputs = [
43 nosetests --with-isolation
48 pythonImportsCheck = [
53 description = "Easy access to environment variables from Python";
55 homepage = "https://github.com/capless/envs";
56 license = licenses.asl20;
57 maintainers = with maintainers; [ peterhoeg ];