10 buildPythonPackage rec {
17 sha256 = "f298b864e5bc101ecbb0e46252e95e18a180ac28ba6ec362e63c12a7e914e386";
20 propagatedBuildInputs = [ astropy-helpers ];
22 checkInputs = [ pytest astropy pillow ];
24 checkPhase = "pytest";
26 # Disable automatic update of the astropy-helper module
28 substituteInPlace setup.cfg --replace "auto_use = True" "auto_use = False"
32 description = "Simple pure-python AVM meta-data handling";
33 homepage = "http://astrofrog.github.io/pyavm/";
34 license = licenses.mit;
35 maintainers = [ maintainers.smaret ];