python-lazy-loader 0.2-1 (znver1;aarch64;x86_64) 2023-17454
9999
| Status | published | ||||||
| Submitter | mandian [@T] tutanota.com | ||||||
| Platform | rolling | ||||||
| Repository | unsupported | ||||||
| URL | https://abf.openmandriva.org/build_lists/331476 | ||||||
| Packages |
|
||||||
| Build Date | 2023-04-13 08:12:08 +0000 UTC | ||||||
| Last Updated | 2023-04-16 01:03:02.65472632 +0000 UTC |
$ git show --format=fuller --patch-with-stat --summary d475607d93dcf923c87459711467fa57ea8635cc
commit d475607d93dcf923c87459711467fa57ea8635cc
Author: mandian <mandian@users.noreply.github.com>
AuthorDate: Thu Apr 13 08:05:19 2023 +0100
Commit: mandian <mandian@users.noreply.github.com>
CommitDate: Thu Apr 13 08:05:19 2023 +0100
Initial release
---
.abf.yml | 2 ++
python-lazy-loader.spec | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
create mode 100644 .abf.yml
create mode 100644 python-lazy-loader.spec
diff --git a/.abf.yml b/.abf.yml
new file mode 100644
index 0000000..1fdf5df
--- /dev/null
+++ b/.abf.yml
@@ -0,0 +1,2 @@
+sources:
+ lazy_loader-0.2.tar.gz: c65e7b1a9e221f44968ea422fc89678894a845b4
diff --git a/python-lazy-loader.spec b/python-lazy-loader.spec
new file mode 100644
index 0000000..a53d16d
--- /dev/null
+++ b/python-lazy-loader.spec
@@ -0,0 +1,35 @@
+Summary: Populate library namespace without incurring immediate import costs
+Name: python-lazy-loader
+Version: 0.2
+Release: 1
+License: BSD-3-Clause
+Group: Development/Python
+URL: https://pypi.org/project/lazy-loader/
+Source0: https://pypi.org/packages/source/l/lazy_loader/lazy_loader-%{version}.tar.gz
+BuildRequires: python%{pyver}dist(pip)
+BuildArch: noarch
+
+%description
+lazy-loader makes it easy to load subpackages and functions on demand.
+
+Motivation:
+
+ * Allow subpackages to be made visible to users without incurring import costs.
+ * Allow external libraries to be imported only when used, improving import
+ times.
+
+%files
+%{py_sitedir}/lazy_loader
+%{py_sitedir}/lazy_loader-*.*-info
+
+#----------------------------------------------------------------------------
+
+%prep
+%autosetup -p1 -n lazy_loader-%{version}
+
+%build
+%py_build
+
+%install
+%py_install
+
Not Available
| benbullard79 [@T] cox.net | No Comment. | 977d 04hrs |
| benbullard79 [@T] cox.net | No Comment. | 977d 03hrs |