-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
I tried to unpack an mkp, which included bakery plugins.
These haven't been unpacked but just the agent plugin and web plugin.
The check wasn't extracted as well.
I used code similar to that in README.mk on a mkp for 2.0.0 (developed and testet on 2.0.0p3),
so I'm making use of the new API.
#!/usr/bin/env python3
from sys import argv
import mkp
package = mkp.load_file(argv[1])
print(package.info)
package.extract_files('.')
Maybe this affects packaging too and maybe it's worth to support.
Metadata
Metadata
Assignees
Labels
No labels