patrick 15/07/28 06:04:33 Modified: django-tastypie-0.9.15.ebuild ChangeLog Log: Disable tests and remove oauth2 useflag due to missing deps (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.8 dev-python/django-tastypie/django-tastypie-0.9.15.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-tastypie/django-tastypie-0.9.15.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-tastypie/django-tastypie-0.9.15.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-tastypie/django-tastypie-0.9.15.ebuild?r1=1.7&r2=1.8 Index: django-tastypie-0.9.15.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/django-tastypie/django-tastypie-0.9.15.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- django-tastypie-0.9.15.ebuild 8 Apr 2015 08:04:57 -0000 1.7 +++ django-tastypie-0.9.15.ebuild 28 Jul 2015 06:04:33 -0000 1.8 @@ -1,18 +1,20 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/django-tastypie/django-tastypie-0.9.15.ebuild,v 1.7 2015/04/08 08:04:57 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/django-tastypie/django-tastypie-0.9.15.ebuild,v 1.8 2015/07/28 06:04:33 patrick Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 +RESTRICT="test" + DESCRIPTION="A flexible and capable API layer for django utilising serialisers" HOMEPAGE="http://pypi.python.org/pypi/django-tastypie/ https://github.com/toastdriven/django-tastypie" SRC_URI="https://github.com/toastdriven/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="amd64 x86" -IUSE="bip doc digest lxml oauth test yaml" +IUSE="bip doc digest lxml test yaml" LICENSE="BSD" SLOT="0" @@ -24,14 +26,11 @@ dev-python/defusedxml[${PYTHON_USEDEP}] bip? ( dev-python/biplist[${PYTHON_USEDEP}] ) digest? ( dev-python/python-digest[${PYTHON_USEDEP}] ) - oauth? ( dev-python/oauth2[${PYTHON_USEDEP}] - dev-python/django-oauth-plus[${PYTHON_USEDEP}] ) lxml? ( dev-python/lxml[${PYTHON_USEDEP}] ) yaml? ( dev-python/pyyaml[${PYTHON_USEDEP}] )" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( - dev-python/django-oauth-plus[${PYTHON_USEDEP}] dev-python/oauth2[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}] dev-python/python-digest[${PYTHON_USEDEP}] 1.12 dev-python/django-tastypie/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-tastypie/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-tastypie/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-tastypie/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/django-tastypie/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 7 Jun 2015 13:10:43 -0000 1.11 +++ ChangeLog 28 Jul 2015 06:04:33 -0000 1.12 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/django-tastypie # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/django-tastypie/ChangeLog,v 1.11 2015/06/07 13:10:43 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/django-tastypie/ChangeLog,v 1.12 2015/07/28 06:04:33 patrick Exp $ + + 28 Jul 2015; Patrick Lauer <[email protected]> django-tastypie-0.9.15.ebuild: + Disable tests and remove oauth2 useflag due to missing deps 07 Jun 2015; Justin Lecher <[email protected]> metadata.xml: Add github to remote-id in metadata.xml
