[packages/python3-whey] - pl, filled License, updated dependencies; release 2
qboosh
qboosh at pld-linux.org
Sat Nov 15 09:45:08 CET 2025
commit 0d609e7fe8c95e1c2d87dc44f4fe245753777b77
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat Nov 15 09:45:03 2025 +0100
- pl, filled License, updated dependencies; release 2
python3-whey.spec | 19 ++++++++++++-------
1 file changed, 12 insertions(+), 7 deletions(-)
---
diff --git a/python3-whey.spec b/python3-whey.spec
index ec1eeb3..5d45be7 100644
--- a/python3-whey.spec
+++ b/python3-whey.spec
@@ -1,24 +1,29 @@
%define module whey
Summary: A simple Python wheel builder for simple projects
+Summary(pl.UTF-8): Proste narzędzie do budowania paczek wheel dla prostych projektów
Name: python3-%{module}
Version: 0.1.1
-Release: 1
-License: - (enter GPL/GPL v2/GPL v3/LGPL/BSD/BSD-like/other license name here)
+Release: 2
+License: MIT
Group: Libraries/Python
-Source0: https://pypi.debian.net/%{module}/%{module}-%{version}.tar.gz
+#Source0Download: https://pypi.org/simple/whey/
+Source0: https://pypi.debian.net/whey/%{module}-%{version}.tar.gz
# Source0-md5: 4b81b80a888748bc0039f033a9c042e8
URL: https://whey.readthedocs.io/
-BuildRequires: python3-modules >= 1:3.2
-BuildRequires: python3-setuptools
+BuildRequires: python3-modules >= 1:3.6.1
+BuildRequires: python3-setuptools >= 1:40.6.0
BuildRequires: rpm-pythonprov
BuildRequires: rpmbuild(macros) >= 1.714
-Requires: python3-modules >= 1:3.2
+Requires: python3-modules >= 1:3.6.1
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
A simple Python wheel builder for simple projects.
+%description -l pl.UTF-8
+Proste narzędzie do budowania paczek wheel dla prostych projektów.
+
%prep
%setup -q -n %{module}-%{version}
@@ -35,7 +40,7 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc README.rst
+%doc LICENSE 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/0d609e7fe8c95e1c2d87dc44f4fe245753777b77
More information about the pld-cvs-commit
mailing list