Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37561227
en ru br
ALT Linux repositórios
S:3.10.2-alt1.1

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

%define oname SQLObject

%def_with check

Name: python3-module-%oname
Version: 3.10.1
Release: alt1

Summary: SQLObject, an object-relational mapper for Python
License: LGPL-2.1
Group: Development/Python3
Url: https://pypi.org/project/SQLObject/
VCS: https://github.com/sqlobject/sqlobject.git

Source: %name-%version.tar

BuildArch: noarch

BuildRequires(pre): rpm-build-python3
%if_with check
BuildRequires: python3-module-pydispatcher
BuildRequires: python3-module-FormEncode
%endif

%description
SQLObject is a popular Object Relational Manager for providing an object
interface to your database, with tables as classes, rows as instances,
and columns as attributes.

SQLObject includes a Python-object-based query language that makes SQL
more abstract, and provides substantial database independence for applications.

%package doc
Summary: This package contains documentation for SQLObject
Group: Development/Documentation

%description doc
SQLObject is a popular Object Relational Manager for providing an object
interface to your database, with tables as classes, rows as instances,
and columns as attributes.

SQLObject includes a Python-object-based query language that makes SQL
more abstract, and provides substantial database independence for applications.

%package tests
Summary: Tests for %oname
Group: Development/Python3
Requires: %name = %EVR

%description tests
SQLObject is a popular Object Relational Manager for providing an object
interface to your database, with tables as classes, rows as instances,
and columns as attributes.

SQLObject includes a Python-object-based query language that makes SQL
more abstract, and provides substantial database independence for applications.

This package contains tests for %oname

%prep
%setup

%build
%python3_build

%install
%python3_install

%check
%tox_check

%files
%doc LICENSE *.rst
%_bindir/*
%python3_sitelibdir/sqlobject
%python3_sitelibdir/%oname-%version-*.egg-info
%exclude %python3_sitelibdir/sqlobject/tests

%files tests
%python3_sitelibdir/sqlobject/tests

%files doc
%doc docs/*

%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009