idella4 14/12/15 08:56:28
Modified: ChangeLog
Added: pycountry-1.10.ebuild
Removed: pycountry-1.5.ebuild pycountry-1.4.ebuild
pycountry-1.3.ebuild pycountry-1.6.ebuild
Log:
bump; add pypy3, remove old
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key
0xB8072B0D)
Revision Changes Path
1.32 dev-python/pycountry/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycountry/ChangeLog?rev=1.32&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycountry/ChangeLog?rev=1.32&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycountry/ChangeLog?r1=1.31&r2=1.32
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pycountry/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog 4 Oct 2014 14:16:57 -0000 1.31
+++ ChangeLog 15 Dec 2014 08:56:28 -0000 1.32
@@ -1,6 +1,13 @@
# ChangeLog for dev-python/pycountry
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycountry/ChangeLog,v 1.31
2014/10/04 14:16:57 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycountry/ChangeLog,v 1.32
2014/12/15 08:56:28 idella4 Exp $
+
+*pycountry-1.10 (15 Dec 2014)
+
+ 15 Dec 2014; Ian Delaney <[email protected]> +pycountry-1.10.ebuild,
+ -pycountry-1.3.ebuild, -pycountry-1.4.ebuild, -pycountry-1.5.ebuild,
+ -pycountry-1.6.ebuild, pycountry-1.8.ebuild:
+ bump; add pypy3, remove old
04 Oct 2014; Anthony G. Basile <[email protected]> pycountry-1.3.ebuild,
pycountry-1.4.ebuild, pycountry-1.5.ebuild, pycountry-1.6.ebuild,
1.1 dev-python/pycountry/pycountry-1.10.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycountry/pycountry-1.10.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycountry/pycountry-1.10.ebuild?rev=1.1&content-type=text/plain
Index: pycountry-1.10.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pycountry/pycountry-1.10.ebuild,v
1.1 2014/12/15 08:56:28 idella4 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}.zip"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~sparc ~ppc ~x86"
IUSE="test"
DEPEND="app-arch/unzip
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
}