Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37569349
en ru br
ALT Linux repos
S:1.0.2-alt4

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1
%define oname jsonquery

Name: python3-module-%oname
Version: 1.0.2
Release: alt4

Summary: Basic json -> sqlalchemy query builder
License: MIT
Group: Development/Python3
BuildArch: noarch
Url: https://pypi.python.org/pypi/jsonquery/
# https://github.com/numberoverzero/jsonquery.git

Source: %{oname}-%{version}.tar.gz

BuildRequires(pre): rpm-build-python3
BuildRequires: python3-module-SQLAlchemy
BuildRequires: python3-modules-sqlite3

%py3_provides %oname
%py3_requires json sqlalchemy


%description
Basic json -> sqlalchemy query builder.

%prep
%setup -q -n %{oname}-%{version}

%build
%python3_build_debug

%python3_build_debug

%install
%python3_install

%check

%files
%doc *.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