[gentoo-commits] repo/gentoo:master commit in: dev-python/geoip-python/, profiles/

2022-07-31 Thread Jakov Smolić
commit: 69d8a96bcf957bc2b602876197e09f30e42f6b44
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Jul 31 18:28:25 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Jul 31 18:37:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69d8a96b

dev-python/geoip-python: treeclean

Closes: https://bugs.gentoo.org/855737
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/geoip-python/Manifest   |  1 -
 .../geoip-python/geoip-python-1.3.2-r1.ebuild  | 36 --
 dev-python/geoip-python/metadata.xml   | 12 
 profiles/package.mask  |  7 -
 4 files changed, 56 deletions(-)

diff --git a/dev-python/geoip-python/Manifest b/dev-python/geoip-python/Manifest
deleted file mode 100644
index 661de1570e6e..
--- a/dev-python/geoip-python/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST geoip-api-python-1.3.2.tar.gz 35674 BLAKE2B 
c6c4469164347c8c1a8a5231be25370e806768d7f155832cf759469320d8adbd5efcd002d14d1d95522e8bcb4db12668b28b437b45af669bb336024662908498
 SHA512 
284209a6894d55ef95844c5c4c7aafff99ebcb13996e5ff64a0c31b38677e13c11d51fd8b0250d0fa097f15805c27b572d5aa12c2b217a839afe3cdd0851c414

diff --git a/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild 
b/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild
deleted file mode 100644
index e1d5af985e43..
--- a/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} 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/${MY_PN}/archive/v${PV}.tar.gz -> 
${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~sparc x86"
-IUSE="examples"
-
-RDEPEND=">=dev-libs/geoip-1.4.8"
-DEPEND="${RDEPEND}"
-
-DOCS=( README.rst ChangeLog.md )
-
-distutils_enable_tests nose
-
-python_install_all() {
-   if use examples; then
-   dodoc -r examples
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/geoip-python/metadata.xml 
b/dev-python/geoip-python/metadata.xml
deleted file mode 100644
index 93a536da30e0..
--- a/dev-python/geoip-python/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   pyt...@gentoo.org
-   Python
-   
-   
-   maxmind/geoip-api-python
-   GeoIP
-   
-

diff --git a/profiles/package.mask b/profiles/package.mask
index c8460794d2be..270fef2f6d1c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -507,13 +507,6 @@ net-wireless/kismetdb
 # Removal on 2022-08-02.
 app-vim/pyclewn
 
-# Michał Górny  (2022-07-02)
-# Last release in 2014.  Archived upstream, and superseded by GeoIP2
-# (not packaged).  There is only one revdep (net-p2p/deluge) for which
-# it is optional.
-# Removal on 2022-08-01.  Bug #855737.
-dev-python/geoip-python
-
 # Fabian Groffen  (2022-07-02)
 # Segfaults handling SPF validations (warn on permerror), like the
 # previous release, better not to trust your important mail to



[gentoo-commits] repo/gentoo:master commit in: dev-python/geoip-python/

2022-03-12 Thread Arthur Zamarin
commit: 66e8071595bf6afefa1206ef2f523b7c5c8501b3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 12 10:14:51 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 12 10:14:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66e80715

dev-python/geoip-python: Keyword 1.3.2-r1 arm64, #834527

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild 
b/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild
index 6741bf4bd48f..e1d5af985e43 100644
--- a/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild
+++ b/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~sparc x86"
 IUSE="examples"
 
 RDEPEND=">=dev-libs/geoip-1.4.8"



[gentoo-commits] repo/gentoo:master commit in: dev-python/geoip-python/

2021-06-05 Thread Michał Górny
commit: 83f3e3b34bc4ab5f8620e866b5c7e4f6b8aa9b5c
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun  5 13:45:45 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun  5 13:45:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83f3e3b3

dev-python/geoip-python: Enable py3.10

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild 
b/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild
index 6097ed5189a..6741bf4bd48 100644
--- a/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild
+++ b/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
 
 inherit distutils-r1
 
@@ -18,8 +18,7 @@ S="${WORKDIR}/${MY_P}"
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc x86"
-IUSE="examples test"
-RESTRICT="!test? ( test )"
+IUSE="examples"
 
 RDEPEND=">=dev-libs/geoip-1.4.8"
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/geoip-python/

2020-08-02 Thread Michał Górny
commit: 5b0c5befd6d7fc4adf4aa66e4d1459c5b419dc30
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Aug  2 08:07:58 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug  2 08:16:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b0c5bef

dev-python/geoip-python: Remove py2.7

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild 
b/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild
index f89ae7f8f23..2f9e9c7cfd9 100644
--- a/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild
+++ b/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/geoip-python/

2020-04-15 Thread Michał Górny
commit: 948b0d4075b9aa1c0176f6aa44254ddffbbc6833
Author: John Helmert III  gmail  com>
AuthorDate: Tue Apr 14 21:03:35 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 15 19:09:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=948b0d40

dev-python/geoip-python: Add python3_8

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild 
b/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild
index 2af3a4c3967..f89ae7f8f23 100644
--- a/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild
+++ b/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6,3_7} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/geoip-python/

2020-01-27 Thread Mikle Kolyada
commit: c65745a2b6c046978591f9f7eb3b82dcb6e9cfa6
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Jan 27 11:41:14 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Jan 27 11:41:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c65745a2

dev-python/geoip-python: Add ~arm keyword wrt bug #705486

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild 
b/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild
index f2da6458055..2af3a4c3967 100644
--- a/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild
+++ b/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/maxmind/${MY_PN}/archive/v${PV}.tar.gz -> ${MY_P}.ta
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc x86"
 IUSE="examples test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/geoip-python/

2019-10-15 Thread Craig Andrews
commit: 706fe67465c9db57dcb0b193917fac9a817b8989
Author: Craig Andrews  gentoo  org>
AuthorDate: Sun Oct 13 18:26:29 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Tue Oct 15 15:57:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=706fe674

dev-python/geoip-python: Python 3.7 compatibility

Closes: https://bugs.gentoo.org/697648
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Craig Andrews  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/13277
Signed-off-by: Craig Andrews  gentoo.org>

 dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild 
b/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild
index c4b014d7e16..0e044c47a30 100644
--- a/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild
+++ b/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy pypy3 )
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/geoip-python/

2019-01-13 Thread Andreas Sturmlechner
commit: ea3d5b9ccba225aa4e9f93ba63c838bfc6b816fc
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan 13 01:17:19 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan 13 14:31:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea3d5b9c

dev-python/geoip-python: Drop 1.3.2 (r0)

No ppc revdeps.

Package-Manager: Portage-2.3.55, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-python/geoip-python/geoip-python-1.3.2.ebuild | 43 ---
 1 file changed, 43 deletions(-)

diff --git a/dev-python/geoip-python/geoip-python-1.3.2.ebuild 
b/dev-python/geoip-python/geoip-python-1.3.2.ebuild
deleted file mode 100644
index 16ee2baa878..000
--- a/dev-python/geoip-python/geoip-python-1.3.2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,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/${MY_PN}/archive/v${PV}.tar.gz -> 
${MY_P}.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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/geoip-python/

2017-08-05 Thread Michael Palimaka
commit: 5e6e21b37bf88d8bb074f8718779274f8a06283b
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Aug  5 09:12:48 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Aug  5 09:12:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e6e21b3

dev-python/geoip-python: x86 stable

Gentoo-bug: 625006
Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild 
b/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild
index a0bfac7cf59..06fb375a929 100644
--- a/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild
+++ b/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/maxmind/${MY_PN}/archive/v${PV}.tar.gz -> ${MY_P}.ta
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ia64 ~ppc ~sparc x86 ~x86-fbsd"
 IUSE="examples test"
 
 RDEPEND=">=dev-libs/geoip-1.4.8"



[gentoo-commits] repo/gentoo:master commit in: dev-python/geoip-python/

2017-07-15 Thread Tobias Klausmann
commit: 34c6202ec6f373a2971c6d063f216a91b201a652
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sat Jul 15 17:18:12 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sat Jul 15 17:18:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34c6202e

dev-python/geoip-python-1.3.2-r1: add amd64 keyword

Gentoo-Bug: 625006

 dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild 
b/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild
index 2662ae3124d..a0bfac7cf59 100644
--- a/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild
+++ b/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/maxmind/${MY_PN}/archive/v${PV}.tar.gz -> ${MY_P}.ta
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
 IUSE="examples test"
 
 RDEPEND=">=dev-libs/geoip-1.4.8"



[gentoo-commits] repo/gentoo:master commit in: dev-python/geoip-python/

2017-05-14 Thread Zac Medico
commit: c16df157cc1d38a3d185e6ee4f9c9fea35121f1d
Author: Zac Medico  gentoo  org>
AuthorDate: Mon May 15 03:07:54 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon May 15 03:07:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c16df157

dev-python/geoip-python: Add python3.6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild 
b/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild
index 314ae7a0a70..2662ae3124d 100644
--- a/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild
+++ b/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy pypy3 )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/geoip-python/

2017-01-20 Thread David Seifert
commit: 7a2873df45fd3df7db1786e5c58a29aa08dc6704
Author: Louis Sautier  gmail  com>
AuthorDate: Fri Jan 20 22:07:18 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Jan 20 22:23:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a2873df

dev-python/geoip-python: add py3.5, fix CFLAGS, EAPI=6

The -fno-strict-aliasing flag is correctly set by the build system
for Python 2 only.

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3570

 .../geoip-python/geoip-python-1.3.2-r1.ebuild  | 43 ++
 dev-python/geoip-python/metadata.xml   | 15 
 2 files changed, 51 insertions(+), 7 deletions(-)

diff --git a/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild 
b/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild
new file mode 100644
index ..72f0ffb
--- /dev/null
+++ b/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5} 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/${MY_PN}/archive/v${PV}.tar.gz -> 
${MY_P}.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}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/nose[${PYTHON_USEDEP}] )
+"
+
+S="${WORKDIR}/${MY_P}"
+
+DOCS=( README.rst ChangeLog.md )
+
+python_test() {
+   esetup.py test
+}
+
+python_install_all() {
+   if use examples; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+   distutils-r1_python_install_all
+}

diff --git a/dev-python/geoip-python/metadata.xml 
b/dev-python/geoip-python/metadata.xml
index a8969ea..362cd6b 100644
--- a/dev-python/geoip-python/metadata.xml
+++ b/dev-python/geoip-python/metadata.xml
@@ -1,11 +1,12 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-pyt...@gentoo.org
-Python
-  
-  
-maxmind/geoip-api-python
-  
+   
+   pyt...@gentoo.org
+   Python
+   
+   
+   maxmind/geoip-api-python
+   GeoIP
+