idella4 14/12/31 05:14:29 Modified: ChangeLog Added: paisley-0.3.1-r1.ebuild Log: revbump; conversion -> distutils-r1 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.18 dev-python/paisley/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/paisley/ChangeLog?rev=1.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/paisley/ChangeLog?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/paisley/ChangeLog?r1=1.17&r2=1.18 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/paisley/ChangeLog,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- ChangeLog 10 Aug 2014 21:15:13 -0000 1.17 +++ ChangeLog 31 Dec 2014 05:14:29 -0000 1.18 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/paisley # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/paisley/ChangeLog,v 1.17 2014/08/10 21:15:13 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/paisley/ChangeLog,v 1.18 2014/12/31 05:14:29 idella4 Exp $ + +*paisley-0.3.1-r1 (31 Dec 2014) + + 31 Dec 2014; Ian Delaney <[email protected]> +paisley-0.3.1-r1.ebuild: + revbump; conversion -> distutils-r1 10 Aug 2014; Sergei Trofimovich <[email protected]> paisley-0.3.1.ebuild: QA: drop trailing '.' from DESCRIPTION 1.1 dev-python/paisley/paisley-0.3.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/paisley/paisley-0.3.1-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/paisley/paisley-0.3.1-r1.ebuild?rev=1.1&content-type=text/plain Index: paisley-0.3.1-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/paisley/paisley-0.3.1-r1.ebuild,v 1.1 2014/12/31 05:14:29 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) DISTUTILS_SRC_TEST="nosetests" inherit distutils-r1 DESCRIPTION="Paisley is a CouchDB client written in Python to be used within a Twisted application" HOMEPAGE="http://launchpad.net/paisley http://pypi.python.org/pypi/paisley" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="test" RDEPEND="dev-python/simplejson[${PYTHON_USEDEP}] dev-python/twisted-core[${PYTHON_USEDEP}] dev-python/twisted-web[${PYTHON_USEDEP}]" DEPEND="test? ( ${RDEPEND} dev-python/nose[${PYTHON_USEDEP}] )" python_test() { nosetests || die "tests failed" }
