diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-03-26 19:50:44 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-03-26 19:50:44 +0000 |
commit | 489178cf3906a31358aba573f09d06e95fef05d1 (patch) | |
tree | 9e8211d656cfd999b7ceae433a97a96e00f54c16 /dev-python/hachoir-parser | |
parent | Delete older ebuild. (diff) | |
download | gentoo-2-489178cf3906a31358aba573f09d06e95fef05d1.tar.gz gentoo-2-489178cf3906a31358aba573f09d06e95fef05d1.tar.bz2 gentoo-2-489178cf3906a31358aba573f09d06e95fef05d1.zip |
Version bump. Set SUPPORT_PYTHON_ABIS.
(Portage version: 15841-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/hachoir-parser')
-rw-r--r-- | dev-python/hachoir-parser/ChangeLog | 10 | ||||
-rw-r--r-- | dev-python/hachoir-parser/hachoir-parser-1.3.2.ebuild | 26 |
2 files changed, 34 insertions, 2 deletions
diff --git a/dev-python/hachoir-parser/ChangeLog b/dev-python/hachoir-parser/ChangeLog index b9968fd2e381..53fceb655be6 100644 --- a/dev-python/hachoir-parser/ChangeLog +++ b/dev-python/hachoir-parser/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/hachoir-parser -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/hachoir-parser/ChangeLog,v 1.5 2008/08/12 08:08:07 cedk Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/hachoir-parser/ChangeLog,v 1.6 2010/03/26 19:50:44 arfrever Exp $ + +*hachoir-parser-1.3.2 (26 Mar 2010) + + 26 Mar 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + -hachoir-parser-1.0.ebuild, +hachoir-parser-1.3.2.ebuild: + Version bump. Set SUPPORT_PYTHON_ABIS. 12 Aug 2008; Cédric Krier <cedk@gentoo.org> hachoir-parser-1.0.ebuild, hachoir-parser-1.1.ebuild: diff --git a/dev-python/hachoir-parser/hachoir-parser-1.3.2.ebuild b/dev-python/hachoir-parser/hachoir-parser-1.3.2.ebuild new file mode 100644 index 000000000000..14d71ac90623 --- /dev/null +++ b/dev-python/hachoir-parser/hachoir-parser-1.3.2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/hachoir-parser/hachoir-parser-1.3.2.ebuild,v 1.1 2010/03/26 19:50:44 arfrever Exp $ + +EAPI="3" +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" + +inherit distutils + +DESCRIPTION="Package of Hachoir parsers used to open binary files" +HOMEPAGE="http://bitbucket.org/haypo/hachoir/wiki/hachoir-parser http://pypi.python.org/pypi/hachoir-parser" +SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +RDEPEND=">=dev-python/hachoir-core-1.3" +DEPEND="${RDEPEND} + dev-python/setuptools" +RESTRICT_PYTHON_ABIS="3.*" + +DISTUTILS_GLOBAL_OPTIONS=("--setuptools") +PYTHON_MODNAME="${PN/-/_}" |