[packages/python3-whey] Initial

arekm arekm at pld-linux.org
Fri Feb 7 17:52:53 CET 2025


commit 6731a4cae6dd9d1c29f73ecaeeb5c7231b9b2aed
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Fri Feb 7 17:24:25 2025 +0100

    Initial

 python3-whey.spec | 41 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)
---
diff --git a/python3-whey.spec b/python3-whey.spec
new file mode 100644
index 0000000..ec1eeb3
--- /dev/null
+++ b/python3-whey.spec
@@ -0,0 +1,41 @@
+%define		module	whey
+Summary:	A simple Python wheel builder for simple projects
+Name:		python3-%{module}
+Version:	0.1.1
+Release:	1
+License:	- (enter GPL/GPL v2/GPL v3/LGPL/BSD/BSD-like/other license name here)
+Group:		Libraries/Python
+Source0:	https://pypi.debian.net/%{module}/%{module}-%{version}.tar.gz
+# Source0-md5:	4b81b80a888748bc0039f033a9c042e8
+URL:		https://whey.readthedocs.io/
+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
+A simple Python wheel builder for simple projects.
+
+%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 README.rst
+%attr(755,root,root) %{_bindir}/whey
+%{py3_sitescriptdir}/%{module}
+%{py3_sitescriptdir}/%{module}-%{version}-py*.egg-info
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python3-whey.git/commitdiff/6731a4cae6dd9d1c29f73ecaeeb5c7231b9b2aed



More information about the pld-cvs-commit mailing list