py-sqlalchemy-utils: new package at 0.36.8 (#19449)

This commit is contained in:
Justin S 2020-10-21 16:52:37 -05:00 committed by GitHub
parent bbc9c5533e
commit 2b3ead0b72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,19 @@
# Copyright 2013-2020 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack import *
class PySqlalchemyUtils(PythonPackage):
"""Various utility functions and custom data types for SQLAlchemy."""
homepage = "https://github.com/kvesteri/sqlalchemy-utils"
url = "https://pypi.io/packages/source/s/sqlalchemy-utils/SQLAlchemy-Utils-0.36.8.tar.gz"
version('0.36.8', sha256='fb66e9956e41340011b70b80f898fde6064ec1817af77199ee21ace71d7d6ab0')
depends_on('py-setuptools', type='build')
depends_on('py-six', type=('build', 'run'))
depends_on('py-sqlalchemy@1.0:', type=('build', 'run'))