12 buildPythonPackage rec {
13 pname = "property-manager";
15 format = "setuptools";
17 src = fetchFromGitHub {
19 repo = "python-property-manager";
21 sha256 = "1v7hjm7qxpgk92i477fjhpcnjgp072xgr8jrgmbrxfbsv4cvl486";
24 propagatedBuildInputs = [
35 description = "Useful property variants for Python programming";
36 homepage = "https://github.com/xolox/python-property-manager";
37 license = licenses.mit;
38 maintainers = with maintainers; [ eyjhb ];