Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37761838
en ru br
ALT Linux repos
S:0.4-alt2

Group :: Development/Python3
RPM: python3-module-geoalchemy2

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define oname geoalchemy2

Name: python3-module-%oname
Version: 0.4
Release: alt2

Summary: Geospatial extension to SQLAlchemy with PostGIS support

License: MIT
Group: Development/Python3
Url: https://pypi.python.org/pypi/GeoAlchemy2/

# https://github.com/geoalchemy/geoalchemy2.git

Source: %name-%version.tar
Patch1: %oname-%version-alt-docs.patch
Patch2: 146.patch

BuildArch: noarch

BuildRequires(pre): rpm-build-python3
#BuildRequires(pre): rpm-macros-sphinx3
BuildRequires: python3-module-flake8 python3-module-psycopg2 python3-module-pytest-cov python3-module-setuptools
BuildRequires: python3-module-SQLAlchemy python3-module-shapely

%description
GeoAlchemy 2 is a Python toolkit for working with spatial databases. It
is based on the gorgeous SQLAlchemy.

%prep
%setup
%patch1 -p1
%patch2 -p1

#prepare_sphinx3 .

#ln -s ../objects.inv doc/

%build
%python3_build_debug

%install
%python3_install

%check
PYTHONPATH=%buildroot%python3_sitelibdir py.test3 || :

%files
%doc *.txt *.rst
%python3_sitelibdir/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin