diff options
Diffstat (limited to 'dev-python/encore/metadata.xml')
-rw-r--r-- | dev-python/encore/metadata.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-python/encore/metadata.xml b/dev-python/encore/metadata.xml new file mode 100644 index 00000000000..c1fb9cafc0f --- /dev/null +++ b/dev-python/encore/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>python</herd> + <longdescription lang="en"> + This package consists of a collection of core utility packages + useful for building Python applications. This package is intended to + be at the bottom of the software stack and have zero required + external dependencies aside from the Python Standard Library. +</longdescription> + <upstream> + <remote-id type="pypi">encore</remote-id> + <remote-id type="github">enthought/encore</remote-id> + </upstream> +</pkgmetadata> |