[packages/python3-poetry] Initial

arekm arekm at pld-linux.org
Sat Feb 8 20:01:15 CET 2025


commit 2ac87975084acd7dbd257a7642a4e109d54c46f4
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Sat Feb 8 19:44:29 2025 +0100

    Initial

 python3-poetry.spec | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 57 insertions(+)
---
diff --git a/python3-poetry.spec b/python3-poetry.spec
new file mode 100644
index 0000000..28149a0
--- /dev/null
+++ b/python3-poetry.spec
@@ -0,0 +1,57 @@
+# Conditional build:
+%bcond_without	tests	# unit tests
+
+%define		module	poetry
+Summary:	Python dependency management and packaging made easy
+Name:		python3-%{module}
+Version:	2.0.1
+Release:	1
+License:	MIT
+Group:		Libraries/Python
+Source0:	https://pypi.debian.net/%{module}/%{module}-%{version}.tar.gz
+# Source0-md5:	6d213959de814ee141989de5c3352337
+URL:		https://pypi.org/project/poetry/
+BuildRequires:	python3-build
+BuildRequires:	python3-installer
+BuildRequires:	python3-modules >= 1:3.2
+%if %{with tests}
+#BuildRequires:	python3-
+%endif
+BuildRequires:	rpm-pythonprov
+BuildRequires:	rpmbuild(macros) >= 2.044
+Requires:	python3-modules >= 1:3.2
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Poetry helps you declare, manage and install dependencies of Python
+projects, ensuring you have the right stack everywhere.
+
+%prep
+%setup -q -n %{module}-%{version}
+
+%build
+%py3_build_pyproject
+
+%if %{with tests}
+%{__python3} -m zipfile -e build-3/*.whl build-3-test
+# use explicit plugins list for reliable builds (delete PYTEST_PLUGINS if empty)
+PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
+PYTEST_PLUGINS= \
+%{__python3} -m pytest -o pythonpath="$PWD/build-3-test" tests
+%endif
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%py3_install_pyproject
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README.md
+%attr(755,root,root) %{_bindir}/poetry
+%{py3_sitescriptdir}/%{module}
+%{py3_sitescriptdir}/%{module}-%{version}.dist-info
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python3-poetry.git/commitdiff/2ac87975084acd7dbd257a7642a4e109d54c46f4



More information about the pld-cvs-commit mailing list