diff options
author | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2022-03-28 08:39:41 +0000 |
---|---|---|
committer | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2022-03-28 08:39:41 +0000 |
commit | fa37fbfdbed3ae316583071d5437a56ec8ef5815 (patch) | |
tree | 1af66b7880157fc2c22577c92a02b14ac70eedbe | |
parent | cff22ecb2fbd5a1e1aa6c50395d3f4fb052df495 (diff) |
automatic import of python-flockcontextepel9
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-flockcontext.spec | 57 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 59 insertions, 0 deletions
@@ -0,0 +1 @@ +/flockcontext-0.4.0.tar.gz diff --git a/python-flockcontext.spec b/python-flockcontext.spec new file mode 100644 index 0000000..fac5801 --- /dev/null +++ b/python-flockcontext.spec @@ -0,0 +1,57 @@ +Name: python-flockcontext +Version: 0.4.0 +Release: 1%{?dist} +Summary: Improves fcntl.flock usage + +# Check if the automatically generated License and its spelling is correct for Fedora +# https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/ +License: BSD +URL: https://github.com/AntoineCezar/flockcontext +Source0: %{pypi_source flockcontext} + +BuildArch: noarch +BuildRequires: python3-devel + + +# Fill in the actual package description to submit package to Fedora +%global _description %{expand: +This is package 'flockcontext' generated automatically by pyp2spec.} + + +%description %_description + +%package -n python3-flockcontext +Summary: %{summary} + +%description -n python3-flockcontext %_description + + +%prep +%autosetup -p1 -n flockcontext-%{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-flockcontext -f %{pyproject_files} + + +%changelog +* Mon Mar 28 2022 mockbuilder - 0.4.0-1 +- Package generated with pyp2spec
\ No newline at end of file @@ -0,0 +1 @@ +08d466b4f97b247cc2e370f60168a4c9 flockcontext-0.4.0.tar.gz |