[packages/python3-coherent.licensed] - new
qboosh
qboosh at pld-linux.org
Sat Nov 29 19:17:27 CET 2025
commit 17cbb104a9fae0120a38e9d4c351b9a05665c0f2
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat Nov 29 19:17:29 2025 +0100
- new
python3-coherent.licensed.spec | 57 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 57 insertions(+)
---
diff --git a/python3-coherent.licensed.spec b/python3-coherent.licensed.spec
new file mode 100644
index 0000000..4840611
--- /dev/null
+++ b/python3-coherent.licensed.spec
@@ -0,0 +1,57 @@
+Summary: License management tooling for Coherent System and skeleton projects
+Summary(pl.UTF-8): Zarządzanie licencjami dla systemu Coherent i projektów szkieletowych
+Name: python3-coherent.licensed
+Version: 0.5.2
+Release: 1
+License: MIT
+Group: Libraries/Python
+#Source0Download: https://pypi.org/simple/coherent-licensed/
+Source0: https://files.pythonhosted.org/packages/source/c/coherent-licensed/coherent_licensed-%{version}.tar.gz
+# Source0-md5: 5c943470c62e4a7825e783a53816fd18
+URL: https://pypi.org/project/coherent.licensed/
+BuildRequires: python3-build
+BuildRequires: python3-flit_core >= 3.11
+BuildRequires: python3-flit_core < 4
+BuildRequires: python3-installer
+BuildRequires: python3-modules >= 1:3.9
+BuildRequires: rpm-pythonprov
+BuildRequires: rpmbuild(macros) >= 2.044
+Requires: python3-modules >= 1:3.9
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This library was built for coherent.build
+(<https://github.com/coherent-oss/coherent.build/>) and skeleton
+projects (<https://blog.jaraco.com/skeleton>) to inject a license file
+at build time to reflect the license declared in the License
+Expression.
+
+%description -l pl.UTF-8
+Ta biblioteka powstała na potrzeby coherent.build
+(<https://github.com/coherent-oss/coherent.build/>) oraz projektów
+szkieletowych (<https://blog.jaraco.com/skeleton>), aby wstawić w
+czasie budowania plik licencji, odzwierciedlający licencję
+zadeklarowaną w wyrażeniu License.
+
+%prep
+%setup -q -n coherent_licensed-%{version}
+
+%build
+%py3_build_pyproject
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%py3_install_pyproject
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc LICENSE README.md
+# TODO: namespace package?
+%dir %{py3_sitescriptdir}/coherent
+%{py3_sitescriptdir}/coherent/licensed
+%{py3_sitescriptdir}/coherent_licensed-%{version}.dist-info
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3-coherent.licensed.git/commitdiff/17cbb104a9fae0120a38e9d4c351b9a05665c0f2
More information about the pld-cvs-commit
mailing list