From 0ba66a9a841c6ff3021def95be5182ef744dc5c9 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Tue, 11 Apr 2023 06:54:06 +0000 Subject: automatic import of python-radish-bdd --- .gitignore | 1 + python-radish-bdd.spec | 301 +++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 303 insertions(+) create mode 100644 python-radish-bdd.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore index e69de29..014ad7c 100644 --- a/.gitignore +++ b/.gitignore @@ -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 + + +# 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 +* Tue Apr 11 2023 Python_Bot - 0.15.0-1 +- Package Spec generated diff --git a/sources b/sources new file mode 100644 index 0000000..abb12f9 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +c612457f8fed734f5ab7cd1e68751ba5 radish-bdd-0.15.0.tar.gz -- cgit v1.2.3