From: "Alexey Shvetsov" <alexxy@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/RecSQL/
Date: Sat, 23 Mar 2013 11:39:05 +0000 (UTC) [thread overview]
Message-ID: <1364038728.4872dc6f59b85b7b29b24a2077e524012d9c63d7.alexxy@gentoo> (raw)
commit: 4872dc6f59b85b7b29b24a2077e524012d9c63d7
Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 23 11:38:48 2013 +0000
Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Sat Mar 23 11:38:48 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=4872dc6f
Add RecSQL to tree
Package-Manager: portage-2.2.0_alpha169
---
dev-python/RecSQL/ChangeLog | 10 ++++++++++
dev-python/RecSQL/RecSQL-0.7.8.ebuild | 31 +++++++++++++++++++++++++++++++
dev-python/RecSQL/RecSQL-9999.ebuild | 31 +++++++++++++++++++++++++++++++
dev-python/RecSQL/metadata.xml | 9 +++++++++
4 files changed, 81 insertions(+), 0 deletions(-)
diff --git a/dev-python/RecSQL/ChangeLog b/dev-python/RecSQL/ChangeLog
new file mode 100644
index 0000000..338c417
--- /dev/null
+++ b/dev-python/RecSQL/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-python/RecSQL
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*RecSQL-0.7.8 (23 Mar 2013)
+*RecSQL-9999 (23 Mar 2013)
+
+ 23 Mar 2013; Alexey Shvetsov <alexxy@gentoo.org> +RecSQL-0.7.8.ebuild,
+ +RecSQL-9999.ebuild, +metadata.xml:
+ Add RecSQL to tree
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 0000000..79c2ba3
--- /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: $
+
+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/RecSQL-9999.ebuild b/dev-python/RecSQL/RecSQL-9999.ebuild
new file mode 100644
index 0000000..79c2ba3
--- /dev/null
+++ b/dev-python/RecSQL/RecSQL-9999.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+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 0000000..fe31728
--- /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>
next reply other threads:[~2013-03-23 11:39 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-23 11:39 Alexey Shvetsov [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-03-25 12:01 [gentoo-commits] proj/sci:master commit in: dev-python/RecSQL/ Alexey Shvetsov
2013-03-26 15:34 Justin Lecher
2014-01-06 19:27 Justin Lecher
2020-10-07 2:31 Aisha Tammy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1364038728.4872dc6f59b85b7b29b24a2077e524012d9c63d7.alexxy@gentoo \
--to=alexxy@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox