--- /dev/null
+Name: python3-pygments
+Version: 2.12.0
+Release: 1
+Summary: A syntax highlighting engine written in Python3
+Group: Development/Libraries
+License: BSD-2-Clause
+URL: http://pygments.org/
+Source0: %{name}-%{version}.tar.gz
+Source1001: python3-pygments.manifest
+
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+
+Requires: python3-setuptools
+
+BuildArch: noarch
+
+%description
+Pygments is a syntax highlighting engine written in Python3. That means, it
+will take source code (or other markup) in a supported language and output
+a processed version (in different formats) containing syntax highlighting
+markup.
+
+%prep
+%setup -q -n %{name}-%{version}
+cp %{SOURCE1001} .
+
+%build
+%{_bindir}/python3 setup.py build
+
+%install
+%{_bindir}/python3 setup.py install -O1 --skip-build --root %{buildroot} --prefix=%{_prefix}
+
+%files
+%manifest %{name}.manifest
+%license LICENSE
+%{python3_sitelib}/*
+%{_bindir}/pygmentize