diff options
author | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2022-03-28 08:38:51 +0000 |
---|---|---|
committer | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2022-03-28 08:38:51 +0000 |
commit | c5f0892a6d6ab890fe4f4828a30558cb7d8ffc3b (patch) | |
tree | 46087480f260bcc2579491970332b8fc7437bb8f | |
parent | 1dd0dc60fe6fcab1da42978dc1e7f4183460fb6d (diff) |
automatic import of python-pylookerepel9
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-pylooker.spec | 57 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 59 insertions, 0 deletions
@@ -0,0 +1 @@ +/pylooker-0.3.0.tar.gz diff --git a/python-pylooker.spec b/python-pylooker.spec new file mode 100644 index 0000000..9f1d13e --- /dev/null +++ b/python-pylooker.spec @@ -0,0 +1,57 @@ +Name: python-pylooker +Version: 0.3.0 +Release: 1%{?dist} +Summary: A Python interface to Looker API + +# Check if the automatically generated License and its spelling is correct for Fedora +# https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/ +License: MIT +URL: https://github.com/bufferapp/pylooker +Source0: %{pypi_source pylooker} + +BuildArch: noarch +BuildRequires: python3-devel + + +# Fill in the actual package description to submit package to Fedora +%global _description %{expand: +This is package 'pylooker' generated automatically by pyp2spec.} + + +%description %_description + +%package -n python3-pylooker +Summary: %{summary} + +%description -n python3-pylooker %_description + + +%prep +%autosetup -p1 -n pylooker-%{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-pylooker -f %{pyproject_files} + + +%changelog +* Mon Mar 28 2022 mockbuilder - 0.3.0-1 +- Package generated with pyp2spec
\ No newline at end of file @@ -0,0 +1 @@ +8825ec0673876aff18be0fe607ff0605 pylooker-0.3.0.tar.gz |