9 buildPythonPackage rec {
10 pname = "sqlalchemy-views";
12 format = "setuptools";
14 src = fetchFromGitHub {
17 rev = "refs/tags/v${version}";
18 hash = "sha256-MJgikWXo3lpMsSYbb5sOSOTbJPOx5gEghW1V9jKvHKU=";
22 substituteInPlace tox.ini --replace '--cov=sqlalchemy_views --cov-report=term' ""
29 propagatedBuildInputs = [
37 pythonImportsCheck = [
42 description = "Adds CreateView and DropView constructs to SQLAlchemy";
43 homepage = "https://github.com/jklukas/sqlalchemy-views";
44 license = licenses.mit;
45 maintainers = with maintainers; [ cpcloud ];