aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sci-libs/k3match/ChangeLog10
-rw-r--r--sci-libs/k3match/Manifest1
-rw-r--r--sci-libs/k3match/k3match-1.0.ebuild22
-rw-r--r--sci-libs/k3match/metadata.xml9
4 files changed, 42 insertions, 0 deletions
diff --git a/sci-libs/k3match/ChangeLog b/sci-libs/k3match/ChangeLog
new file mode 100644
index 000000000..b499da00d
--- /dev/null
+++ b/sci-libs/k3match/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sci-libs/k3match
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+* k3match-1.0 (29 Jan 2012)
+
+ 29 Jan 2012; Marc van der Sluys <AstroFloyd@gmail.com>
+ +k3match-1.0.ebuild +metadata.xml:
+ Initial import.
+
diff --git a/sci-libs/k3match/Manifest b/sci-libs/k3match/Manifest
new file mode 100644
index 000000000..b112d95c4
--- /dev/null
+++ b/sci-libs/k3match/Manifest
@@ -0,0 +1 @@
+DIST k3match-1.0.tar.gz 19125 SHA256 47e1e456a1b5c1205f1e202028d74a48a7540557741b61a11388b02ef3d9a023 SHA512 f2eb99b17ead3669dfc7308784471341082a447ff5658c7fe7a197d6d409218c255e324b84b76ea9e3ebd1dfca4d8f18bcad33c5e32825b028899bf22c9ba677 WHIRLPOOL dbf7d9eb250cffd4ca86ff4a80f3e5176266184e3cc3d6f1425bf8bd6587ebc055cb270e5d6b4ccfa9ddcca8cb115a88b53a0803778dab98f5b579c8dce6ac6e
diff --git a/sci-libs/k3match/k3match-1.0.ebuild b/sci-libs/k3match/k3match-1.0.ebuild
new file mode 100644
index 000000000..bcabe3aa3
--- /dev/null
+++ b/sci-libs/k3match/k3match-1.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+PYTHON_DEPEND="*:2.6"
+PYTHON_USE_WITH="threads"
+SUPPORT_PYTHON_ABIS="1"
+
+inherit distutils
+
+DESCRIPTION="Fast matching of large sets of points in 3D space, in O(N log N) time"
+HOMEPAGE="http://pschella.github.com/k3match/"
+SRC_URI="http://www.astro.ru.nl/~pschella/files/software/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=" "
+
+DEPEND=">=dev-python/numpy-1.4.0"
+RDEPEND="${DEPEND}"
diff --git a/sci-libs/k3match/metadata.xml b/sci-libs/k3match/metadata.xml
new file mode 100644
index 000000000..d99531576
--- /dev/null
+++ b/sci-libs/k3match/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>sci</herd>
+ <maintainer>
+ <email>AstroFloyd@gmail.com</email>
+ <name>Marc van der Sluys (AstroFloyd)</name>
+ </maintainer>
+</pkgmetadata>