Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/buildutils/, dev-python/buildutils/files/
Date: Sun, 26 Jun 2016 15:06:21
Message-Id: 1466953517.0e1703d06c2175e59aeea64524e16b3dfc503c44.mgorny@gentoo
1 commit: 0e1703d06c2175e59aeea64524e16b3dfc503c44
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 26 15:05:17 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 26 15:05:17 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e1703d0
7
8 dev-python/buildutils: Remove last rited package
9
10 dev-python/buildutils/Manifest | 1 -
11 dev-python/buildutils/buildutils-0.3-r1.ebuild | 51 ----------------------
12 .../files/buildutils-0.3-pudge_addcommand.patch | 12 -----
13 dev-python/buildutils/metadata.xml | 11 -----
14 profiles/package.mask | 7 ---
15 5 files changed, 82 deletions(-)
16
17 diff --git a/dev-python/buildutils/Manifest b/dev-python/buildutils/Manifest
18 deleted file mode 100644
19 index e21840e..0000000
20 --- a/dev-python/buildutils/Manifest
21 +++ /dev/null
22 @@ -1 +0,0 @@
23 -DIST buildutils-0.3.tar.gz 47868 SHA256 8f9921cf145a1879986b4028db0af4f028f65fe6eae29936490174037ba7dfc5 SHA512 63e3c0e9737672abcb7f9b10909df69f93eb801eeb829f840aaabc37428fc640ed7df4232283f933e5f0bb80b0195624b1ba69aeba1b01b7a61250bf6e6b6421 WHIRLPOOL b2ee8a3e1b70e82a563edd01b0d175c8c5670183ef4a0bbe207c6fd1a0bfdaf5797d30b57a6729a4ea61a5e3a2c88b5f859461439be69f2fe9ac9a91470b4a71
24
25 diff --git a/dev-python/buildutils/buildutils-0.3-r1.ebuild b/dev-python/buildutils/buildutils-0.3-r1.ebuild
26 deleted file mode 100644
27 index b424ea6..0000000
28 --- a/dev-python/buildutils/buildutils-0.3-r1.ebuild
29 +++ /dev/null
30 @@ -1,51 +0,0 @@
31 -# Copyright 1999-2015 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -# $Id$
34 -
35 -EAPI=5
36 -PYTHON_COMPAT=( python2_7 pypy )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Extensions for developing Python libraries and applications"
41 -HOMEPAGE="http://buildutils.lesscode.org https://pypi.python.org/pypi/buildutils"
42 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="MIT"
45 -SLOT="0"
46 -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
47 -IUSE="doc test"
48 -
49 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
50 - doc? ( dev-python/pudge[$(python_gen_usedep python{2_6,2_7})] )
51 - test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
52 -RDEPEND=""
53 -
54 -python_prepare_all() {
55 - # Enable pudge command.
56 - epatch "${FILESDIR}/${P}-pudge_addcommand.patch"
57 - sed -e "s/buildutils.command.publish/buildutils.publish_command.publish/" \
58 - -i buildutils/test/test_publish.py || die "sed failed"
59 - distutils-r1_python_prepare_all
60 -}
61 -
62 -python_compile_all() {
63 - if use doc; then
64 - einfo "Generation of documentation"
65 - # ensure docs are built with py2
66 - if "${PYTHON}" -c "import pudge"; then
67 - "${PYTHON}" setup.py pudge || die "Generation of documentation failed"
68 - else
69 - die "Generation of documentation failed"
70 - fi
71 - fi
72 -}
73 -
74 -python_test() {
75 - py.test || die "Tests failed under ${EPYTHON}"
76 -}
77 -
78 -python_install_all() {
79 - use doc && local HTML_DOCS=( doc/html/. )
80 - distutils-r1_python_install_all
81 -}
82
83 diff --git a/dev-python/buildutils/files/buildutils-0.3-pudge_addcommand.patch b/dev-python/buildutils/files/buildutils-0.3-pudge_addcommand.patch
84 deleted file mode 100644
85 index a9cadca..0000000
86 --- a/dev-python/buildutils/files/buildutils-0.3-pudge_addcommand.patch
87 +++ /dev/null
88 @@ -1,12 +0,0 @@
89 ---- setup.cfg 2008-04-05 17:18:24.000000000 +0300
90 -+++ setup.cfg 2008-04-05 17:18:46.000000000 +0300
91 -@@ -1,6 +1,9 @@
92 - [checksum]
93 - sign = 1
94 -
95 -+[global]
96 -+command_packages = buildutils.pudge_command
97 -+
98 - [egg_info]
99 - tag_build =
100 - tag_date = 0
101
102 diff --git a/dev-python/buildutils/metadata.xml b/dev-python/buildutils/metadata.xml
103 deleted file mode 100644
104 index f238b9f..0000000
105 --- a/dev-python/buildutils/metadata.xml
106 +++ /dev/null
107 @@ -1,11 +0,0 @@
108 -<?xml version="1.0" encoding="UTF-8"?>
109 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
110 -<pkgmetadata>
111 - <maintainer type="project">
112 - <email>python@g.o</email>
113 - <name>Python</name>
114 - </maintainer>
115 - <upstream>
116 - <remote-id type="pypi">buildutils</remote-id>
117 - </upstream>
118 -</pkgmetadata>
119
120 diff --git a/profiles/package.mask b/profiles/package.mask
121 index c121061..ebff32c 100644
122 --- a/profiles/package.mask
123 +++ b/profiles/package.mask
124 @@ -256,13 +256,6 @@ www-client/luakit
125 # Use at your own risk.
126 =app-text/xiphos-4.0.4-r1
127
128 -# Mike Gilbert <floppym@g.o> (25 May 2016)
129 -# Causes build failures in unrelated packages due to invasive
130 -# monkey-patching of easy_install (dev-python/setuptools).
131 -# Remove this package in 30 days.
132 -# Bug: https://bugs.gentoo.org/575844
133 -dev-python/buildutils
134 -
135 # Johannes Huber <johu@g.o> (25 May 2016)
136 # Masked for removal in 30 days. Declared as dead by
137 # upstream in 2015. Last release with KDE Applications 15.04.3.