[packages/python3-lorem] new

atler atler at pld-linux.org
Thu Jun 22 03:01:03 CEST 2023


commit 16d818bc5d08be504e87cdec6d963cf7fcb36f96
Author: Jan Palus <atler at pld-linux.org>
Date:   Thu Jun 22 01:07:13 2023 +0200

    new

 python3-lorem.spec | 42 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)
---
diff --git a/python3-lorem.spec b/python3-lorem.spec
new file mode 100644
index 0000000..6b102d4
--- /dev/null
+++ b/python3-lorem.spec
@@ -0,0 +1,42 @@
+%define		module		lorem
+Summary:	Generator for random text that looks like Latin
+Name:		python3-%{module}
+Version:	0.1.1
+Release:	1
+License:	MIT
+Group:		Development/Languages/Python
+#Source0Download: https://pypi.org/simple/lorem/
+Source0:	https://files.pythonhosted.org/packages/source/l/lorem/%{module}-%{version}.tar.gz
+# Source0-md5:	e3f0064a94c13e19780eb724affdb426
+URL:		https://github.com/sfischer13/python-lorem
+BuildRequires:	python3 >= 1:3.3
+BuildRequires:	python3-modules >= 1:3.3
+BuildRequires:	python3-setuptools
+BuildRequires:	rpm-pythonprov
+BuildRequires:	rpmbuild(macros) >= 1.714
+Requires:	python3-modules >= 1:3.3
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Generator for random text that looks like Latin.
+
+%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 HISTORY.rst LICENSE README.rst
+%{py3_sitescriptdir}/%{module}
+%{py3_sitescriptdir}/%{module}-%{version}-py*.egg-info
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python3-lorem.git/commitdiff/16d818bc5d08be504e87cdec6d963cf7fcb36f96



More information about the pld-cvs-commit mailing list