From 7c53347751016aa2bf4d93f3d039c909d6325c72 Mon Sep 17 00:00:00 2001 From: Alexey Shvetsov Date: Sat, 23 Mar 2013 13:13:54 +0000 Subject: Initial import (Portage version: 2.2.0_alpha169/cvs/Linux x86_64, signed Manifest commit with key F82F92E6) --- dev-python/RecSQL/ChangeLog | 9 +++++++++ dev-python/RecSQL/RecSQL-0.7.8.ebuild | 31 +++++++++++++++++++++++++++++++ dev-python/RecSQL/metadata.xml | 9 +++++++++ 3 files changed, 49 insertions(+) create mode 100644 dev-python/RecSQL/ChangeLog create mode 100644 dev-python/RecSQL/RecSQL-0.7.8.ebuild create mode 100644 dev-python/RecSQL/metadata.xml diff --git a/dev-python/RecSQL/ChangeLog b/dev-python/RecSQL/ChangeLog new file mode 100644 index 000000000000..3a07ae5eeb08 --- /dev/null +++ b/dev-python/RecSQL/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-python/RecSQL +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/RecSQL/ChangeLog,v 1.1 2013/03/23 13:13:54 alexxy Exp $ + +*RecSQL-0.7.8 (23 Mar 2013) + + 23 Mar 2013; Alexey Shvetsov +RecSQL-0.7.8.ebuild, + +metadata.xml: + Initial import diff --git a/dev-python/RecSQL/RecSQL-0.7.8.ebuild b/dev-python/RecSQL/RecSQL-0.7.8.ebuild new file mode 100644 index 000000000000..3ea36f3ee180 --- /dev/null +++ b/dev-python/RecSQL/RecSQL-0.7.8.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/RecSQL/RecSQL-0.7.8.ebuild,v 1.1 2013/03/23 13:13:54 alexxy Exp $ + +EAPI=5 + +PYTHON_COMPAT=( python{2_5,2_6,2_7} ) + +if [[ $PV = *9999* ]]; then + scm_eclass=git-2 + EGIT_REPO_URI=" + git://github.com/orbeckst/${PN}.git + https://github.com/orbeckst/${PN}.git" + SRC_URI="" + KEYWORDS="" +else + scm_eclass=vcs-snapshot + SRC_URI="https://github.com/orbeckst/${PN}/archive/release-${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +inherit eutils distutils-r1 ${scm_eclass} + +DESCRIPTION="RecSQL - simple SQL analysis of python records" +HOMEPAGE="http://orbeckst.github.com/RecSQL/" +LICENSE="GPL-3" +SLOT="0" +IUSE="" + +DEPEND="dev-python/numpy" +RDEPEND="${DEPEND}" diff --git a/dev-python/RecSQL/metadata.xml b/dev-python/RecSQL/metadata.xml new file mode 100644 index 000000000000..fe317282e65d --- /dev/null +++ b/dev-python/RecSQL/metadata.xml @@ -0,0 +1,9 @@ + + + + sci + + alexxy@gentoo.org + Alexey Shvetsov + + -- cgit v1.2.3-65-gdbad