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

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

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

%define _unpackaged_files_terminate_build 1
%define oname parse

%def_with check

Name: python3-module-%oname
Version: 1.19.0
Release: alt1
Summary: parse() is the opposite of format()
License: BSD
Group: Development/Python3
BuildArch: noarch
Url: https://pypi.org/project/parse/

# https://github.com/r1chardj0n3s/parse.git

Source: %name-%version.tar

BuildRequires(pre): rpm-build-python3

%if_with check
BuildRequires: python3(tox)
%endif

%description
Parse strings using a specification based on the Python format() syntax.

%prep
%setup

%build
%python3_build_debug

%install
%python3_install

%check
export PIP_NO_INDEX=YES
export TOXENV=py3
tox.py3 --sitepackages -vvr -s false

%files
%doc *.rst
%python3_sitelibdir/*

%changelog

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

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