[packages/python3-sphinxext.opengraph] new

atler atler at pld-linux.org
Sun Dec 31 12:35:03 CET 2023


commit 47eaf9b8b168ef2c7b1d4f2a0e654c5c55f73dcf
Author: Jan Palus <atler at pld-linux.org>
Date:   Sun Dec 31 12:34:19 2023 +0100

    new

 python3-sphinxext.opengraph.spec | 46 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 46 insertions(+)
---
diff --git a/python3-sphinxext.opengraph.spec b/python3-sphinxext.opengraph.spec
new file mode 100644
index 0000000..8d89869
--- /dev/null
+++ b/python3-sphinxext.opengraph.spec
@@ -0,0 +1,46 @@
+Summary:	Sphinx extension to generate unique OpenGraph metadata
+Name:		python3-sphinxext.opengraph
+Version:	0.9.1
+Release:	1
+License:	BSD
+Group:		Libraries/Python
+#Source0Download: https://pypi.org/simple/sphinxext-opengraph/
+Source0:	https://files.pythonhosted.org/packages/source/s/sphinxext-opengraph/sphinxext-opengraph-%{version}.tar.gz
+# Source0-md5:	c67696654492bdca614f151b77c224d3
+URL:		https://github.com/wpilibsuite/sphinxext-opengraph
+BuildRequires:	python3 >= 1:3.8
+BuildRequires:	python3-modules >= 1:3.8
+BuildRequires:	python3-setuptools
+BuildRequires:	python3-setuptools_scm
+BuildRequires:	rpmbuild(macros) >= 1.714
+Requires:	python3-modules >= 1:3.8
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Sphinx extension to generate unique OpenGraph metadata.
+
+%prep
+%setup -q -n sphinxext-opengraph-%{version}
+
+%build
+%py3_build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%py3_install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc LICENSE.md README.md
+%dir %{py3_sitescriptdir}/sphinxext
+%dir %{py3_sitescriptdir}/sphinxext/opengraph
+%{py3_sitescriptdir}/sphinxext/opengraph/*.py
+%dir %{py3_sitescriptdir}/sphinxext/opengraph/__pycache__
+%{py3_sitescriptdir}/sphinxext/opengraph/__pycache__/*.py[co]
+%{py3_sitescriptdir}/sphinxext/opengraph/_static
+%{py3_sitescriptdir}/sphinxext_opengraph-%{version}-py*.egg-info
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python3-sphinxext.opengraph.git/commitdiff/47eaf9b8b168ef2c7b1d4f2a0e654c5c55f73dcf



More information about the pld-cvs-commit mailing list