Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dbus-python/
Date: Sun, 10 May 2020 12:40:41
Message-Id: 1589114278.f3e680d56236473722729539a90db7fef90e3743.asturm@gentoo
1 commit: f3e680d56236473722729539a90db7fef90e3743
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 10 12:37:58 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun May 10 12:37:58 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3e680d5
7
8 dev-python/dbus-python: Drop 1.2.4
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-python/dbus-python/Manifest | 1 -
14 dev-python/dbus-python/dbus-python-1.2.4.ebuild | 89 -------------------------
15 2 files changed, 90 deletions(-)
16
17 diff --git a/dev-python/dbus-python/Manifest b/dev-python/dbus-python/Manifest
18 index cd0ce5fb014..a2569e8baee 100644
19 --- a/dev-python/dbus-python/Manifest
20 +++ b/dev-python/dbus-python/Manifest
21 @@ -1,4 +1,3 @@
22 DIST dbus-python-1.2.12.tar.gz 574727 BLAKE2B e5516e7109fad089af51d3e5db3921d056f327c27f9b74a870b1b31b04ba952ad3c9ba5916a18d674ab1179b94cf516b24e046feded8f2e542b196d162038944 SHA512 6f90eaeeb74ea71a026a331d4c611911eda6dfb6c9086a0a80352f9963a9ae126db6f3e32d183916b8517f177fc947f1ddb15df83ff0b5c886532116868383b4
23 DIST dbus-python-1.2.14.tar.gz 576181 BLAKE2B 4e36c3d0ed07ce6c7514e2699b6cf5d0a75332c8dab3ca90e2d451d6649c26f61b2173b4b7f230c54df2b9f4214d0f3c54a45c233d6e8fd38bf39a6312f480fc SHA512 773d66e40ab514639f1c5c619362659f290ddd5ae944eb8e09b5752624f3c86305b6c1d5562e290b36f1e6cf43f6d39cd4a227e18ff41499877546982ceebb51
24 DIST dbus-python-1.2.16.tar.gz 576701 BLAKE2B 58d9f9ea092cd3a6b872c084a6159baf03f1aab615282e161a0e3da1d01ff5f4940862e693d21907b0c146d285b9067386759a1306ae2e6907f5e2ff4ef9944d SHA512 e76c00c5fd3fe6884e4c24f258987fd3b80d21bd4e0f96aa8fda152078a860b62321324f6efcbfe7226d5ab2521a14b5bda7cf2468d2cae5f376c124a71aa05c
25 -DIST dbus-python-1.2.4.tar.gz 612112 BLAKE2B cccd3e2f5d700c0d228e7d21fd85e2307357778371742a7fe26a0e419af41886efebb27a73f642d2ecd4603c79f4afe6e7002af95c831180e0e7844c079b2c8c SHA512 efdd9d96a8b56e813c93208d34777f1ca2db96c076d31f13afbcaec3c7770a16a623d5531fe23443130c555240949802503f171f2064d45eee97546d6251304b
26
27 diff --git a/dev-python/dbus-python/dbus-python-1.2.4.ebuild b/dev-python/dbus-python/dbus-python-1.2.4.ebuild
28 deleted file mode 100644
29 index dcae4ce23b1..00000000000
30 --- a/dev-python/dbus-python/dbus-python-1.2.4.ebuild
31 +++ /dev/null
32 @@ -1,89 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -PYTHON_COMPAT=( python2_7 python3_6 )
39 -PYTHON_REQ_USE="threads(+)"
40 -
41 -inherit autotools eutils ltprune python-r1
42 -
43 -DESCRIPTION="Python bindings for the D-Bus messagebus"
44 -HOMEPAGE="https://www.freedesktop.org/wiki/Software/DBusBindings https://dbus.freedesktop.org/doc/dbus-python/"
45 -SRC_URI="https://dbus.freedesktop.org/releases/${PN}/${P}.tar.gz"
46 -
47 -LICENSE="MIT"
48 -SLOT="0"
49 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~m68k-mint"
50 -IUSE="doc examples test"
51 -RESTRICT="!test? ( test )"
52 -# API docs generated with epydoc, which is python2-only
53 -REQUIRED_USE="
54 - ${PYTHON_REQUIRED_USE}
55 - doc? ( python_targets_python2_7 )"
56 -
57 -RDEPEND="
58 - >=dev-libs/dbus-glib-0.100:=
59 - >=sys-apps/dbus-1.6:=
60 - ${PYTHON_DEPS}"
61 -DEPEND="${RDEPEND}
62 - virtual/pkgconfig
63 - doc? (
64 - dev-python/docutils[python_targets_python2_7?]
65 - =dev-python/epydoc-3*[python_targets_python2_7?] )
66 - test? ( dev-python/pygobject:3[${PYTHON_USEDEP}] )"
67 -
68 -src_prepare() {
69 - default
70 - # Update py-compile, bug 529502.
71 - eautoreconf
72 - python_copy_sources
73 -}
74 -
75 -src_configure() {
76 - configuring() {
77 - local PYTHON_CONFIG
78 - python_export PYTHON_CONFIG
79 -
80 - # epydoc is python2-only, bug #447642
81 - local apidocs=--disable-api-docs
82 - [[ ${EPYTHON/.*} = "python2" ]] && apidocs=$(use_enable doc api-docs)
83 -
84 - econf \
85 - --disable-html-docs \
86 - ${apidocs} \
87 - PYTHON_INCLUDES="$(${PYTHON_CONFIG} --includes)" \
88 - PYTHON_LIBS="$(${PYTHON_CONFIG} --ldflags)"
89 - # configure assumes that ${PYTHON}-config executable exists :/
90 - }
91 - python_foreach_impl run_in_build_dir configuring
92 -}
93 -
94 -src_compile() {
95 - python_foreach_impl run_in_build_dir default
96 -}
97 -
98 -src_test() {
99 - unset DBUS_SESSION_BUS_ADDRESS
100 - python_foreach_impl run_in_build_dir default
101 -}
102 -
103 -src_install() {
104 - installing() {
105 - default
106 - [[ ${EPYTHON/.*} = "python2" ]] && use doc && dohtml -r api/*
107 - }
108 - python_foreach_impl run_in_build_dir installing
109 - prune_libtool_files --modules
110 -
111 - if use examples; then
112 - insinto /usr/share/doc/${PF}
113 - doins -r examples
114 - fi
115 -}
116 -
117 -run_in_build_dir() {
118 - pushd "${BUILD_DIR}" > /dev/null || die
119 - "$@"
120 - popd > /dev/null
121 -}