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

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

%define oname pyodbc

%def_with check

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

Summary: Python ODBC bridge
License: MIT-0
Group:   Development/Python3
URL:     https://pypi.org/project/pyodbc/
VCS:     https://github.com/mkleehammer/pyodbc

Source: %name-%version.tar

BuildRequires(pre): rpm-build-python3
BuildRequires: gcc-c++
BuildRequires: libunixODBC-devel
%if_with check
BuildRequires: sqliteodbc
%endif

%description
pyodbc is an open source Python module that makes accessing ODBC databases
simple. It implements the DB API 2.0 specification but is packed with even
more Pythonic convenience.

%prep
%setup

echo 'Version: %{version}' > PKG-INFO

%build
%python3_build

%install
%python3_install

%check
export PYTHONPATH=%buildroot%python3_sitelibdir
python3 tests3/sqlitetests.py -v "Driver=SQLITE3;Database=sqlite.db"

%files
%doc *.md *.txt
%python3_sitelibdir/*.so
%python3_sitelibdir/*.pyi
%python3_sitelibdir/%oname-%version-*.egg-info

%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