9 buildPythonPackage rec {
10 pname = "sqlalchemy-citext";
12 format = "setuptools";
15 inherit pname version;
16 sha256 = "a1740e693a9a334e7c8f60ae731083fe75ce6c1605bb9ca6644a6f1f63b15b77";
19 propagatedBuildInputs = [
22 # not listed in `install_requires`, but is imported in citext/__init__.py
26 # tests are not packaged in pypi tarball
29 pythonImportsCheck = [ "citext" ];
32 description = "Sqlalchemy plugin that allows postgres use of CITEXT";
33 homepage = "https://github.com/mahmoudimus/sqlalchemy-citext";
34 license = licenses.mit;