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

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

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

%define _unpackaged_files_terminate_build 1

%define oname glob2

%def_with check

Name: python3-module-%oname
Version: 0.7
Release: alt2

Summary: Extended version of Python's builtin glob module
License: BSD-2-Clause
Group: Development/Python3
Url: https://pypi.python.org/pypi/glob2/
Vcs: https://github.com/miracle2k/python-glob2.git

Source0: %name-%version.tar

BuildArch: noarch

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

%py3_provides %oname


%description
Version of the glob module that can capture patterns and supports
recursive wildcards.

%prep
%setup

%build
%python3_build_debug

%install
%python3_install

%check
export PYTHONPATH=%buildroot%python3_sitelibdir
py.test-3 test.py

%files
%doc CHANGES *.rst PKG-INFO
%python3_sitelibdir/*


%changelog

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

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