summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2012-12-10 22:04:22 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2012-12-10 22:04:22 +0000
commit74e9ff528a712227e4b3be21e943091f82bc2638 (patch)
treec3de2243deae49f23bb6c0dbe82a2fec24d4bd06 /sci-libs/scikits_image/metadata.xml
parentRemove unnecessary line wrap. (diff)
downloadgentoo-2-74e9ff528a712227e4b3be21e943091f82bc2638.tar.gz
gentoo-2-74e9ff528a712227e4b3be21e943091f82bc2638.tar.bz2
gentoo-2-74e9ff528a712227e4b3be21e943091f82bc2638.zip
Fixed dependencies. Removed doc building because of missing files. Restrict more python versions, rewrote test building, added freeimage possible dependency
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'sci-libs/scikits_image/metadata.xml')
-rw-r--r--sci-libs/scikits_image/metadata.xml17
1 files changed, 11 insertions, 6 deletions
diff --git a/sci-libs/scikits_image/metadata.xml b/sci-libs/scikits_image/metadata.xml
index 003d6c0b34cb..51476ec31535 100644
--- a/sci-libs/scikits_image/metadata.xml
+++ b/sci-libs/scikits_image/metadata.xml
@@ -1,12 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>sci</herd>
- <longdescription lang="en">This SciKit (toolkit for SciPy) includes useful image processing
+<herd>sci</herd>
+<longdescription lang="en">
+ This SciKit (toolkit for SciPy) includes useful image processing
algorithms for use with Python and NumPy. While SciPy’s ndimage
provides low-level manipulation, scikits.image centres around
- algorithms and applications.</longdescription>
- <upstream>
- <remote-id type="pypi">scikits.image</remote-id>
- </upstream>
+ algorithms and applications.
+</longdescription>
+<use>
+ <flag name="freeimage">Enable support for image i/o via <pkg>media-libs/freeimage</pkg></flag>
+</use>
+<upstream>
+ <remote-id type="pypi">scikit-image</remote-id>
+</upstream>
</pkgmetadata>