We have moved to Git. This repository is only provided for compatibility with old installations. Learn how to migrate your installation here.

view dev-vcs/rhodecode/rhodecode-1.3.6.ebuild @ 15:f6aeaeb53f52

dev-vcs/rhodecode: fixed HTTPS URL
author Daniel Neugebauer <dneuge@energiequant.de>
date Sun, 05 Aug 2012 20:30:39 +0200
parents 7d56754e9644
children
line wrap: on
line source

# 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"
}