idella4 15/01/15 06:26:24
Modified: ChangeLog
Added: geoip-python-1.3.2.ebuild
Removed: geoip-python-1.2.7.ebuild geoip-python-1.2.4.ebuild
geoip-python-1.2.5.ebuild geoip-python-1.2.8.ebuild
Log:
bump; add pypy3
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key
0xB8072B0D)
Revision Changes Path
1.38 dev-python/geoip-python/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geoip-python/ChangeLog?rev=1.38&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geoip-python/ChangeLog?rev=1.38&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geoip-python/ChangeLog?r1=1.37&r2=1.38
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/geoip-python/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog 18 Jul 2014 05:00:36 -0000 1.37
+++ ChangeLog 15 Jan 2015 06:26:24 -0000 1.38
@@ -1,6 +1,13 @@
# ChangeLog for dev-python/geoip-python
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/geoip-python/ChangeLog,v 1.37
2014/07/18 05:00:36 idella4 Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/geoip-python/ChangeLog,v 1.38
2015/01/15 06:26:24 idella4 Exp $
+
+*geoip-python-1.3.2 (15 Jan 2015)
+
+ 15 Jan 2015; Ian Delaney <[email protected]> +geoip-python-1.3.2.ebuild,
+ -geoip-python-1.2.4.ebuild, -geoip-python-1.2.5.ebuild,
+ -geoip-python-1.2.7.ebuild, -geoip-python-1.2.8.ebuild:
+ bump; add pypy3
*geoip-python-1.3.1 (18 Jul 2014)
1.1 dev-python/geoip-python/geoip-python-1.3.2.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geoip-python/geoip-python-1.3.2.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geoip-python/geoip-python-1.3.2.ebuild?rev=1.1&content-type=text/plain
Index: geoip-python-1.3.2.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
/var/cvsroot/gentoo-x86/dev-python/geoip-python/geoip-python-1.3.2.ebuild,v 1.1
2015/01/15 06:26:24 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
inherit distutils-r1
MY_PN="geoip-api-python"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="Python bindings for GeoIP"
HOMEPAGE="https://github.com/maxmind/geoip-api-python"
SRC_URI="https://github.com/maxmind/geoip-api-python/archive/v${PV}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
IUSE="examples test"
RDEPEND=">=dev-libs/geoip-1.4.8"
DEPEND="${RDEPEND}
test? ( dev-python/nose[${PYTHON_USEDEP}] )"
S="${WORKDIR}/${MY_P}"
DOCS=( README.rst ChangeLog.md )
python_compile() {
if [[ python_is_python3 || "$EPYTHON}" == 'pypy3' ]]; then
local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
fi
distutils-r1_python_compile
}
python_test() {
esetup.py test
}
python_install_all() {
use examples && local EXAMPLES=( examples/. )
distutils-r1_python_install_all
}