megacoffee.net Gentoo overlay - legacy mirror
We have moved to Git. This repository is only provided for compatibility with old installations. Learn how to migrate your installation here.
changeset 20:a944beec37c5
merge
author | gsnerf <gsnerf@gsnerf.de> |
---|---|
date | Tue, 07 Aug 2012 00:01:07 +0200 |
parents | 8251b9d4e113 (current diff) f6aeaeb53f52 (diff) |
children | 51003172505b |
files | |
diffstat | 11 files changed, 219 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dev-python/celery/Manifest Tue Aug 07 00:01:07 2012 +0200 @@ -0,0 +1,2 @@ +DIST celery-2.2.10.tar.gz 1502041 RMD160 86b71987a524f8dd80925df793dc78536752a030 SHA1 17b2f27915c581e60264706ec12e1926aadec99d SHA256 dc6379c9bd0d799ed44e6a905d54b29fc0c7a514152e366bb3ef939e03291ab6 +EBUILD celery-2.2.10.ebuild 1091 RMD160 01fe1cf50860c2cf1a3acebc4f3804166f679860 SHA1 a02d13c74011288b58105d5dd9aaeed1990bd982 SHA256 92b632276e78a95817efcf638813508d38018c71891b7cff09e520dd2a2d6962
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dev-python/celery/celery-2.2.10.ebuild Tue Aug 07 00:01:07 2012 +0200 @@ -0,0 +1,31 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="2" +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" + +inherit distutils + +DESCRIPTION="Celery is an open source asynchronous task queue/job queue based on distributed message passing." +HOMEPAGE="http://www.celeryproject.org/ http://pypi.python.org/pypi/celery" + +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +# dependencies are likely to be incomplete or not restrictive enough +# this library ebuild has been added for rhodecode which may have restricted them in +# another way, you are encouraged to submit corrections to gentoo-overlay@megacoffee.net +# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +DEPEND=">=dev-python/kombu-1.1.2 + <dev-python/kombu-2.0.0 + dev-python/setuptools" + +LICENSE="BSD-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RESTRICT_PYTHON_ABIS="3.*" + +# NOTE: the official ebuilds for later versions of Celery contain some more steps
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dev-python/kombu/Manifest Tue Aug 07 00:01:07 2012 +0200 @@ -0,0 +1,2 @@ +DIST kombu-1.5.1.tar.gz 243413 RMD160 c1001faf00b68772b3c6695ba671d0e5aa020f0d SHA1 fb17dffd1aa85a7a825a11e53851e20a659a1cc3 SHA256 ae526adae2dd89c07f4f63fe3c4312d62c7c4a79b3aaeb32d5bf944cb0ac6e6f +EBUILD kombu-1.5.1.ebuild 978 RMD160 0dd41a4cd2a8cf5bf8f238dd4742694de93f0d32 SHA1 8461fdd82da333bf4f747d033e01a7040d8c3648 SHA256 5158cafa425d98c2b292fada631ccbba9dd7f7e892a18725e98f3e45e7eb68ff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dev-python/kombu/kombu-1.5.1.ebuild Tue Aug 07 00:01:07 2012 +0200 @@ -0,0 +1,30 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="2" +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" + +inherit distutils + +DESCRIPTION="AMQP Messaging Framework for Python" +HOMEPAGE="http://kombu.readthedocs.org/ https://github.com/ask/kombu" + +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +# dependencies are likely to be incomplete or not restrictive enough +# this library ebuild has been added for rhodecode which may have restricted them in +# another way, you are encouraged to submit corrections to gentoo-overlay@megacoffee.net +# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +DEPEND="dev-python/setuptools" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RESTRICT_PYTHON_ABIS="3.*" + +# NOTE: the official ebuilds for later versions of Celery contain some more steps +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dev-python/py-bcrypt/Manifest Tue Aug 07 00:01:07 2012 +0200 @@ -0,0 +1,2 @@ +DIST py-bcrypt-0.2.tar.gz 16804 RMD160 c04c6d623dbbd633b57aa76271a5cc93fb2f2426 SHA1 8fbcf01794557c6f9b37ce3a9c296fb8d2d24650 SHA256 86a798053e41620e64c41b9d6cfd820ac4a564ed4030a5fb177b9daef6bbacba +EBUILD py-bcrypt-0.2.ebuild 452 RMD160 7eaa0a4651b3a8b0e8c6351d52979e0093809c29 SHA1 20d794a215cf1bb174396ec9a6cd92a3f3b0a240 SHA256 9beb8d2c08fdf4ed4f39acb766933ad626107ce0fe8c6802fb792ec799b796bf
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dev-python/py-bcrypt/py-bcrypt-0.2.ebuild Tue Aug 07 00:01:07 2012 +0200 @@ -0,0 +1,22 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="2" +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" + +inherit distutils + +DESCRIPTION="a Python wrapper to bcrypt" +HOMEPAGE="http://code.google.com/p/py-bcrypt/" + +SRC_URI="http://py-bcrypt.googlecode.com/files/py-bcrypt-0.2.tar.gz" + +DEPEND="dev-python/setuptools" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RESTRICT_PYTHON_ABIS="3.*"
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dev-python/webob/Manifest Tue Aug 07 00:01:07 2012 +0200 @@ -0,0 +1,2 @@ +DIST WebOb-1.0.8.zip 194699 RMD160 e0264867521e1bd9a0aee295f45f5e2da5061889 SHA1 aa31465748763f3a516a60e814eaf5a34e369b4b SHA256 fe771def02bd7857b5519bdf3ae4ea7ea4ebb7d2f5fa10953c8d4535b0ccb2b5 +EBUILD webob-1.0.8.ebuild 1307 RMD160 0cc05047bacdc0291c00579d579e85dd3d8def82 SHA1 dd72482203a65a21ae70d349bdf0bfb793657f24 SHA256 ef32dc6fa0196430abe2d054dadd9bbff93027d37c2381a27e217eb09792dfee
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dev-python/webob/webob-1.0.8.ebuild Tue Aug 07 00:01:07 2012 +0200 @@ -0,0 +1,55 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.0.7.ebuild,v 1.6 2011/07/20 22:42:44 halcy0n Exp $ + +EAPI="3" +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.*" +DISTUTILS_SRC_TEST="nosetests" + +inherit distutils eutils + +MY_PN="WebOb" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="WSGI request and response object" +HOMEPAGE="http://pythonpaste.org/webob/ http://pypi.python.org/pypi/WebOb" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha amd64 ~arm ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="doc test" + +DEPEND="app-arch/unzip + dev-python/setuptools + doc? ( dev-python/sphinx ) + test? ( dev-python/webtest )" +RDEPEND="" + +S="${WORKDIR}/${MY_P}" + +src_prepare() { + distutils_src_prepare +} + +src_compile() { + distutils_src_compile + + if use doc; then + einfo "Generation of documentation" + "$(PYTHON -f)" setup.py build_sphinx || die "Generation of documentation failed" + fi +} + +src_install() { + distutils_src_install + + if use doc; then + pushd build/sphinx/html > /dev/null + insinto /usr/share/doc/${PF}/html + doins -r [a-z]* _static || die "Installation of documentation failed" + popd > /dev/null + fi +}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dev-vcs/rhodecode/Manifest Tue Aug 07 00:01:07 2012 +0200 @@ -0,0 +1,2 @@ +DIST edfff9f37916389144d3a3644d0a7d7adfd79b11.zip 2240778 RMD160 5f6fb2737678b31b137b6c473bcf5f1916d75b98 SHA1 ddcc0d789cf55dbd11db3026ec1fd9f35e8b9ecb SHA256 c7203c1cb5a771acc7b89a5a1d06748db9619ce1b7fcfcb94107d0d712dc7961 +EBUILD rhodecode-1.3.6.ebuild 1695 RMD160 1a9fe5c32676ecc7b393169446cc528e3e08694f SHA1 d74daf3fb1c475ecbec983187c4b3cb37587b9b0 SHA256 6af7c3f2f888d50f560f26b8bbbde7643b2a3802fc07e259f15273bf28f937cd
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dev-vcs/rhodecode/rhodecode-1.3.6.ebuild Tue Aug 07 00:01:07 2012 +0200 @@ -0,0 +1,70 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="2" +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" + +inherit distutils + +DESCRIPTION="a web-based frontend and middleware to Mercurial repositories" +HOMEPAGE="http://rhodecode.org/" + +#SRC_URI="https://secure.rhodecode.org/rhodecode/archive/edfff9f37916389144d3a3644d0a7d7adfd79b11.zip?subrepos=true" +SRC_URI="https://secure.rhodecode.org/rhodecode/archive/edfff9f37916389144d3a3644d0a7d7adfd79b11.zip" + +DEPEND=">=dev-vcs/mercurial-2.2.1 + <dev-vcs/mercurial-2.3 + dev-python/pastescript + dev-python/setuptools + + =dev-python/pylons-1.0 + =dev-python/beaker-1.6.3 + =dev-python/webhelpers-1.3 + =dev-python/formencode-1.2.4 + =dev-python/sqlalchemy-0.7.6 + =dev-python/mako-0.7.0 + >=dev-python/pygments-1.4 + >=dev-python/whoosh-2.4.0 + <dev-python/whoosh-2.5 + dev-python/Babel + >=dev-python/python-dateutil-1.5 + <dev-python/python-dateutil-2.0 + >=dev-python/dulwich-0.8.5 + <dev-python/dulwich-0.9.0 + =dev-python/webob-1.0.8 + =dev-python/markdown-2.1.1 + =dev-python/docutils-0.8.1 + =dev-python/simplejson-2.5.2 + + >=dev-python/pyparsing-1.5.0 + <dev-python/pyparsing-2.0.0 + + dev-python/py-bcrypt + =dev-python/celery-2.2.10 + <dev-python/celery-3 + >=dev-python/anyjson-0.3.1 + >=dev-python/amqplib-1.0 +" + +LICENSE="AGPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RESTRICT_PYTHON_ABIS="3.*" + +ACTUALDIR="rhodecode-edfff9f37916" + +distutils_src_compile_pre_hook() { + cd ${ACTUALDIR} +} + +distutils_src_install_pre_hook() { + cd ${ACTUALDIR} +} + +pkg_postinst() { + einfo "You need to setup RhodeCode according to the instructions at:" + einfo " http://packages.python.org/RhodeCode/setup.html" +}