diff options
author | Justin Lecher <jlec@gentoo.org> | 2017-11-18 20:39:44 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2017-11-18 20:39:44 +0000 |
commit | bce61aa3e4fe85fe411df858eb30ebe72a3a8f88 (patch) | |
tree | b1c9615114a61663dd20c38cda7bb4b0a04ec6cd /dev-python/ffnet/metadata.xml | |
parent | sci-biology/bismark: Fix repoman warnings (diff) | |
download | sci-bce61aa3e4fe85fe411df858eb30ebe72a3a8f88.tar.gz sci-bce61aa3e4fe85fe411df858eb30ebe72a3a8f88.tar.bz2 sci-bce61aa3e4fe85fe411df858eb30ebe72a3a8f88.zip |
Consistently ident with tabs
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/ffnet/metadata.xml')
-rw-r--r-- | dev-python/ffnet/metadata.xml | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/dev-python/ffnet/metadata.xml b/dev-python/ffnet/metadata.xml index 84e07f038..7bcbdf69d 100644 --- a/dev-python/ffnet/metadata.xml +++ b/dev-python/ffnet/metadata.xml @@ -1,19 +1,19 @@ -<?xml version='1.0' encoding='UTF-8'?> +<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>sci@gentoo.org</email> - <name>Gentoo Science Project</name> - </maintainer> - <longdescription lang="en"> + <maintainer type="project"> + <email>sci@gentoo.org</email> + <name>Gentoo Science Project</name> + </maintainer> + <longdescription lang="en"> ffnet is a fast and easy-to-use feed-forward neural network training library for python. </longdescription> - <use> - <flag name="matplotlib">Use matplotlib for drawing</flag> - </use> - <upstream> - <remote-id type="pypi">ffnet</remote-id> - <remote-id type="sourceforge">ffnet</remote-id> - </upstream> + <use> + <flag name="matplotlib">Use matplotlib for drawing</flag> + </use> + <upstream> + <remote-id type="pypi">ffnet</remote-id> + <remote-id type="sourceforge">ffnet</remote-id> + </upstream> </pkgmetadata> |