[packages/python3-types-certifi] - initial, currently obsolete

qboosh qboosh at pld-linux.org
Tue Jan 27 16:55:36 CET 2026


commit e27c28c0005d022d117b9fca8824b30e9032ed1f
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue Jan 27 16:55:38 2026 +0100

    - initial, currently obsolete

 python3-types-certifi.spec | 53 ++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 53 insertions(+)
---
diff --git a/python3-types-certifi.spec b/python3-types-certifi.spec
new file mode 100644
index 0000000..6500b68
--- /dev/null
+++ b/python3-types-certifi.spec
@@ -0,0 +1,53 @@
+Summary:	Typing stubs for certifi
+Summary(pl.UTF-8):	Zaślepki typów dla modułu certifi
+Name:		python3-types-certifi
+Version:	2021.10.8.3
+Release:	0.1
+License:	Apache v2.0
+Group:		Libraries/Python
+#Source0Download: https://pypi.org/simple/types-certifi/
+Source0:	https://files.pythonhosted.org/packages/source/t/types-certifi/types-certifi-%{version}.tar.gz
+# Source0-md5:	07125fbb49820363b2648927e920d2e9
+URL:		https://pypi.org/project/types-certifi/
+BuildRequires:	python3-modules >= 1:3.2
+BuildRequires:	python3-setuptools
+BuildRequires:	rpm-pythonprov
+BuildRequires:	rpmbuild(macros) >= 1.714
+Requires:	python3-modules >= 1:3.2
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This is a PEP 561 type stub package for the certifi package. It can be
+used by type-checking tools like mypy, pyright, pytype, PyCharm, etc.
+to check code that uses certifi.
+
+Obsolete since certifi 2022.5.18.1.
+
+%description -l pl.UTF-8
+Ten pakiet zawiera zaślepki typów zgodne z PEP 561 dla pakietu
+certifi. Mogą one być używany przez narzędzia sprawdzające typy, takie
+jak mypy, pyright, pytype, PyCharm itp. do sprawdzania kodu
+wykorzystującego certifi.
+
+Zbędne od certifi w wersji 2022.5.18.1.
+
+%prep
+%setup -q -n types-certifi-%{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 CHANGELOG.md 
+%{py3_sitescriptdir}/certifi-stubs
+%{py3_sitescriptdir}/types_certifi-%{version}-py*.egg-info
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python3-types-certifi.git/commitdiff/e27c28c0005d022d117b9fca8824b30e9032ed1f



More information about the pld-cvs-commit mailing list