6 buildPythonPackage rec {
7 pname = "python-reprshed";
11 src = fetchFromGitHub {
12 owner = "mentalisttraceur";
13 repo = "python-reprshed";
15 hash = "sha256-XfmiewI74eDLKTAU6Ed76QXfJYMRb+idRACl6CW07ME=";
18 pythonImportsCheck = [
23 homepage = "https://github.com/mentalisttraceur/python-reprshed";
24 description = "A toolshed for writing great __repr__ methods quickly and easily";
25 license = licenses.bsd0;
26 maintainers = with maintainers; [ netali ];