diff options
author | 2009-08-30 11:37:39 +0000 | |
---|---|---|
committer | 2009-08-30 11:37:39 +0000 | |
commit | 193319626c621778625ecea624335967cdd39308 (patch) | |
tree | f0177db82e25fa1e5da632f687dfcb0c014b48b1 /dev-python/morbid/morbid-0.8.7.2.ebuild | |
parent | Masking dev-cpp/libmxmlplus for QA removal. (diff) | |
download | gentoo-2-193319626c621778625ecea624335967cdd39308.tar.gz gentoo-2-193319626c621778625ecea624335967cdd39308.tar.bz2 gentoo-2-193319626c621778625ecea624335967cdd39308.zip |
version bump #283203
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'dev-python/morbid/morbid-0.8.7.2.ebuild')
-rw-r--r-- | dev-python/morbid/morbid-0.8.7.2.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-python/morbid/morbid-0.8.7.2.ebuild b/dev-python/morbid/morbid-0.8.7.2.ebuild new file mode 100644 index 000000000000..b93f85cd82a1 --- /dev/null +++ b/dev-python/morbid/morbid-0.8.7.2.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/morbid/morbid-0.8.7.2.ebuild,v 1.1 2009/08/30 11:37:39 caleb Exp $ + +inherit distutils + +DESCRIPTION="A Twisted-based publish/subscribe messaging server that uses the STOMP protocol" +HOMEPAGE="http://pypi.python.org/pypi/morbid" +SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND="dev-python/twisted" +DEPEND="${RDEPEND} + dev-python/setuptools" |