Gentoo Archives: gentoo-commits

From: "Aaron W. Swenson" <titanofold@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/psycopg/
Date: Sun, 17 Nov 2019 18:24:56
Message-Id: 1574015081.c37765e9d01193baba15f3c93919ddab593be415.titanofold@gentoo
1 commit: c37765e9d01193baba15f3c93919ddab593be415
2 Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 17 18:24:05 2019 +0000
4 Commit: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 17 18:24:41 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c37765e9
7
8 dev-python/psycopg: Drop examples
9
10 Upstream has removed examples.
11
12 Closes: https://bugs.gentoo.org/690320
13 Package-Manager: Portage-2.3.76, Repoman-2.3.16
14 Signed-off-by: Aaron W. Swenson <titanofold <AT> gentoo.org>
15
16 dev-python/psycopg/psycopg-2.8.3.ebuild | 7 +------
17 1 file changed, 1 insertion(+), 6 deletions(-)
18
19 diff --git a/dev-python/psycopg/psycopg-2.8.3.ebuild b/dev-python/psycopg/psycopg-2.8.3.ebuild
20 index 1e0db88b4ca..ba4a92de80d 100644
21 --- a/dev-python/psycopg/psycopg-2.8.3.ebuild
22 +++ b/dev-python/psycopg/psycopg-2.8.3.ebuild
23 @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
24 LICENSE="LGPL-3+"
25 SLOT="2"
26 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
27 -IUSE="debug doc examples"
28 +IUSE="debug doc"
29
30 RDEPEND=">=dev-db/postgresql-8.1:*"
31 DEPEND="${RDEPEND}
32 @@ -61,10 +61,5 @@ python_install_all() {
33 dodoc doc/src/_build/text/*
34 fi
35
36 - if use examples ; then
37 - dodoc -r examples
38 - docompress -x /usr/share/doc/${PF}/examples
39 - fi
40 -
41 distutils-r1_python_install_all
42 }