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

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

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

%global srcname pyPEG2

Name: python3-module-%srcname
Version: 2.15.2
Release: alt2
Summary: A PEG Parser-Interpreter in Python
#%{?python_provide:%python_provide python3-%srcname}
Packager: Ilya Mashkin <oddity at altlinux.ru>
License: GPLv2
Url: http://fdik.org/pyPEG
Source0: https://pypi.python.org/packages/source/p/%srcname/%srcname-%version.tar.gz
Group: Development/Python3

BuildArch: noarch

#BuildRequires: python3-devel python3-pytest

#Requires: python3-lxml
BuildRequires: rpm-build-python3 python3-module-setuptools

%description
pyPEG is a plain and simple intrinsic parser interpreter framework for Python
version 3.x. It is based on Parsing Expression Grammar, PEG.
With pyPEG you can parse many formal languages in a very easy way.

%prep
%setup -n %srcname-%version

%build
%python3_build

%install
%python3_install

#check

#PYTHONPATH=. py.test-%_python3_version pypeg2/test

%files
#license LICENSE.txt
%doc README.txt CHANGES.txt PKG-INFO docs
%python3_sitelibdir/%srcname-%version-py?.??.egg-info
%python3_sitelibdir/pypeg2

%changelog

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

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