diff options
author | Markus Ullmann <jokey@gentoo.org> | 2007-10-19 18:37:20 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2007-10-19 18:37:20 +0000 |
commit | 80873f76121dd823161fbcb33e17274b9700c187 (patch) | |
tree | 2bbc7236fc725ba77ad2291a2119385d860a0641 /dev-python/pysyck/pysyck-0.61.2.ebuild | |
parent | : dev-libs/qof in portage now (diff) | |
download | sunrise-80873f76121dd823161fbcb33e17274b9700c187.tar.gz sunrise-80873f76121dd823161fbcb33e17274b9700c187.tar.bz2 sunrise-80873f76121dd823161fbcb33e17274b9700c187.zip |
: dev-python/pysyck in portage now
svn path=/sunrise/; revision=4802
Diffstat (limited to 'dev-python/pysyck/pysyck-0.61.2.ebuild')
-rw-r--r-- | dev-python/pysyck/pysyck-0.61.2.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/dev-python/pysyck/pysyck-0.61.2.ebuild b/dev-python/pysyck/pysyck-0.61.2.ebuild deleted file mode 100644 index 80db6eaf3..000000000 --- a/dev-python/pysyck/pysyck-0.61.2.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -NEED_PYTHON=2.3 - -inherit distutils eutils - -MY_P=PySyck-${PV} - -DESCRIPTION="new Syck bindings which provide a wrapper for the Syck emitter and -give access to YAML representation graphs." -HOMEPAGE="http://pyyaml.org/" -SRC_URI="http://pyyaml.org/download/${PN}/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND=">=dev-libs/syck-0.55" -RDEPEND="${DEPEND}" - -PYTHON_MODNAME="syck" - -S=${WORKDIR}/${MY_P} - -pkg_setup() { - if has_version ">=dev-libs/syck-0.55-r1" \ - && built_with_use dev-libs/syck python ; then - eerror "dev-libs/syck was already compiled with python bindings." - eerror "Recompile dev-libs/syck with USE=\"-python\"" - eerror "to prevent collisions." - die "dev-libs/syck compiled with USE=\"-python\"" - fi -} - -src_test() { - PYTHONPATH=./lib/ "${python}" tests/test_syck.py - einfo "Some tests may have failed due to pending bugs in dev-libs/syck" -} |