From: "Alexey Shvetsov" <alexxy@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/GromacsWrapper/
Date: Sat, 23 Mar 2013 11:53:22 +0000 (UTC) [thread overview]
Message-ID: <1364039584.79657931c589cf1030670f45ff481578756fbbf7.alexxy@gentoo> (raw)
commit: 79657931c589cf1030670f45ff481578756fbbf7
Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 23 11:53:04 2013 +0000
Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Sat Mar 23 11:53:04 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=79657931
Add Gromacs Python wrapper
Package-Manager: portage-2.2.0_alpha169
---
sci-chemistry/GromacsWrapper/ChangeLog | 10 +++++
.../GromacsWrapper/GromacsWrapper-0.3.1.ebuild | 35 +++++++++++++++++++
.../GromacsWrapper/GromacsWrapper-9999.ebuild | 36 ++++++++++++++++++++
sci-chemistry/GromacsWrapper/metadata.xml | 9 +++++
4 files changed, 90 insertions(+), 0 deletions(-)
diff --git a/sci-chemistry/GromacsWrapper/ChangeLog b/sci-chemistry/GromacsWrapper/ChangeLog
new file mode 100644
index 0000000..d7ba1d0
--- /dev/null
+++ b/sci-chemistry/GromacsWrapper/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sci-chemistry/GromacsWrapper
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*GromacsWrapper-0.3.1 (23 Mar 2013)
+*GromacsWrapper-9999 (23 Mar 2013)
+
+ 23 Mar 2013; Alexey Shvetsov <alexxy@gentoo.org> +GromacsWrapper-0.3.1.ebuild,
+ +GromacsWrapper-9999.ebuild, +metadata.xml:
+ Add Gromacs Python wrapper
diff --git a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.3.1.ebuild b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.3.1.ebuild
new file mode 100644
index 0000000..a49da8e
--- /dev/null
+++ b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.3.1.ebuild
@@ -0,0 +1,35 @@
+# 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="GromacsWrapper - a python framework for Gromacs"
+HOMEPAGE="http://orbeckst.github.com/GromacsWrapper/"
+LICENSE="GPL-3 LGPL-3"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+ >=dev-python/matplotlib-0.91.3
+ >=dev-python/RecSQL-0.3
+ >=sci-libs/scipy-0.9
+ "
+RDEPEND="${DEPEND}"
diff --git a/sci-chemistry/GromacsWrapper/GromacsWrapper-9999.ebuild b/sci-chemistry/GromacsWrapper/GromacsWrapper-9999.ebuild
new file mode 100644
index 0000000..735a559
--- /dev/null
+++ b/sci-chemistry/GromacsWrapper/GromacsWrapper-9999.ebuild
@@ -0,0 +1,36 @@
+# 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"
+ EGIT_BRANCH="develop"
+ 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="GromacsWrapper - a python framework for Gromacs"
+HOMEPAGE="http://orbeckst.github.com/GromacsWrapper/"
+LICENSE="GPL-3 LGPL-3"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+ >=dev-python/matplotlib-0.91.3
+ >=dev-python/RecSQL-0.3
+ >=sci-libs/scipy-0.9
+ "
+RDEPEND="${DEPEND}"
diff --git a/sci-chemistry/GromacsWrapper/metadata.xml b/sci-chemistry/GromacsWrapper/metadata.xml
new file mode 100644
index 0000000..fe31728
--- /dev/null
+++ b/sci-chemistry/GromacsWrapper/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:53 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-23 11:53 Alexey Shvetsov [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-03-26 15:34 [gentoo-commits] proj/sci:master commit in: sci-chemistry/GromacsWrapper/ Justin Lecher
2013-03-26 15:34 Justin Lecher
2013-03-26 15:34 Justin Lecher
2014-01-06 19:27 Justin Lecher
2015-06-06 10:23 Justin Lecher
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=1364039584.79657931c589cf1030670f45ff481578756fbbf7.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