From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3338A13832E for ; Tue, 19 Jul 2016 10:38:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFF6CE0A9D; Tue, 19 Jul 2016 10:38:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 25E96E0A9D for ; Tue, 19 Jul 2016 10:38:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CF394340B63 for ; Tue, 19 Jul 2016 10:38:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F386A78D for ; Tue, 19 Jul 2016 10:38:44 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1468924706.7d36362dfa4df704de5c7bbe00f4ba1718ac4bdc.alexxy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/GromacsWrapper/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/GromacsWrapper/GromacsWrapper-0.5.1.ebuild sci-chemistry/GromacsWrapper/Manifest X-VCS-Directories: sci-chemistry/GromacsWrapper/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 7d36362dfa4df704de5c7bbe00f4ba1718ac4bdc X-VCS-Branch: master Date: Tue, 19 Jul 2016 10:38:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: bddb15b4-a806-4ec9-8922-d0df87cda048 X-Archives-Hash: 0419f64584db4b62a5742a92131b72b1 commit: 7d36362dfa4df704de5c7bbe00f4ba1718ac4bdc Author: Alexey Shvetsov gentoo org> AuthorDate: Tue Jul 19 10:38:26 2016 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Tue Jul 19 10:38:26 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d36362d sci-chemistry/GromacsWrapper: Version bump Package-Manager: portage-2.3.0 .../GromacsWrapper/GromacsWrapper-0.5.1.ebuild | 37 ++++++++++++++++++++++ sci-chemistry/GromacsWrapper/Manifest | 1 + 2 files changed, 38 insertions(+) diff --git a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.5.1.ebuild b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.5.1.ebuild new file mode 100644 index 0000000..ac4ab3d --- /dev/null +++ b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.5.1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python2_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="Python framework for Gromacs" +HOMEPAGE="https://orbeckst.github.com/GromacsWrapper/" + +LICENSE="GPL-3 LGPL-3" +SLOT="0" +IUSE="" + +DEPEND=" + >=dev-python/matplotlib-0.91.3[${PYTHON_USEDEP}] + >=dev-python/RecSQL-0.3[${PYTHON_USEDEP}] + >=sci-libs/scipy-0.9[${PYTHON_USEDEP}] + " +RDEPEND="${DEPEND}" diff --git a/sci-chemistry/GromacsWrapper/Manifest b/sci-chemistry/GromacsWrapper/Manifest index 4c77ff3..8c3a85f 100644 --- a/sci-chemistry/GromacsWrapper/Manifest +++ b/sci-chemistry/GromacsWrapper/Manifest @@ -1,2 +1,3 @@ DIST GromacsWrapper-0.3.1.tar.gz 1575486 SHA256 ddd2668060668528878370961a9a33257cf3643fd0d9e9191b1d26d4f78e803b SHA512 655dae431bf575963af58a5f75abe6703fe1ecdddba5839b671d9237ddee0e33ab19b528e89bcba4db9063fe30622d44e8f47c7b6452b4d1eed8c7400873a012 WHIRLPOOL 3b848aff931190eabd49426d61186a3c1eef9779a9fabf95b4d21d47793e5543adbcba5ac2b39c8a9af7c2479930a8ea65bb336e2155dfca98378df56ba4cb3e DIST GromacsWrapper-0.3.2.tar.gz 1592147 SHA256 2fe0173275ca125a4260aa05f82746338f237766fe8aa998e85a5b40cf83e42c SHA512 a9e0abb5e7ad0c6831e23b6a8c09c6e4cc74b33d66cd17df8e00b876dc275dda11c3d3723565d8d58c45bdf6b2b00323bf85e24e2d5324a8d8b597cc3e5d78a4 WHIRLPOOL 852d73d01e1060369521ec5ff5197c86daa30ae98f285fe5e3d392a315cff10c68e2ba54ec9a2659260cf6830cf17cb1e094eecbd63652e9c3f13fff8707a824 +DIST GromacsWrapper-0.5.1.tar.gz 1247839 SHA256 cca0713a50bdceaae554b4a41f2c0b6d1c66074e9eaca17ecd87ce074cc56f7d SHA512 43b6b47e24cbb118492495370b165eb4b0e7672ba4e1c868d3039a0ad0b9828058f30ab7344118c7b0e7dd166ac325ea2b3483bd28b8f65dd972a101a5b9facd WHIRLPOOL f705d86725d95a226e74e589cf9ccc98a9e366c3aaea4818788e6ea1a359d048000718607274aa783c779c91c88bd882e65e1840a6b3c156fa374655de47b40a