idella4 14/05/02 06:46:33 Modified: axiom-0.7.0.ebuild ChangeLog Added: axiom-0.7.1.ebuild Log: bump; drop py2.6 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.2 dev-python/axiom/axiom-0.7.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/axiom/axiom-0.7.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/axiom/axiom-0.7.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/axiom/axiom-0.7.0.ebuild?r1=1.1&r2=1.2 Index: axiom-0.7.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/axiom/axiom-0.7.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- axiom-0.7.0.ebuild 22 Jan 2014 01:27:25 -0000 1.1 +++ axiom-0.7.0.ebuild 2 May 2014 06:46:33 -0000 1.2 @@ -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/axiom/axiom-0.7.0.ebuild,v 1.1 2014/01/22 01:27:25 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/axiom/axiom-0.7.0.ebuild,v 1.2 2014/05/02 06:46:33 idella4 Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7} ) @@ -33,12 +33,6 @@ touch "${D}$(python_get_sitedir)"/axiom/plugins/dropin.cache || die } -python_install_all() { - dodoc NAME.txt - - distutils-r1_python_install_all -} - python_test() { py.test ${PN}/test/ || die "testsuite failed under ${EPYTHON}" } 1.45 dev-python/axiom/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/axiom/ChangeLog?rev=1.45&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/axiom/ChangeLog?rev=1.45&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/axiom/ChangeLog?r1=1.44&r2=1.45 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/axiom/ChangeLog,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- ChangeLog 22 Jan 2014 01:27:25 -0000 1.44 +++ ChangeLog 2 May 2014 06:46:33 -0000 1.45 @@ -1,6 +1,12 @@ # ChangeLog for dev-python/axiom # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/axiom/ChangeLog,v 1.44 2014/01/22 01:27:25 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/axiom/ChangeLog,v 1.45 2014/05/02 06:46:33 idella4 Exp $ + +*axiom-0.7.1 (02 May 2014) + + 02 May 2014; Ian Delaney <[email protected]> +axiom-0.7.1.ebuild, + axiom-0.7.0.ebuild: + bump; drop py2.6 *axiom-0.7.0 (22 Jan 2014) 1.1 dev-python/axiom/axiom-0.7.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/axiom/axiom-0.7.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/axiom/axiom-0.7.1.ebuild?rev=1.1&content-type=text/plain Index: axiom-0.7.1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/axiom/axiom-0.7.1.ebuild,v 1.1 2014/05/02 06:46:33 idella4 Exp $ EAPI="5" PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="sqlite" inherit twisted-r1 DESCRIPTION="Object database implemented on top of SQLite." HOMEPAGE="http://divmod.org/trac/wiki/DivmodAxiom http://pypi.python.org/pypi/Axiom" SRC_URI="mirror://pypi/${TWISTED_PN:0:1}/${TWISTED_PN}/${TWISTED_P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="test" RDEPEND=">=dev-python/epsilon-0.7.0[${PYTHON_USEDEP}] >=dev-python/twisted-core-13.2.0[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} test? ( dev-python/pytest[${PYTHON_USEDEP}] >=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}] )" PATCHES=( "${FILESDIR}/${PN}-0.5.30-sqlite3_3.6.4.patch" ) TWISTED_PLUGINS+=( axiom.plugins ) python_install() { distutils-r1_python_install touch "${D}$(python_get_sitedir)"/axiom/plugins/dropin.cache || die } python_test() { py.test ${PN}/test/ || die "testsuite failed under ${EPYTHON}" }
