[packages/python3-pygments-styles] - new
qboosh
qboosh at pld-linux.org
Fri Dec 5 18:45:09 CET 2025
commit ab7b10d08470b54406fa92359b6b06353ea70949
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Fri Dec 5 18:45:14 2025 +0100
- new
python3-pygments-styles.spec | 46 ++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 46 insertions(+)
---
diff --git a/python3-pygments-styles.spec b/python3-pygments-styles.spec
new file mode 100644
index 0000000..10300d0
--- /dev/null
+++ b/python3-pygments-styles.spec
@@ -0,0 +1,46 @@
+Summary: A curated collection of Pygments styles based on VS Code themes
+Summary(pl.UTF-8): Wybrany zbiór motywów Pygments. opartych na motywach VS Code
+Name: python3-pygments-styles
+Version: 0.3.0
+Release: 1
+License: BSD
+Group: Libraries/Python
+#Source0Download: https://pypi.org/simple/pygments-styles/
+Source0: https://files.pythonhosted.org/packages/source/p/pygments-styles/pygments_styles-%{version}.tar.gz
+# Source0-md5: 41a725349feace392305794dc6129c04
+URL: https://pypi.org/project/pygments-styles/
+BuildRequires: python3-build
+BuildRequires: python3-installer
+BuildRequires: python3-modules >= 1:3.9
+BuildRequires: python3-setuptools
+BuildRequires: rpm-pythonprov
+BuildRequires: rpmbuild(macros) >= 2.044
+Requires: python3-modules >= 1:3.9
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A curated collection of Pygments styles based on VS Code themes.
+
+%description -l pl.UTF-8
+Wybrany zbiór motywów Pygments. opartych na motywach VS Code.
+
+%prep
+%setup -q -n pygments_styles-%{version}
+
+%build
+%py3_build_pyproject
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%py3_install_pyproject
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc LICENSE README.md
+%{py3_sitescriptdir}/pygments_styles
+%{py3_sitescriptdir}/pygments_styles-%{version}.dist-info
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3-pygments-styles.git/commitdiff/ab7b10d08470b54406fa92359b6b06353ea70949
More information about the pld-cvs-commit
mailing list