New package: py-alembic (#10436)

This commit is contained in:
wspear 2019-02-01 16:24:44 -06:00 committed by Peter Scheibel
parent ec7c7332c0
commit 43fae5b807

View File

@ -0,0 +1,17 @@
# Copyright 2013-2019 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 PyAlembic(PythonPackage):
"""Alembic is a database migrations tool."""
homepage = "https://pypi.org/project/alembic/"
url = "https://pypi.io/packages/source/a/alembic/alembic-1.0.7.tar.gz"
version('1.0.7', sha256='16505782b229007ae905ef9e0ae6e880fddafa406f086ac7d442c1aaf712f8c2')
depends_on('py-setuptools', type='build')