diff options
author | Aaron Mavrinac <mavrinac@gmail.com> | 2011-01-25 20:08:48 -0500 |
---|---|---|
committer | Aaron Mavrinac <mavrinac@gmail.com> | 2011-01-25 20:08:48 -0500 |
commit | 70c9d57233169fd13fa9ca12e1cc1f853668b292 (patch) | |
tree | 3c689d57f949a880efc39126dbcd213d621d5387 /dev-python | |
parent | Initial import of dev-python/pyevolve ebuild. (diff) | |
download | ezod-70c9d57233169fd13fa9ca12e1cc1f853668b292.tar.gz ezod-70c9d57233169fd13fa9ca12e1cc1f853668b292.tar.bz2 ezod-70c9d57233169fd13fa9ca12e1cc1f853668b292.zip |
Add dev-python/polygon ebuild.
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/polygon/Manifest | 1 | ||||
-rw-r--r-- | dev-python/polygon/polygon-2.0.3.ebuild | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/dev-python/polygon/Manifest b/dev-python/polygon/Manifest new file mode 100644 index 0000000..501be02 --- /dev/null +++ b/dev-python/polygon/Manifest @@ -0,0 +1 @@ +DIST Polygon-2.0.3.zip 57007 RMD160 271baa3ade0c52631bc6131f3db86e2e7918b8fe SHA1 ec4f80de0b44fc26c97207737f817100a8623f55 SHA256 adeab30f5a79f7d5a8716e4574ae2ff179bebfb3759b4c4b5733662eaa1925f1 diff --git a/dev-python/polygon/polygon-2.0.3.ebuild b/dev-python/polygon/polygon-2.0.3.ebuild new file mode 100644 index 0000000..9c4f8bb --- /dev/null +++ b/dev-python/polygon/polygon-2.0.3.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3 +PYTHON_DEPEND="2" + +inherit distutils eutils + +DESCRIPTION="Polygon is a python package that handles polygonal shapes in 2D." +HOMEPAGE="http://polygon.origo.ethz.ch/" +SRC_URI="http://download.origo.ethz.ch/${PN}/2101/Polygon-${PV}.zip" + +LICENSE="LGPL" +SLOT="0" +KEYWORDS="amd64" +IUSE="" + +DEPEND="virtual/python + dev-python/setuptools" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/Polygon-${PV}" |