8 buildPythonPackage rec {
9 pname = "sqlalchemy-citext";
13 inherit pname version;
14 sha256 = "69ba00f5505f92a1455a94eefc6d3fcf72dda3691ab5398a0b4d0d8d85bd6aab";
17 propagatedBuildInputs = [
21 # tests are not packaged in pypi tarball
24 pythonImportsCheck = [ "citext" ];
27 description = "A sqlalchemy plugin that allows postgres use of CITEXT";
28 homepage = "https://github.com/mahmoudimus/sqlalchemy-citext";
29 license = licenses.mit;
30 maintainers = [ maintainers.costrouc ];