[packages/python3-types-python-dateutil] - new
qboosh
qboosh at pld-linux.org
Tue Jul 15 21:48:08 CEST 2025
commit b459bdb91b4a15d91bff83ea535309d83705cf9b
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Tue Jul 15 21:49:39 2025 +0200
- new
python3-types-python-dateutil.spec | 49 ++++++++++++++++++++++++++++++++++++++
1 file changed, 49 insertions(+)
---
diff --git a/python3-types-python-dateutil.spec b/python3-types-python-dateutil.spec
new file mode 100644
index 0000000..febb1e5
--- /dev/null
+++ b/python3-types-python-dateutil.spec
@@ -0,0 +1,49 @@
+Summary: Typing stubs for dateutil
+Summary(pl.UTF-8): Zaślepki typów dla modułu dateutil
+Name: python3-types-python-dateutil
+Version: 2.9.0.20250708
+Release: 1
+License: Apache v2.0
+Group: Libraries/Python
+#Source0Download: https://pypi.org/simple/types-python-dateutil/
+Source0: https://files.pythonhosted.org/packages/source/t/types-python-dateutil/types_python_dateutil-%{version}.tar.gz
+# Source0-md5: e86c06952444977e5e5d82c923fd2d38
+URL: https://pypi.org/project/types-psutil/
+BuildRequires: python3-modules >= 1:3.9
+BuildRequires: python3-setuptools >= 1:77.0.3
+BuildRequires: rpm-pythonprov
+BuildRequires: rpmbuild(macros) >= 1.714
+Requires: python3-modules >= 1:3.9
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This is a PEP 561 type stub package for the psutil package. It can be
+used by type-checking tools like mypy, pyright, pytype, Pyre, etc. to
+check code that uses psutil.
+
+%description -l pl.UTF-8
+Ten pakiet zawiera zaślepki typów zgodne z PEP 561 dla pakietu psutil.
+Mogą one być używany przez narzędzia sprawdzające typy, takie jak
+mypy, pyright, pytype, Pyre itp. do sprawdzania kodu wykorzystującego
+psutil.
+
+%prep
+%setup -q -n types_python_dateutil-%{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 README.md
+%{py3_sitescriptdir}/dateutil-stubs
+%{py3_sitescriptdir}/types_python_dateutil-%{version}-py*.egg-info
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3-types-python-dateutil.git/commitdiff/b459bdb91b4a15d91bff83ea535309d83705cf9b
More information about the pld-cvs-commit
mailing list