diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2013-03-23 13:13:54 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2013-03-23 13:13:54 +0000 |
commit | 7c53347751016aa2bf4d93f3d039c909d6325c72 (patch) | |
tree | 6b9842d096ac6528dbe2a11780216b0e6faeaf15 | |
parent | Add ~ia64, wrt bug #462480 (diff) | |
download | gentoo-2-7c53347751016aa2bf4d93f3d039c909d6325c72.tar.gz gentoo-2-7c53347751016aa2bf4d93f3d039c909d6325c72.tar.bz2 gentoo-2-7c53347751016aa2bf4d93f3d039c909d6325c72.zip |
Initial import
(Portage version: 2.2.0_alpha169/cvs/Linux x86_64, signed Manifest commit with key F82F92E6)
-rw-r--r-- | dev-python/RecSQL/ChangeLog | 9 | ||||
-rw-r--r-- | dev-python/RecSQL/RecSQL-0.7.8.ebuild | 31 | ||||
-rw-r--r-- | dev-python/RecSQL/metadata.xml | 9 |
3 files changed, 49 insertions, 0 deletions
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 <alexxy@gentoo.org> +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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>sci</herd> + <maintainer> + <email>alexxy@gentoo.org</email> + <name>Alexey Shvetsov</name> + </maintainer> +</pkgmetadata> |