python-meson-python 0.12.1-1 (aarch64;znver1;x86_64) 2023-17453
9999
| Status | published | ||||||
| Submitter | mandian [@T] tutanota.com | ||||||
| Platform | rolling | ||||||
| Repository | unsupported | ||||||
| URL | https://abf.openmandriva.org/build_lists/331101 | ||||||
| Packages |
|
||||||
| Build Date | 2023-04-12 13:44:45 +0000 UTC | ||||||
| Last Updated | 2023-04-16 01:03:07.139927933 +0000 UTC |
$ git show --format=fuller --patch-with-stat --summary 2c2f3c572438bb1c9fdf575ec543ac366229f059
commit 2c2f3c572438bb1c9fdf575ec543ac366229f059
Author: mandian <mandian@users.noreply.github.com>
AuthorDate: Wed Apr 12 12:44:46 2023 +0100
Commit: mandian <mandian@users.noreply.github.com>
CommitDate: Wed Apr 12 12:44:46 2023 +0100
Initial release
---
.abf.yml | 2 ++
python-meson-python.spec | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
create mode 100644 .abf.yml
create mode 100644 python-meson-python.spec
diff --git a/.abf.yml b/.abf.yml
new file mode 100644
index 0000000..b9a7002
--- /dev/null
+++ b/.abf.yml
@@ -0,0 +1,2 @@
+sources:
+ meson_python-0.12.1.tar.gz: bdaf002dc1ef314c32e2be76f3b2872f1282c4cc
diff --git a/python-meson-python.spec b/python-meson-python.spec
new file mode 100644
index 0000000..164b35d
--- /dev/null
+++ b/python-meson-python.spec
@@ -0,0 +1,35 @@
+Summary: Meson Python build backend
+Name: python-meson-python
+Version: 0.12.1
+Release: 1
+License: MIT
+Group: Development/Python
+URL: https://pypi.org/project/meson-python/
+#Source0: https://github.com/mesonbuild/meson-python/archive/%{version}/%{name}-%{version}.tar.gz
+Source0: https://pypi.io/packages/source/m/meson_python/meson_python-%{version}.tar.gz
+BuildRequires: python%{pyver}dist(meson)
+BuildRequires: python%{pyver}dist(pip)
+BuildRequires: python%{pyver}dist(pyproject-metadata)
+BuildRequires: python%{pyver}dist(typing-extensions)
+BuildRequires: python%{pyver}dist(tomli)
+
+BuildArch: noarch
+
+%description
+meson-python is a Python build backend built on top of the Meson build-system.
+It enables you to use Meson for your Python packages.
+
+%files
+%{py_sitedir}/mesonpy
+%{py_sitedir}/meson_python-*.*-info
+
+#---------------------------------------------------------------------------
+%prep
+%autosetup -p1 -n meson_python-%{version}
+
+%build
+%py_build
+
+%install
+%py_install
+
Not Available
| benbullard79 [@T] cox.net | No Comment. | 1092d 12hrs |
| benbullard79 [@T] cox.net | No Comment. | 1092d 11hrs |