diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-radish-bdd.spec | 301 | ||||
| -rw-r--r-- | sources | 1 |
3 files changed, 303 insertions, 0 deletions
@@ -0,0 +1 @@ +/radish-bdd-0.15.0.tar.gz diff --git a/python-radish-bdd.spec b/python-radish-bdd.spec new file mode 100644 index 0000000..69ba614 --- /dev/null +++ b/python-radish-bdd.spec @@ -0,0 +1,301 @@ +%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 +<img align="right" src="https://raw.githubusercontent.com/radish-bdd/radish/master/artwork/radish-bdd-logo-trans-bg.png"> + +# radish - the root from red to green +> Awesome python BDD tool http://radish-bdd.io + +*** + +[](https://github.com/radish-bdd/radish/blob/master/LICENSE) +[](https://gitter.im/radish-bdd/radish?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) +<br> +[](https://github.com/radish-bdd/radish/actions?branch=stable) +[](https://github.com/ambv/black) +<br> +[](https://badge.fury.io/py/radish-bdd) +[](https://pypi.python.org/pypi/radish-bdd) +[](https://pypi.python.org/pypi/radish-bdd) +[](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! + +*** + +*<p align="center">This project is published under [MIT](LICENSE).<br>A [Timo Furrer](https://tuxtimo.me) project.<br>- :tada: -</p>* + + + + +%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 +<img align="right" src="https://raw.githubusercontent.com/radish-bdd/radish/master/artwork/radish-bdd-logo-trans-bg.png"> + +# radish - the root from red to green +> Awesome python BDD tool http://radish-bdd.io + +*** + +[](https://github.com/radish-bdd/radish/blob/master/LICENSE) +[](https://gitter.im/radish-bdd/radish?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) +<br> +[](https://github.com/radish-bdd/radish/actions?branch=stable) +[](https://github.com/ambv/black) +<br> +[](https://badge.fury.io/py/radish-bdd) +[](https://pypi.python.org/pypi/radish-bdd) +[](https://pypi.python.org/pypi/radish-bdd) +[](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! + +*** + +*<p align="center">This project is published under [MIT](LICENSE).<br>A [Timo Furrer](https://tuxtimo.me) project.<br>- :tada: -</p>* + + + + +%package help +Summary: Development documents and examples for radish-bdd +Provides: python3-radish-bdd-doc +%description help +<img align="right" src="https://raw.githubusercontent.com/radish-bdd/radish/master/artwork/radish-bdd-logo-trans-bg.png"> + +# radish - the root from red to green +> Awesome python BDD tool http://radish-bdd.io + +*** + +[](https://github.com/radish-bdd/radish/blob/master/LICENSE) +[](https://gitter.im/radish-bdd/radish?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) +<br> +[](https://github.com/radish-bdd/radish/actions?branch=stable) +[](https://github.com/ambv/black) +<br> +[](https://badge.fury.io/py/radish-bdd) +[](https://pypi.python.org/pypi/radish-bdd) +[](https://pypi.python.org/pypi/radish-bdd) +[](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! + +*** + +*<p align="center">This project is published under [MIT](LICENSE).<br>A [Timo Furrer](https://tuxtimo.me) project.<br>- :tada: -</p>* + + + + +%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 +* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 0.15.0-1 +- Package Spec generated @@ -0,0 +1 @@ +c612457f8fed734f5ab7cd1e68751ba5 radish-bdd-0.15.0.tar.gz |
