Group :: Development/Python3
RPM: python3-module-sqlitedict
Main Changelog Spec Patches Sources Download Gear Bugs e FR Repocop
%define oname sqlitedict
Name: python3-module-%oname
Version: 1.5.0
Release: alt1
Summary: Persistent dict in Python, backed up by sqlite3 and pickle, multithread-safe
License: Public domain
Group: Development/Python3
Url: https://pypi.python.org/pypi/sqlitedict/
# https://github.com/piskvorky/sqlitedict.git
Source: %name-%version.tar
BuildArch: noarch
BuildRequires(pre): rpm-build-python3
BuildRequires: python3-devel python3-module-setuptools-tests
BuildRequires: python3-module-pytest python3-modules-sqlite3
%py3_provides %oname
%py3_requires sqlite3
%description
A lightweight wrapper around Python's sqlite3 database, with a dict-like
interface and multi-thread access support.
%prep
%setup
%build
%python3_build_debug
%install
%python3_install
%check
PYTHONPATH=$(pwd) py.test3
%files
%doc *.rst
%python3_sitelibdir/*
%changelog
…
Todas as alterações você pod ver aqui
Name: python3-module-%oname
Version: 1.5.0
Release: alt1
Summary: Persistent dict in Python, backed up by sqlite3 and pickle, multithread-safe
License: Public domain
Group: Development/Python3
Url: https://pypi.python.org/pypi/sqlitedict/
# https://github.com/piskvorky/sqlitedict.git
Source: %name-%version.tar
BuildArch: noarch
BuildRequires(pre): rpm-build-python3
BuildRequires: python3-devel python3-module-setuptools-tests
BuildRequires: python3-module-pytest python3-modules-sqlite3
%py3_provides %oname
%py3_requires sqlite3
%description
A lightweight wrapper around Python's sqlite3 database, with a dict-like
interface and multi-thread access support.
%prep
%setup
%build
%python3_build_debug
%install
%python3_install
%check
PYTHONPATH=$(pwd) py.test3
%files
%doc *.rst
%python3_sitelibdir/*
%changelog
…
Todas as alterações você pod ver aqui