summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2013-05-14 14:46:15 +0000
committerIan Delaney <idella4@gentoo.org>2013-05-14 14:46:15 +0000
commite769e69ab22a36926682952aee5a48b5ed542140 (patch)
treef0d5b904b7c9e4da9f9142404036f1aa8055979b /dev-python/casuarius
parentVersion bump. bug #465062 (diff)
downloadgentoo-2-e769e69ab22a36926682952aee5a48b5ed542140.tar.gz
gentoo-2-e769e69ab22a36926682952aee5a48b5ed542140.tar.bz2
gentoo-2-e769e69ab22a36926682952aee5a48b5ed542140.zip
bump, correction to license
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/casuarius')
-rw-r--r--dev-python/casuarius/ChangeLog9
-rw-r--r--dev-python/casuarius/casuarius-1.1.ebuild22
2 files changed, 29 insertions, 2 deletions
diff --git a/dev-python/casuarius/ChangeLog b/dev-python/casuarius/ChangeLog
index 8635bbbbaeef..b6befc46c547 100644
--- a/dev-python/casuarius/ChangeLog
+++ b/dev-python/casuarius/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/casuarius
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/casuarius/ChangeLog,v 1.1 2012/12/06 18:12:11 bicatali Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/casuarius/ChangeLog,v 1.2 2013/05/14 14:46:15 idella4 Exp $
+
+*casuarius-1.1 (14 May 2013)
+
+ 14 May 2013; Ian Delaney <idella4@gentoo.org> +casuarius-1.1.ebuild:
+ bump, correction to license
*casuarius-1.0 (06 Dec 2012)
diff --git a/dev-python/casuarius/casuarius-1.1.ebuild b/dev-python/casuarius/casuarius-1.1.ebuild
new file mode 100644
index 000000000000..c9a84d0cbdc2
--- /dev/null
+++ b/dev-python/casuarius/casuarius-1.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/casuarius/casuarius-1.1.ebuild,v 1.1 2013/05/14 14:46:15 idella4 Exp $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_6,2_7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Cython wrapper for the Cassowary incremental constraint solver"
+HOMEPAGE="https://github.com/enthought/casuarius"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND=""
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+ >=dev-python/cython-0.15.1[${PYTHON_USEDEP}]"