[packages/python3-sentry-sdk] - new; needs cleanup

witekfl witekfl at pld-linux.org
Tue Feb 27 17:16:11 CET 2024


commit 84e2fee46aa1774b2595591fcfac84a669927195
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Tue Feb 27 16:41:46 2024 +0100

    - new; needs cleanup

 python3-sentry-sdk.spec | 53 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 53 insertions(+)
---
diff --git a/python3-sentry-sdk.spec b/python3-sentry-sdk.spec
new file mode 100644
index 0000000..a614a60
--- /dev/null
+++ b/python3-sentry-sdk.spec
@@ -0,0 +1,53 @@
+%define		module	sentry_sdk
+%define		mname	sentry-sdk
+Summary:	Python sentry-sdk
+Summary(pl.UTF-8):	sentry-sdk
+Name:		python3-%{mname}
+Version:	1.40.6
+Release:	1
+License:	MIT
+Group:		Libraries/Python
+#Source0Download:	https://pypi.org/simple/sentry-sdk/
+Source0:	https://files.pythonhosted.org/packages/source/s/sentry-sdk/%{mname}-%{version}.tar.gz
+# Source0-md5:	eb66d1810fe87ab742cf33afdfe9df82
+URL:		https://pypi.org/project/sentry-sdk/
+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
+Sentry is on a mission to help developers write better software
+faster, so we can get back to enjoying technology.
+
+%prep
+%setup -q -n %{mname}-%{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 LICENSE README.md
+%dir %{py3_sitescriptdir}/%{module}
+%{py3_sitescriptdir}/%{module}/*.py
+%{py3_sitescriptdir}/%{module}/*/*.py
+%{py3_sitescriptdir}/%{module}/*/*/*.py
+%{py3_sitescriptdir}/%{module}/*/*/*/*.py
+%{py3_sitescriptdir}/%{module}/py.typed
+%{py3_sitescriptdir}/%{module}/__pycache__
+%{py3_sitescriptdir}/%{module}/*/__pycache__
+%{py3_sitescriptdir}/%{module}/*/*/__pycache__
+%{py3_sitescriptdir}/%{module}/*/*/*/__pycache__
+%{py3_sitescriptdir}/%{module}-%{version}-py*.egg-info
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python3-sentry-sdk.git/commitdiff/84e2fee46aa1774b2595591fcfac84a669927195



More information about the pld-cvs-commit mailing list