idella4 14/04/13 11:44:44 Modified: ChangeLog Added: qrcode-4.0.4.ebuild Log: bump (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.3 dev-python/qrcode/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/qrcode/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/qrcode/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/qrcode/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/qrcode/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 8 Sep 2013 09:43:42 -0000 1.2 +++ ChangeLog 13 Apr 2014 11:44:44 -0000 1.3 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/qrcode -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/qrcode/ChangeLog,v 1.2 2013/09/08 09:43:42 mgorny Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/qrcode/ChangeLog,v 1.3 2014/04/13 11:44:44 idella4 Exp $ + +*qrcode-4.0.4 (13 Apr 2014) + + 13 Apr 2014; Ian Delaney <[email protected]> +qrcode-4.0.4.ebuild: + bump 08 Sep 2013; Michał Górny <[email protected]> metadata.xml: Fix pypi reference. 1.1 dev-python/qrcode/qrcode-4.0.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/qrcode/qrcode-4.0.4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/qrcode/qrcode-4.0.4.ebuild?rev=1.1&content-type=text/plain Index: qrcode-4.0.4.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/qrcode/qrcode-4.0.4.ebuild,v 1.1 2014/04/13 11:44:44 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_3} ) inherit distutils-r1 DESCRIPTION="QR Code generator on top of PIL" HOMEPAGE="https://pypi.python.org/pypi/qrcode" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" # optional deps: # - dev-python/lxml for svg backend # - virtual/pil for PIL backend RDEPEND="dev-python/six[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} test? ( dev-python/lxml[${PYTHON_USEDEP}] virtual/python-unittest2[${PYTHON_USEDEP}] )" python_test() { cd "${BUILD_DIR}"/lib || die local m=unittest [[ ${EPYTHON} == python2.6 ]] && m=unittest2.__main__ set -- "${PYTHON}" -m ${m} qrcode.tests echo "$@" >&2 "$@" || die "Tests failed with ${EPYTHON}" }
