Skip to content

Commit

Permalink
pynac bump should land in sage 6.2
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.10
  • Loading branch information
kiwifb committed Mar 30, 2014
1 parent 0bd305c commit 460c2dc
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 1 deletion.
8 changes: 7 additions & 1 deletion sci-libs/pynac/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for sci-libs/pynac
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $

*pynac-0.3.2 (30 Mar 2014)

30 Mar 2014; François Bissey <francois.bissey@canterbury.ac.nz>
+pynac-0.3.2.ebuild:
pynac bump should land in sage 6.2

*pynac-0.3.1 (27 Dec 2013)

27 Dec 2013; François Bissey <francois.bissey@canterbury.ac.nz>
Expand Down
1 change: 1 addition & 0 deletions sci-libs/pynac/Manifest
@@ -1,3 +1,4 @@
DIST pynac-0.2.6.tar.bz2 258157 SHA256 4c7b5cf9b3e4c46dcdb480d84c06db70843d33d2b6a0a8dd9e2899afcf32e747 SHA512 be5ec22723aa791e05514391bf8ed39e08614dd7e10b2c5e0823561e85533280031ab330bfb3afc6bfbcd438bb511812c1c2f624cc7b628e68d958fad82fc8fc
DIST pynac-0.3.0.tar.bz2 261003 SHA256 3042f1dbe71655edeb83879caa8aa3ed5a7ef3a67959066f99ddc4af9842b9e9 SHA512 7896f5e90eba526017ec5cd9c1f339fcca93e562e236cdd0fefea67661e179ee1544f969b1617b747bde909879fbb743d2b6cf73f887df94d2105128d639622b
DIST pynac-0.3.1.tar.bz2 261304 SHA256 ee1389f064033f3a157526339b4a7019426a5936bcbb3785903d82aa8a285f42 SHA512 927bf2d207875f031ff092340aff2fb16ae6e018b64526f5b9ec9dc055173cef3d3cee95fab8728c5b2a979e9e7fb1870af87487a8568b67a4e16bd81b9a12dd
DIST pynac-0.3.2.tar.bz2 262116 SHA256 177564142e1b830c6b4fc3427f37d480fe6d6afcaa498c6faccbbe42832ef0ed SHA512 6604857aa81bf135aa6e939bea1de3b7c75afec5b6cd97813e0929cf68c71925bcabe3cfcd94cf2377fa38ad108c74dfcb0ed15136772316d9c53550d7d2c27a
30 changes: 30 additions & 0 deletions sci-libs/pynac/pynac-0.3.2.ebuild
@@ -0,0 +1,30 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="5"

PYTHON_COMPAT=( python2_7 )

inherit autotools-utils python-r1 vcs-snapshot

DESCRIPTION="A modified version of GiNaC that replaces the dependency on CLN by Python"
HOMEPAGE="http://pynac.sagemath.org/ https://bitbucket.org/pynac/pynac"
SRC_URI="http://hg.pynac.org/pynac/get/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-macos"
IUSE="static-libs"

RESTRICT="mirror"

DEPEND="virtual/pkgconfig
${PYTHON_DEPS}"
RDEPEND=""

AUTOTOOLS_AUTORECONF=yes

DOCS=( AUTHORS NEWS README )

myeconfargs=( PYTHON_VERSION="2.7" )

0 comments on commit 460c2dc

Please sign in to comment.