build: switch to new python meson backend#991
Merged
igaw merged 1 commit intolinux-nvme:masterfrom Apr 11, 2025
Merged
Conversation
Contributor
Author
|
tested vs also ran diff on 2 packages (only metadata is different as expected): diff -ur broken/libnvme-1.12/PKG-INFO working/libnvme-1.12/PKG-INFO
--- broken/libnvme-1.12/PKG-INFO 2025-04-11 05:19:41.365426800 +0300
+++ working/libnvme-1.12/PKG-INFO 2025-04-11 05:34:41.000000000 +0300
@@ -2,17 +2,19 @@
Name: libnvme
Version: 1.12
Summary: python bindings for libnvme
-Home-page: https://github.com/linux-nvme/libnvme
-Author: Hannes Reinecke
-Author-email: [email protected]
+Keywords: nvme,storage,bindings
+Author-Email: Hannes Reinecke <[email protected]>
License: LGPL-2.1-or-later
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
+Project-URL: Homepage, https://github.com/linux-nvme/libnvme
+Project-URL: Source, https://github.com/linux-nvme/libnvme
+Project-URL: Bug Tracker, https://github.com/linux-nvme/libnvme/issues
+Requires-Python: >=3.6
Description-Content-Type: text/markdown
-Description:
# libnvme
and also did upload to test pypi correctly https://test.pypi.org/project/libnvme-boris/1.13/ |
Fixes linux-nvme#976 Signed-off-by: Boris Glimcher <[email protected]>
Closed
Contributor
Author
|
need to check only this error |
Collaborator
|
I wanted to do a release today. Do you think you get this sorted out in the next couple of hours? If not, it's not a real blocker. Maybe we can figure out to upload it afterwards somehow. Surely, we are not the first having this type of problems, where the release is just fine but the upload to PyPi doesn't work. |
Contributor
Author
|
@igaw all fixed now. was too late in the night, so didn't test properly.... and good to merge imho |
Collaborator
|
Many thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #976