[packages/python3-pygdbmi] - new
witekfl
witekfl at pld-linux.org
Tue Feb 27 16:59:51 CET 2024
commit 06d2b458f6de3458591da91d1b368fa53e69e318
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date: Tue Feb 27 16:24:05 2024 +0100
- new
python3-pygdbmi.spec | 45 +++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 45 insertions(+)
---
diff --git a/python3-pygdbmi.spec b/python3-pygdbmi.spec
new file mode 100644
index 0000000..d1b63cc
--- /dev/null
+++ b/python3-pygdbmi.spec
@@ -0,0 +1,45 @@
+%define module pygdbmi
+Summary: pygdbmi
+Summary(pl.UTF-8): pygdbmi
+Name: python3-%{module}
+Version: 0.11.0.0
+Release: 1
+License: BSD-like
+Group: Libraries/Python
+#Source0Download: https://pypi.org/simple/pygdbmi/
+Source0: https://files.pythonhosted.org/packages/source/p/pygdbmi/%{module}-%{version}.tar.gz
+# Source0-md5: 34b1812e77469c6206002b3929798cab
+URL: https://pypi.org/project/pygdbmi/
+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
+pygdbmi - Get Structured Output from GDB's Machine Interface
+
+%prep
+%setup -q -n %{module}-%{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 LICENSE README.md
+%dir %{py3_sitescriptdir}/%{module}
+%{py3_sitescriptdir}/%{module}/*.py
+%{py3_sitescriptdir}/%{module}/py.typed
+%{py3_sitescriptdir}/%{module}/__pycache__
+%{py3_sitescriptdir}/%{module}-%{version}-py*.egg-info
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3-pygdbmi.git/commitdiff/06d2b458f6de3458591da91d1b368fa53e69e318
More information about the pld-cvs-commit
mailing list