8 buildPythonPackage rec {
9 pname = "sqlalchemy-citext";
11 format = "setuptools";
14 inherit pname version;
15 sha256 = "a1740e693a9a334e7c8f60ae731083fe75ce6c1605bb9ca6644a6f1f63b15b77";
18 propagatedBuildInputs = [
21 # not listed in `install_requires`, but is imported in citext/__init__.py
25 # tests are not packaged in pypi tarball
28 pythonImportsCheck = [ "citext" ];
31 description = "A sqlalchemy plugin that allows postgres use of CITEXT";
32 homepage = "https://github.com/mahmoudimus/sqlalchemy-citext";
33 license = licenses.mit;