From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RWeuc-0003fZ-Gl for garchives@archives.gentoo.org; Sat, 03 Dec 2011 02:01:11 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DBF2421C02E; Sat, 3 Dec 2011 02:01:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A619021C02E for ; Sat, 3 Dec 2011 02:01:02 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D573C1B4013 for ; Sat, 3 Dec 2011 02:01:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 1597F80044 for ; Sat, 3 Dec 2011 02:01:01 +0000 (UTC) From: "Tim Cera" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Cera" Message-ID: Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/pulp/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/pulp/ChangeLog sci-mathematics/pulp/metadata.xml sci-mathematics/pulp/pulp-1.4.9.ebuild X-VCS-Directories: sci-mathematics/pulp/ X-VCS-Committer: timcera X-VCS-Committer-Name: Tim Cera X-VCS-Revision: c9423f63377f198f3e1f809a1a4d8e33b13ee6f5 Date: Sat, 3 Dec 2011 02:01:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: d24a92f4-f8b8-416c-aff0-ad23a73ab981 X-Archives-Hash: 9ae3183ea380c0b3d25cefebd99484b6 commit: c9423f63377f198f3e1f809a1a4d8e33b13ee6f5 Author: timcera cerazone net> AuthorDate: Fri Dec 2 23:00:12 2011 +0000 Commit: Tim Cera earthlink net> CommitDate: Fri Dec 2 23:00:12 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3Dc9423f63 sci-mathematics/pulp: Initial ebuild. --- sci-mathematics/pulp/ChangeLog | 9 +++++++ sci-mathematics/pulp/metadata.xml | 6 ++++ sci-mathematics/pulp/pulp-1.4.9.ebuild | 41 ++++++++++++++++++++++++++= ++++++ 3 files changed, 56 insertions(+), 0 deletions(-) diff --git a/sci-mathematics/pulp/ChangeLog b/sci-mathematics/pulp/Change= Log new file mode 100644 index 0000000..306cf7d --- /dev/null +++ b/sci-mathematics/pulp/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for sci-mathematics/pulp +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*pulp-1.4.9 (02 Dec 2011) + + 02 Dec 2011; Tim Cera +pulp-1.4.9.ebuild, +metadata= .xml: + Initial ebuild. + diff --git a/sci-mathematics/pulp/metadata.xml b/sci-mathematics/pulp/met= adata.xml new file mode 100644 index 0000000..0923903 --- /dev/null +++ b/sci-mathematics/pulp/metadata.xml @@ -0,0 +1,6 @@ + + + + no-herd + + diff --git a/sci-mathematics/pulp/pulp-1.4.9.ebuild b/sci-mathematics/pul= p/pulp-1.4.9.ebuild new file mode 100644 index 0000000..1d21097 --- /dev/null +++ b/sci-mathematics/pulp/pulp-1.4.9.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +# Ebuild generated by g-pypi 0.1 + +EAPI=3D"3" +PYTHON_DEPEND=3D"2:2.5" +SUPPORT_PYTHON_ABIS=3D"1" + +inherit distutils + +MY_PN=3D"PuLP" +MY_P=3D"${MY_PN}-${PV}" + +DESCRIPTION=3D"A Python linear programming wrapper that creates MPS/LP f= iles, +calls solvers, and presents results." + +HOMEPAGE=3D"http://pulp-or.googlecode.com/" +SRC_URI=3D"mirror://pypi/packages/source/P/PuLP/${MY_P}.tar.gz" + +LICENSE=3D"BSD-2" +KEYWORDS=3D"~amd64" +SLOT=3D"0" +IUSE=3D"examples" + +DEPEND=3D"dev-python/setuptools" +RDEPEND=3D">=3Ddev-python/pyparsing-1.5.2 + >=3Dsci-mathematics/glpk-4.35 + dev-python/setuptools" + +RESTRICT_PYTHON_ABIS=3D"2.4 3.*" + +S=3D"${WORKDIR}/${MY_P}" + +src_install() { + distutils_src_install + if use examples; then + insinto /usr/share/doc/"${PF}"/ + doins -r examples + fi +}