diff options
Diffstat (limited to 'dev-vcs/dandi-cli/metadata.xml')
-rw-r--r-- | dev-vcs/dandi-cli/metadata.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-vcs/dandi-cli/metadata.xml b/dev-vcs/dandi-cli/metadata.xml new file mode 100644 index 000000000..9565a2184 --- /dev/null +++ b/dev-vcs/dandi-cli/metadata.xml @@ -0,0 +1,26 @@ +<?xml version='1.0' encoding='UTF-8'?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>gentoo@chymera.eu</email> + <name>Horea Christian</name> + </maintainer> + <maintainer type="project"> + <email>sci@gentoo.org</email> + <name>Gentoo Science Project</name> + </maintainer> + <longdescription lang="en"> + This package provides a dandi command line utility with a basic interface + which should assist you in preparing and uploading your data to and/or + obtaining data from the http://dandiarchive.org . Each of the commands + has a set of options to alter their behavior. Please run + `dandi COMMAND --help` to get more information + </longdescription> + <use> + <flag name="etelemetry">version checking to respect server schema version</flag> + </use> + <upstream> + <remote-id type="github">dandi/dandi-cli</remote-id> + <remote-id type="pypi">dandi</remote-id> + </upstream> +</pkgmetadata> |