[packages/python3-accessible-pygments] - new
qboosh
qboosh at pld-linux.org
Fri Nov 7 17:29:00 CET 2025
commit 07a770c154d9999679e27b30d9d67f60563f61df
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Fri Nov 7 17:28:56 2025 +0100
- new
python3-accessible-pygments.spec | 50 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 50 insertions(+)
---
diff --git a/python3-accessible-pygments.spec b/python3-accessible-pygments.spec
new file mode 100644
index 0000000..9685623
--- /dev/null
+++ b/python3-accessible-pygments.spec
@@ -0,0 +1,50 @@
+Summary: A collection of accessible pygments styles
+Summary(pl.UTF-8): Zestaw dostępnych stylów pygments
+Name: python3-accessible-pygments
+Version: 0.0.5
+Release: 1
+License: BSD
+Group: Libraries/Python
+#Source0Download: https://pypi.org/simple/accessible-pygments/
+Source0: https://files.pythonhosted.org/packages/source/a/accessible-pygments/accessible_pygments-%{version}.tar.gz
+# Source0-md5: 3b3ce27e8340fad9f60cb3a633265566
+URL: https://pypi.org/project/accessible-pygments/
+BuildRequires: python3-build
+BuildRequires: python3-hatchling
+BuildRequires: python3-installer
+BuildRequires: python3-modules >= 1:3.9
+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
+This package includes a collection of accessible themes for pygments
+(<https://pygments.org/>) based on multiple open-source syntax
+highlighting themes.
+
+%description -l pl.UTF-8
+Ten pakiet zawiera zbiór dostępnych motywów dla szkieletu pygments
+(<https://pygments.org/>), opartych na różnych motywach podświetlania
+składni, mających otwarte źródła.
+
+%prep
+%setup -q -n accessible_pygments-%{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 CHANGELOG.md LICENSE README.md
+%{py3_sitescriptdir}/a11y_pygments
+%{py3_sitescriptdir}/accessible_pygments-%{version}.dist-info
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3-accessible-pygments.git/commitdiff/07a770c154d9999679e27b30d9d67f60563f61df
More information about the pld-cvs-commit
mailing list