summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCoprDistGit <copr-devel@lists.fedorahosted.org>2022-03-28 08:38:51 +0000
committerCoprDistGit <copr-devel@lists.fedorahosted.org>2022-03-28 08:38:51 +0000
commitc5f0892a6d6ab890fe4f4828a30558cb7d8ffc3b (patch)
tree46087480f260bcc2579491970332b8fc7437bb8f
parent1dd0dc60fe6fcab1da42978dc1e7f4183460fb6d (diff)
automatic import of python-pylookerepel9
-rw-r--r--.gitignore1
-rw-r--r--python-pylooker.spec57
-rw-r--r--sources1
3 files changed, 59 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..39c490d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/sources b/sources
new file mode 100644
index 0000000..f596152
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+8825ec0673876aff18be0fe607ff0605 pylooker-0.3.0.tar.gz