jlec 15/05/27 07:27:26 Modified: metadata.xml ChangeLog Added: characteristic-14.3.0.ebuild Log: Version Bump (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Revision Changes Path 1.2 dev-python/characteristic/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/characteristic/metadata.xml?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/characteristic/metadata.xml?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/characteristic/metadata.xml?r1=1.1&r2=1.2 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/characteristic/metadata.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- metadata.xml 2 Sep 2014 08:14:31 -0000 1.1 +++ metadata.xml 27 May 2015 07:27:26 -0000 1.2 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>python</herd> + <herd>python</herd> </pkgmetadata> 1.9 dev-python/characteristic/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/characteristic/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/characteristic/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/characteristic/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/characteristic/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 8 Apr 2015 08:05:22 -0000 1.8 +++ ChangeLog 27 May 2015 07:27:26 -0000 1.9 @@ -1,6 +1,12 @@ # ChangeLog for dev-python/characteristic # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/characteristic/ChangeLog,v 1.8 2015/04/08 08:05:22 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/characteristic/ChangeLog,v 1.9 2015/05/27 07:27:26 jlec Exp $ + +*characteristic-14.3.0 (27 May 2015) + + 27 May 2015; Justin Lecher <[email protected]> +characteristic-14.3.0.ebuild, + metadata.xml: + Version Bump 08 Apr 2015; Michał Górny <[email protected]> characteristic-14.1.0.ebuild: Drop old Python implementations 1.1 dev-python/characteristic/characteristic-14.3.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/characteristic/characteristic-14.3.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/characteristic/characteristic-14.3.0.ebuild?rev=1.1&content-type=text/plain Index: characteristic-14.3.0.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/characteristic/characteristic-14.3.0.ebuild,v 1.1 2015/05/27 07:27:26 jlec Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 python3_{3,4} pypy ) inherit distutils-r1 DESCRIPTION="Python attributes without the boilerplate" HOMEPAGE="https://characteristic.readthedocs.org/ https://github.com/hynek/characteristic" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~x86" IUSE="doc test" RDEPEND="" DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/pytest[${PYTHON_USEDEP}] dev-python/pytest-cov[${PYTHON_USEDEP}] ) doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" python_prepare_all() { # Prevent un-needed download during build sed -e "/^ 'sphinx.ext.intersphinx',/d" -i docs/conf.py || die distutils-r1_python_prepare_all } python_compile_all() { use doc && emake -C docs html } python_test() { esetup.py test -a "--cov characteristic --cov-report term-missing" } python_install_all() { use doc && local HTML_DOCS=( docs/_build/html/. ) distutils-r1_python_install_all }
