diff --git a/markdown_exec-1.6.0.tar.gz b/markdown_exec-1.6.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..f89c7de387734febf7faa6efc007a1bdaad67e03 Binary files /dev/null and b/markdown_exec-1.6.0.tar.gz differ diff --git a/python-markdown-exec.spec b/python-markdown-exec.spec new file mode 100644 index 0000000000000000000000000000000000000000..0a5699b0e31d321ffede315bfd05a776154f3069 --- /dev/null +++ b/python-markdown-exec.spec @@ -0,0 +1,49 @@ +%global pypi_name markdown-exec +%global source_name markdown_exec + + +Name: python-%{pypi_name} +Version: 1.6.0 +Release: 1 +Summary: Utilities to execute code blocks in Markdown files. + +License: ISC +URL: https://pawamoy.github.io/markdown-exec/ +Source0: https://files.pythonhosted.org/packages/0c/38/cb1cc8c607d8fd99d4cc3e0dfe5ee32fe21191101014af667bcaaddb9076/markdown_exec-1.6.0.tar.gz +BuildArch: noarch + +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +BuildRequires: python3-wheel +BuildRequires: python3-hatchling +BuildRequires: python3-pdm-pep517 +BuildRequires: python3-pdm-backend + +%description +Utilities to execute code blocks in Markdown files. + +%package -n python3-%{pypi_name} +Summary: %{summary} +%{?python_provide:%python_provide python3-%{pypi_name}} +%description -n python3-%{pypi_name} +Utilities to execute code blocks in Markdown files. + + +%prep +%autosetup -n %{source_name}-%{version} + +%build +%pyproject_build + +%install +%pyproject_install + +%files -n python3-%{pypi_name} +%license LICENSE +%doc README.md +%{python3_sitelib}/markdown_exec* + +%changelog +* Wed Aug 30 2023 luolu12 - 1.6.0-1 +- Initial package.