summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCoprDistGit <copr-devel@lists.fedorahosted.org>2022-03-28 08:39:25 +0000
committerCoprDistGit <copr-devel@lists.fedorahosted.org>2022-03-28 08:39:25 +0000
commitc4bdb8d7710fcae6247283876eb05b935d99c6b3 (patch)
tree79b1b7219276dc907c5ad8d953fbed90cea9576e
parent666547890c64025b8c19d355a787ffdd0c94f827 (diff)
automatic import of python-premarkepel9
-rw-r--r--.gitignore1
-rw-r--r--python-Premark.spec57
-rw-r--r--sources1
3 files changed, 59 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..3d71a2e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Premark-0.0.9rc1.tar.gz
diff --git a/python-Premark.spec b/python-Premark.spec
new file mode 100644
index 0000000..65b0647
--- /dev/null
+++ b/python-Premark.spec
@@ -0,0 +1,57 @@
+Name: python-Premark
+Version: 0.0.9rc1
+Release: 1%{?dist}
+Summary: Command line tool to generate Remark.js presentations from markdown files
+
+# 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/eswan18/premark
+Source0: %{pypi_source Premark}
+
+BuildArch: noarch
+BuildRequires: python3-devel
+
+
+# Fill in the actual package description to submit package to Fedora
+%global _description %{expand:
+This is package 'premark' generated automatically by pyp2spec.}
+
+
+%description %_description
+
+%package -n python3-Premark
+Summary: %{summary}
+
+%description -n python3-Premark %_description
+
+
+%prep
+%autosetup -p1 -n Premark-%{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-Premark -f %{pyproject_files}
+
+
+%changelog
+* Mon Mar 28 2022 mockbuilder - 0.0.9rc1-1
+- Package generated with pyp2spec \ No newline at end of file
diff --git a/sources b/sources
new file mode 100644
index 0000000..113fc41
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+6181f03def272dede623f12ba72a1e7f Premark-0.0.9rc1.tar.gz