Package Details: napari-npe2 0.7.4-1

Git Clone URL: https://aur.archlinux.org/napari-npe2.git (read-only, click to copy)
Package Base: napari-npe2
Description: napari plugin refactor.
Upstream URL: https://github.com/napari/npe2
Licenses: BSD
Submitter: brisvag
Maintainer: brisvag
Last Packager: brisvag
Votes: 0
Popularity: 0.000000
First Submitted: 2022-01-18 12:05 (UTC)
Last Updated: 2024-02-27 11:00 (UTC)

Latest Comments

brisvag commented on 2022-04-22 15:00 (UTC)

@carlosal1015 What was your exact command? Can you please try with a fully clean build with makepkg -sifc?

carlosal1015 commented on 2022-04-22 14:43 (UTC)

Hi, I have the following message error

==> Starting prepare()...
WARNING cannot find tool.dephell section in the config (path=pyproject.toml)
INFO converted 
==> Sources are ready.
==> Making package: napari-npe2 0.3.0-1 (Fri 22 Apr 2022 09:42:25 AM -05)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
running build
running build_py
creating build
creating build/lib
creating build/lib/_docs
creating build/lib/_docs/example_plugin
copying ./_docs/example_plugin/__init__.py -> build/lib/_docs/example_plugin
copying ./_docs/example_plugin/some_module.py -> build/lib/_docs/example_plugin
creating build/lib/npe2
copying ./npe2/__init__.py -> build/lib/npe2
copying ./npe2/_command_registry.py -> build/lib/npe2
copying ./npe2/_dynamic_plugin.py -> build/lib/npe2
copying ./npe2/_from_npe1.py -> build/lib/npe2
copying ./npe2/_plugin_manager.py -> build/lib/npe2
copying ./npe2/_version.py -> build/lib/npe2
copying ./npe2/cli.py -> build/lib/npe2
copying ./npe2/io_utils.py -> build/lib/npe2
copying ./npe2/types.py -> build/lib/npe2
creating build/lib/npe2/manifest
copying ./npe2/manifest/__init__.py -> build/lib/npe2/manifest
copying ./npe2/manifest/_bases.py -> build/lib/npe2/manifest
copying ./npe2/manifest/_npe1_adapter.py -> build/lib/npe2/manifest
copying ./npe2/manifest/_package_metadata.py -> build/lib/npe2/manifest
copying ./npe2/manifest/_validators.py -> build/lib/npe2/manifest
copying ./npe2/manifest/menus.py -> build/lib/npe2/manifest
copying ./npe2/manifest/package_metadata.py -> build/lib/npe2/manifest
copying ./npe2/manifest/schema.py -> build/lib/npe2/manifest
copying ./npe2/manifest/utils.py -> build/lib/npe2/manifest
creating build/lib/npe2/manifest/contributions
copying ./npe2/manifest/contributions/__init__.py -> build/lib/npe2/manifest/contributions
copying ./npe2/manifest/contributions/_commands.py -> build/lib/npe2/manifest/contributions
copying ./npe2/manifest/contributions/_configuration.py -> build/lib/npe2/manifest/contributions
copying ./npe2/manifest/contributions/_contributions.py -> build/lib/npe2/manifest/contributions
copying ./npe2/manifest/contributions/_icon.py -> build/lib/npe2/manifest/contributions
copying ./npe2/manifest/contributions/_keybindings.py -> build/lib/npe2/manifest/contributions
copying ./npe2/manifest/contributions/_menus.py -> build/lib/npe2/manifest/contributions
copying ./npe2/manifest/contributions/_readers.py -> build/lib/npe2/manifest/contributions
copying ./npe2/manifest/contributions/_sample_data.py -> build/lib/npe2/manifest/contributions
copying ./npe2/manifest/contributions/_submenu.py -> build/lib/npe2/manifest/contributions
copying ./npe2/manifest/contributions/_themes.py -> build/lib/npe2/manifest/contributions
copying ./npe2/manifest/contributions/_widgets.py -> build/lib/npe2/manifest/contributions
copying ./npe2/manifest/contributions/_writers.py -> build/lib/npe2/manifest/contributions
running egg_info
error: Invalid distribution name or version syntax: -docs.example-plugin-0.3.0
==> ERROR: A failure occurred in build().
    Aborting..