diff options
author | CoprDistGit <infra@openeuler.org> | 2023-05-29 10:58:58 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-05-29 10:58:58 +0000 |
commit | 8668c8a520f3548ea7fa6a32ae936f6b5471ab56 (patch) | |
tree | 417c8e024ac487f214c4108e3b74c86e02f3f33b | |
parent | 160c1255c6330d437220e9b520df4d0ff5dba400 (diff) |
automatic import of python-bdd-coder
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-bdd-coder.spec | 89 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 91 insertions, 0 deletions
@@ -0,0 +1 @@ +/bdd-coder-2.2.1.tar.gz diff --git a/python-bdd-coder.spec b/python-bdd-coder.spec new file mode 100644 index 0000000..1d67336 --- /dev/null +++ b/python-bdd-coder.spec @@ -0,0 +1,89 @@ +%global _empty_manifest_terminate_build 0 +Name: python-bdd-coder +Version: 2.2.1 +Release: 1 +Summary: Gherkin language in class-based tests - test suite blueprinting +License: MIT License +URL: https://bitbucket.org/coleopter/bdd-coder +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/bc/8e/218f66c9568b1a7398be1db8c2c4f4d753a03c2cde9eb49c5e6872bed856/bdd-coder-2.2.1.tar.gz +BuildArch: noarch + +Requires: python3-flake8 +Requires: python3-pygments +Requires: python3-pytest +Requires: python3-pyyaml +Requires: python3-simple-cmd +Requires: python3-ipdb +Requires: python3-ipython +Requires: python3-Twisted +Requires: python3-freezegun +Requires: python3-pytest-cov +Requires: python3-pytest-twisted + +%description +platform [...] +collecting ... collected 2 items +example/tests/test_stories.py::TestClearBoard::test_odd_boards PASSED [ 50%] + +%package -n python3-bdd-coder +Summary: Gherkin language in class-based tests - test suite blueprinting +Provides: python-bdd-coder +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-bdd-coder +platform [...] +collecting ... collected 2 items +example/tests/test_stories.py::TestClearBoard::test_odd_boards PASSED [ 50%] + +%package help +Summary: Development documents and examples for bdd-coder +Provides: python3-bdd-coder-doc +%description help +platform [...] +collecting ... collected 2 items +example/tests/test_stories.py::TestClearBoard::test_odd_boards PASSED [ 50%] + +%prep +%autosetup -n bdd-coder-2.2.1 + +%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-bdd-coder -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Mon May 29 2023 Python_Bot <Python_Bot@openeuler.org> - 2.2.1-1 +- Package Spec generated @@ -0,0 +1 @@ +caf29327c5d652ad71999637b276abb2 bdd-coder-2.2.1.tar.gz |