summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCoprDistGit <copr-devel@lists.fedorahosted.org>2022-03-28 08:39:24 +0000
committerCoprDistGit <copr-devel@lists.fedorahosted.org>2022-03-28 08:39:24 +0000
commit5165c5d537658942cf027ea51be1677872f70f9b (patch)
treec0a1d43999b4ee297b600471f36e97f4b7dbeb9d
parent6b6047d683027100cf3d524f6dbbf32813833cea (diff)
automatic import of python-webelement-highlighterepel9
-rw-r--r--.gitignore1
-rw-r--r--python-webelement-highlighter.spec57
-rw-r--r--sources1
3 files changed, 59 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..0c77c6f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/webelement_highlighter-0.9.5.tar.gz
diff --git a/python-webelement-highlighter.spec b/python-webelement-highlighter.spec
new file mode 100644
index 0000000..d5c2e6d
--- /dev/null
+++ b/python-webelement-highlighter.spec
@@ -0,0 +1,57 @@
+Name: python-webelement-highlighter
+Version: 0.9.5
+Release: 1%{?dist}
+Summary: A simple package to highlight webelements
+
+# 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/rtorres90/webelement_highlighter
+Source0: %{pypi_source webelement_highlighter}
+
+BuildArch: noarch
+BuildRequires: python3-devel
+
+
+# Fill in the actual package description to submit package to Fedora
+%global _description %{expand:
+This is package 'webelement-highlighter' generated automatically by pyp2spec.}
+
+
+%description %_description
+
+%package -n python3-webelement-highlighter
+Summary: %{summary}
+
+%description -n python3-webelement-highlighter %_description
+
+
+%prep
+%autosetup -p1 -n webelement_highlighter-%{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-webelement-highlighter -f %{pyproject_files}
+
+
+%changelog
+* Mon Mar 28 2022 mockbuilder - 0.9.5-1
+- Package generated with pyp2spec \ No newline at end of file
diff --git a/sources b/sources
new file mode 100644
index 0000000..8b9fd36
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+89eda72f6344bf09b7347a267bd5b16b webelement_highlighter-0.9.5.tar.gz