Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37731312
en ru br
Репозитории ALT

Группа :: Development/Python3
Пакет: python3-module-fastimport

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1
%define oname fastimport

%def_with check

Name: python3-module-%oname
Version: 0.9.14
Release: alt2
Summary: VCS fastimport/fastexport parser
License: GPLv2+
Group: Development/Python3
Url: http://pypi.python.org/pypi/fastimport/
BuildArch: noarch

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

BuildRequires(pre): rpm-build-python3

%py3_provides %oname

Conflicts: python-module-%oname
Obsoletes: python-module-%oname

%description
This is the Python parser that was originally developed for
bzr-fastimport, but extracted so it can be used by other projects.

It is currently used by bzr-fastimport and dulwich. hg-fastimport and
git-remote-hg use a slightly modified version of it.

%package tests
Summary: Tests for fastimport
Group: Development/Python3
Requires: %name = %version-%release

%description tests
This is the Python parser that was originally developed for
bzr-fastimport, but extracted so it can be used by other projects.

It is currently used by bzr-fastimport and dulwich. hg-fastimport and
git-remote-hg use a slightly modified version of it.

This package contains tests for fastimport.

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

%build
%python3_build

%install
%python3_install

%check
%tox_check

%files
%doc PKG-INFO
%python3_sitelibdir/*
%exclude %python3_sitelibdir/*/tests
%_bindir/*

%files tests
%python3_sitelibdir/*/tests

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin