%global _empty_manifest_terminate_build 0 Name: python-radish-bdd Version: 0.15.0 Release: 1 Summary: Behaviour-Driven-Development tool for Python License: MIT URL: http://radish-bdd.io Source0: https://mirrors.nju.edu.cn/pypi/web/packages/40/13/68251a31a1f117c11dbd52cc77afa2545554e625bb1e874e90a55955b0ca/radish-bdd-0.15.0.tar.gz BuildArch: noarch Requires: python3-docopt Requires: python3-pysingleton Requires: python3-colorful Requires: python3-tag-expressions Requires: python3-parse-type Requires: python3-humanize Requires: python3-lxml Requires: python3-coverage Requires: python3-ipython Requires: python3-PyYAML %description # radish - the root from red to green > Awesome python BDD tool http://radish-bdd.io *** [![PyPI License](https://img.shields.io/pypi/l/radish-bdd.svg)](https://github.com/radish-bdd/radish/blob/master/LICENSE) [![Gitter](https://badges.gitter.im/radish-bdd/radish.svg)](https://gitter.im/radish-bdd/radish?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[![Actions Status](https://github.com/radish-bdd/radish/workflows/CI/badge.svg)](https://github.com/radish-bdd/radish/actions?branch=stable) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
[![PyPI version](https://badge.fury.io/py/radish-bdd.svg)](https://badge.fury.io/py/radish-bdd) [![PyPI](https://img.shields.io/pypi/pyversions/radish-bdd.svg)](https://pypi.python.org/pypi/radish-bdd) [![PyPI - Downloads](https://img.shields.io/pypi/dm/radish-bdd)](https://pypi.python.org/pypi/radish-bdd) [![PyPI](https://img.shields.io/pypi/wheel/radish-bdd.svg)](https://pypi.python.org/pypi/radish-bdd) *** # What is radish? radish is a Behavior Driven Development tool completely written in python. It supports all *gherkin* language features. In addition to that, radish implements a few *unconventional* BDD features such as **Preconditions**, **Scenario Loops**, **Constants** and **Expressions**. # Supported platforms radish is supported on Windows, Mac and Linux # Installation radish is available as `pip` package: ```bash pip install radish-bdd ``` **Note**: Make sure you have enough privileges to install radish on your system. # Getting started radish is very easy to use. Take the 5 minutes and follow the *Getting started* instruction on the radish website: http://radish-bdd.io/#gettingstarted # Documentation The whole documentation of radish is available on [Read The Docs](http://radish.readthedocs.org). # Contribution Yes, we are looking for some contributors and people who spread out a word about radish. Help us to improve these piece of software. You don't know what to do? Just have a look at the Issues or create a new one. Please have a look at the [Contributing Guidelines](https://github.com/radish-bdd/radish/blob/master/CONTRIBUTING.md), too. # Release ``` vim CHANGELOG.md docs/conf.py radish/__init__.py git commit -am "release: x.x.x" && git tag x.x.x rm -rf dist python3 setup.py sdist bdist_wheel python3 -m twine upload dist/* ``` # Special Thanks A special thanks goes to [Hassan Ashraf](mailto:info@cyberavanza.com) from the company [Cyber Avanza](http://www.cyberavanza.com) for creating an awesome logo for free! I really appreciate their work and time! *** *

This project is published under [MIT](LICENSE).
A [Timo Furrer](https://tuxtimo.me) project.
- :tada: -

* %package -n python3-radish-bdd Summary: Behaviour-Driven-Development tool for Python Provides: python-radish-bdd BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pip %description -n python3-radish-bdd # radish - the root from red to green > Awesome python BDD tool http://radish-bdd.io *** [![PyPI License](https://img.shields.io/pypi/l/radish-bdd.svg)](https://github.com/radish-bdd/radish/blob/master/LICENSE) [![Gitter](https://badges.gitter.im/radish-bdd/radish.svg)](https://gitter.im/radish-bdd/radish?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[![Actions Status](https://github.com/radish-bdd/radish/workflows/CI/badge.svg)](https://github.com/radish-bdd/radish/actions?branch=stable) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
[![PyPI version](https://badge.fury.io/py/radish-bdd.svg)](https://badge.fury.io/py/radish-bdd) [![PyPI](https://img.shields.io/pypi/pyversions/radish-bdd.svg)](https://pypi.python.org/pypi/radish-bdd) [![PyPI - Downloads](https://img.shields.io/pypi/dm/radish-bdd)](https://pypi.python.org/pypi/radish-bdd) [![PyPI](https://img.shields.io/pypi/wheel/radish-bdd.svg)](https://pypi.python.org/pypi/radish-bdd) *** # What is radish? radish is a Behavior Driven Development tool completely written in python. It supports all *gherkin* language features. In addition to that, radish implements a few *unconventional* BDD features such as **Preconditions**, **Scenario Loops**, **Constants** and **Expressions**. # Supported platforms radish is supported on Windows, Mac and Linux # Installation radish is available as `pip` package: ```bash pip install radish-bdd ``` **Note**: Make sure you have enough privileges to install radish on your system. # Getting started radish is very easy to use. Take the 5 minutes and follow the *Getting started* instruction on the radish website: http://radish-bdd.io/#gettingstarted # Documentation The whole documentation of radish is available on [Read The Docs](http://radish.readthedocs.org). # Contribution Yes, we are looking for some contributors and people who spread out a word about radish. Help us to improve these piece of software. You don't know what to do? Just have a look at the Issues or create a new one. Please have a look at the [Contributing Guidelines](https://github.com/radish-bdd/radish/blob/master/CONTRIBUTING.md), too. # Release ``` vim CHANGELOG.md docs/conf.py radish/__init__.py git commit -am "release: x.x.x" && git tag x.x.x rm -rf dist python3 setup.py sdist bdist_wheel python3 -m twine upload dist/* ``` # Special Thanks A special thanks goes to [Hassan Ashraf](mailto:info@cyberavanza.com) from the company [Cyber Avanza](http://www.cyberavanza.com) for creating an awesome logo for free! I really appreciate their work and time! *** *

This project is published under [MIT](LICENSE).
A [Timo Furrer](https://tuxtimo.me) project.
- :tada: -

* %package help Summary: Development documents and examples for radish-bdd Provides: python3-radish-bdd-doc %description help # radish - the root from red to green > Awesome python BDD tool http://radish-bdd.io *** [![PyPI License](https://img.shields.io/pypi/l/radish-bdd.svg)](https://github.com/radish-bdd/radish/blob/master/LICENSE) [![Gitter](https://badges.gitter.im/radish-bdd/radish.svg)](https://gitter.im/radish-bdd/radish?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[![Actions Status](https://github.com/radish-bdd/radish/workflows/CI/badge.svg)](https://github.com/radish-bdd/radish/actions?branch=stable) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
[![PyPI version](https://badge.fury.io/py/radish-bdd.svg)](https://badge.fury.io/py/radish-bdd) [![PyPI](https://img.shields.io/pypi/pyversions/radish-bdd.svg)](https://pypi.python.org/pypi/radish-bdd) [![PyPI - Downloads](https://img.shields.io/pypi/dm/radish-bdd)](https://pypi.python.org/pypi/radish-bdd) [![PyPI](https://img.shields.io/pypi/wheel/radish-bdd.svg)](https://pypi.python.org/pypi/radish-bdd) *** # What is radish? radish is a Behavior Driven Development tool completely written in python. It supports all *gherkin* language features. In addition to that, radish implements a few *unconventional* BDD features such as **Preconditions**, **Scenario Loops**, **Constants** and **Expressions**. # Supported platforms radish is supported on Windows, Mac and Linux # Installation radish is available as `pip` package: ```bash pip install radish-bdd ``` **Note**: Make sure you have enough privileges to install radish on your system. # Getting started radish is very easy to use. Take the 5 minutes and follow the *Getting started* instruction on the radish website: http://radish-bdd.io/#gettingstarted # Documentation The whole documentation of radish is available on [Read The Docs](http://radish.readthedocs.org). # Contribution Yes, we are looking for some contributors and people who spread out a word about radish. Help us to improve these piece of software. You don't know what to do? Just have a look at the Issues or create a new one. Please have a look at the [Contributing Guidelines](https://github.com/radish-bdd/radish/blob/master/CONTRIBUTING.md), too. # Release ``` vim CHANGELOG.md docs/conf.py radish/__init__.py git commit -am "release: x.x.x" && git tag x.x.x rm -rf dist python3 setup.py sdist bdist_wheel python3 -m twine upload dist/* ``` # Special Thanks A special thanks goes to [Hassan Ashraf](mailto:info@cyberavanza.com) from the company [Cyber Avanza](http://www.cyberavanza.com) for creating an awesome logo for free! I really appreciate their work and time! *** *

This project is published under [MIT](LICENSE).
A [Timo Furrer](https://tuxtimo.me) project.
- :tada: -

* %prep %autosetup -n radish-bdd-0.15.0 %build %py3_build %install %py3_install install -d -m755 %{buildroot}/%{_pkgdocdir} if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi pushd %{buildroot} if [ -d usr/lib ]; then find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst fi if [ -d usr/lib64 ]; then find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst fi if [ -d usr/bin ]; then find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst fi if [ -d usr/sbin ]; then find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst fi touch doclist.lst if [ -d usr/share/man ]; then find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst fi popd mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . %files -n python3-radish-bdd -f filelist.lst %dir %{python3_sitelib}/* %files help -f doclist.lst %{_docdir}/* %changelog * Sun Apr 23 2023 Python_Bot - 0.15.0-1 - Package Spec generated