15 buildPythonPackage rec {
20 src = fetchFromGitHub {
22 repo = "python-plyfile";
23 rev = "refs/tags/v${version}";
24 hash = "sha256-HlyqljfjuaZoG5f2cfDQj+7KS0en7pW2PPEnpvH8U+E=";
31 propagatedBuildInputs = [
40 description = "NumPy-based text/binary PLY file reader/writer for Python";
41 homepage = "https://github.com/dranjan/python-plyfile";
42 maintainers = with maintainers; [ abbradar ];