diff options
Diffstat (limited to 'dev-python/RecSQL')
| -rw-r--r-- | dev-python/RecSQL/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/RecSQL/RecSQL-0.7.8.ebuild | 33 | ||||
| -rw-r--r-- | dev-python/RecSQL/metadata.xml | 12 |
3 files changed, 46 insertions, 0 deletions
diff --git a/dev-python/RecSQL/Manifest b/dev-python/RecSQL/Manifest new file mode 100644 index 000000000000..6e2d435eaf38 --- /dev/null +++ b/dev-python/RecSQL/Manifest @@ -0,0 +1 @@ +DIST RecSQL-0.7.8.tar.gz 140025 SHA256 1b74b7c177e51a39d4889740ca015d793d48d1026c380e77fdbcc84919188c18 SHA512 bbe5dc547d8e254eac2513c66cdcbf564e491212ee549cafd5051caf545c4b8b7c6d9f728807ab1fff98a55a5c617f4736dd67b1c5a2ab882408d9289340c33c WHIRLPOOL 470bc80dfcb631cf9b5e4bf4844a606fa1aec4409bbee58227bd575c0a18748bf8956e7f6a75c1fce94a6870b7a8477a48e4694b972485c62fc58eef0918734a 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..258fe806fff3 --- /dev/null +++ b/dev-python/RecSQL/RecSQL-0.7.8.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE="sqlite" + +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="Simple SQL analysis of python records" +HOMEPAGE="http://orbeckst.github.com/RecSQL/" + +LICENSE="GPL-3" +SLOT="0" +IUSE="" + +DEPEND="dev-python/numpy[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND}" diff --git a/dev-python/RecSQL/metadata.xml b/dev-python/RecSQL/metadata.xml new file mode 100644 index 000000000000..ba2081c24180 --- /dev/null +++ b/dev-python/RecSQL/metadata.xml @@ -0,0 +1,12 @@ +<?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> + <upstream> + <remote-id type="github">orbeckst/RecSQL</remote-id> + </upstream> +</pkgmetadata> |
