mrueg 15/06/20 15:27:17 Modified: ChangeLog Added: pycountry-1.12.ebuild Removed: pycountry-1.8.ebuild Log: Version bump. Remove old. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.34 dev-python/pycountry/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycountry/ChangeLog?rev=1.34&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycountry/ChangeLog?rev=1.34&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycountry/ChangeLog?r1=1.33&r2=1.34 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pycountry/ChangeLog,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- ChangeLog 17 May 2015 15:35:32 -0000 1.33 +++ ChangeLog 20 Jun 2015 15:27:17 -0000 1.34 @@ -1,6 +1,12 @@ # ChangeLog for dev-python/pycountry # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycountry/ChangeLog,v 1.33 2015/05/17 15:35:32 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycountry/ChangeLog,v 1.34 2015/06/20 15:27:17 mrueg Exp $ + +*pycountry-1.12 (20 Jun 2015) + + 20 Jun 2015; Manuel Rüger <[email protected]> +pycountry-1.12.ebuild, + -pycountry-1.8.ebuild: + Version bump. Remove old. 17 May 2015; Manuel Rüger <[email protected]> pycountry-1.8.ebuild: Silence repoman warning. 1.1 dev-python/pycountry/pycountry-1.12.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycountry/pycountry-1.12.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycountry/pycountry-1.12.ebuild?rev=1.1&content-type=text/plain Index: pycountry-1.12.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/pycountry/pycountry-1.12.ebuild,v 1.1 2015/06/20 15:27:17 mrueg Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 ) inherit distutils-r1 DESCRIPTION="ISO country, subdivision, language, currency and script definitions and their translations" HOMEPAGE="http://pypi.python.org/pypi/pycountry" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ia64 ~sparc ~ppc ~x86" IUSE="test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/pytest[${PYTHON_USEDEP}] )" python_test() { # https://bitbucket.org/techtonik/pycountry/issue/8/test_locales-pycountry-015-pypy pushd "${BUILD_DIR}"/lib > /dev/null if [[ "${EPYTHON}" == pypy || "${EPYTHON}" == pypy3 ]]; then sed -e 's:test_locales:_&:' -i pycountry/tests/test_general.py || die fi py.test ${PN}/tests/test_general.py || die popd > /dev/null }
