From 49aa28790c5df2c8d2640eabc2f2058ef140194b Mon Sep 17 00:00:00 2001 From: Sinan Date: Wed, 1 Apr 2020 06:09:39 -0700 Subject: new package: py-spatialite (#12597) * new package: py-spatialite * make flake8 happy Co-authored-by: Sinan81 --- .../repos/builtin/packages/py-spatialite/package.py | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 var/spack/repos/builtin/packages/py-spatialite/package.py (limited to 'var') diff --git a/var/spack/repos/builtin/packages/py-spatialite/package.py b/var/spack/repos/builtin/packages/py-spatialite/package.py new file mode 100644 index 0000000000..e78cff81ad --- /dev/null +++ b/var/spack/repos/builtin/packages/py-spatialite/package.py @@ -0,0 +1,20 @@ +# 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 PySpatialite(PythonPackage): + """Wrapper for standard Python module "sqlite3" which adds SpatiaLite + support. + """ + + homepage = "https://github.com/malexer/spatialite" + url = "https://pypi.io/packages/source/s/spatialite/spatialite-0.0.3.tar.gz" + + version('0.0.3', sha256='a0761f239a52f326b14ce41ba61b6614dfcc808b978a0bec4a37c1de9ad9071e') + + depends_on('py-setuptools', type='build') + depends_on('libspatialite') -- cgit v1.2.3-70-g09d2