diff options
author | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2022-03-28 08:37:16 +0000 |
---|---|---|
committer | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2022-03-28 08:37:16 +0000 |
commit | a9636abeeaf2c0233ccd497120a8f36476133fd8 (patch) | |
tree | e1bb4da1ddba3728b5523f8bb40b988bf11fa805 | |
parent | cfb50e9ac1d8c07c34f9bb58651338d543cfdf1d (diff) |
automatic import of python-dmn-pythonepel9
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-dmn_python.spec | 57 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 59 insertions, 0 deletions
@@ -0,0 +1 @@ +/dmn_python-0.1.4.1.tar.gz diff --git a/python-dmn_python.spec b/python-dmn_python.spec new file mode 100644 index 0000000..abe7920 --- /dev/null +++ b/python-dmn_python.spec @@ -0,0 +1,57 @@ +Name: python-dmn_python +Version: 0.1.4.1 +Release: 1%{?dist} +Summary: Python library enabling importing and exporting a DMN model (as an XML file) and visualizating it. + +# Check if the automatically generated License and its spelling is correct for Fedora +# https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/ +License: GPL+ +URL: https://github.com/jan-klos/dmn_python +Source0: %{pypi_source dmn_python} + +BuildArch: noarch +BuildRequires: python3-devel + + +# Fill in the actual package description to submit package to Fedora +%global _description %{expand: +This is package 'dmn-python' generated automatically by pyp2spec.} + + +%description %_description + +%package -n python3-dmn_python +Summary: %{summary} + +%description -n python3-dmn_python %_description + + +%prep +%autosetup -p1 -n dmn_python-%{version} + + +%generate_buildrequires +%pyproject_buildrequires -r + + +%build +%pyproject_wheel + + +%install +%pyproject_install +# For official Fedora packages, including files with '*' +auto is not allowed +# Replace it with a list of relevant Python modules/globs and list extra files in %%files +%pyproject_save_files '*' +auto + + +%check +%pyproject_check_import -t + + +%files -n python3-dmn_python -f %{pyproject_files} + + +%changelog +* Mon Mar 28 2022 mockbuilder - 0.1.4.1-1 +- Package generated with pyp2spec
\ No newline at end of file @@ -0,0 +1 @@ +080d692f2534cc0045b7107c32a497c2 dmn_python-0.1.4.1.tar.gz |