idella4 14/04/23 08:27:33
Modified: restkit-4.2.1-r1.ebuild ChangeLog
Added: restkit-4.2.2.ebuild
Removed: restkit-3.0.2.ebuild restkit-2.3.3.ebuild
restkit-2.1.4.ebuild restkit-2.2.3.ebuild
Log:
bump; pypy2_0 dropped, keywords ppc ppc64 dropped (to appease ipython),
general upgrade
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key
0xB8072B0D)
Revision Changes Path
1.7 dev-python/restkit/restkit-4.2.1-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/restkit/restkit-4.2.1-r1.ebuild?rev=1.7&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/restkit/restkit-4.2.1-r1.ebuild?rev=1.7&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/restkit/restkit-4.2.1-r1.ebuild?r1=1.6&r2=1.7
Index: restkit-4.2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/restkit/restkit-4.2.1-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- restkit-4.2.1-r1.ebuild 31 Mar 2014 21:13:20 -0000 1.6
+++ restkit-4.2.1-r1.ebuild 23 Apr 2014 08:27:32 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/dev-python/restkit/restkit-4.2.1-r1.ebuild,v 1.6
2014/03/31 21:13:20 mgorny Exp $
+# $Header:
/var/cvsroot/gentoo-x86/dev-python/restkit/restkit-4.2.1-r1.ebuild,v 1.7
2014/04/23 08:27:32 idella4 Exp $
EAPI=5
@@ -51,4 +51,5 @@
insinto /usr/share/doc/${PF}
doins -r examples
fi
+ distutils-r1_python_install_all
}
1.16 dev-python/restkit/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/restkit/ChangeLog?rev=1.16&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/restkit/ChangeLog?rev=1.16&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/restkit/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/restkit/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 31 Mar 2014 21:13:20 -0000 1.15
+++ ChangeLog 23 Apr 2014 08:27:32 -0000 1.16
@@ -1,6 +1,14 @@
# ChangeLog for dev-python/restkit
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/restkit/ChangeLog,v 1.15
2014/03/31 21:13:20 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/restkit/ChangeLog,v 1.16
2014/04/23 08:27:32 idella4 Exp $
+
+*restkit-4.2.2 (23 Apr 2014)
+
+ 23 Apr 2014; Ian Delaney <[email protected]> +restkit-4.2.2.ebuild,
+ -restkit-2.1.4.ebuild, -restkit-2.2.3.ebuild, -restkit-2.3.3.ebuild,
+ -restkit-3.0.2.ebuild, restkit-4.2.1-r1.ebuild:
+ bump; pypy2_0 dropped, keywords ppc ppc64 dropped (to appease ipython),
+ general upgrade
31 Mar 2014; Michał Górny <[email protected]> restkit-4.2.1-r1.ebuild:
Add support for the new PyPy slotting.
1.1 dev-python/restkit/restkit-4.2.2.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/restkit/restkit-4.2.2.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/restkit/restkit-4.2.2.ebuild?rev=1.1&content-type=text/plain
Index: restkit-4.2.2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/restkit/restkit-4.2.2.ebuild,v
1.1 2014/04/23 08:27:32 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} pypy )
inherit distutils-r1
DESCRIPTION="A HTTP ressource kit for Python."
HOMEPAGE="http://github.com/benoitc/restkit"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="+cli doc examples test"
PY27_USEDEP="$(python_gen_usedep 'python2*')"
RDEPEND="cli? ( dev-python/ipython[${PY27_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}] )
dev-python/webob[${PYTHON_USEDEP}]
>=dev-python/socketpool-0.5.3[${PYTHON_USEDEP}]
>=dev-python/http-parser-0.8.3[${PYTHON_USEDEP}]"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}]
dev-python/epydoc[${PY27_USEDEP}] )
test? ( ${RDEPEND}
dev-python/nose[${PYTHON_USEDEP}] )"
python_compile_all() {
if use doc ; then
pushd doc > /dev/null
emake html
popd > /dev/null
fi
}
python_test() {
nosetests tests || die "Tests fail with ${EPYTHON}"
}
python_install_all() {
use cli || rm "${D}"/usr/bin/restcli* || die
use doc && local HTML_DOCS=( doc/_build/html/. )
use examples && local EXAMPLES=( examples/. )
distutils-r1_python_install_all
}