Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/quixote/
Date: Sun, 05 Jan 2020 04:07:04
Message-Id: 1578197149.b0f55b0e2909e6ea0aa0baf26f777a0623d5b25d.bman@gentoo
1 commit: b0f55b0e2909e6ea0aa0baf26f777a0623d5b25d
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 5 04:05:49 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 5 04:05:49 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0f55b0e
7
8 dev-python/quixote: drop last-rited pkg
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 dev-python/quixote/Manifest | 1 -
13 dev-python/quixote/metadata.xml | 12 ----------
14 dev-python/quixote/quixote-2.8.ebuild | 45 -----------------------------------
15 profiles/package.mask | 5 ----
16 4 files changed, 63 deletions(-)
17
18 diff --git a/dev-python/quixote/Manifest b/dev-python/quixote/Manifest
19 deleted file mode 100644
20 index ca091769748..00000000000
21 --- a/dev-python/quixote/Manifest
22 +++ /dev/null
23 @@ -1 +0,0 @@
24 -DIST Quixote-2.8.tar.gz 474323 BLAKE2B 862ae01d546203cd4b8791d615e3c354990bf4d6f0d615873c4e987de64fe3d9dbeaf7b37d642cb3024da3ecd8887962e3d878f2a3fe4f07c1dd0be80b52b4a0 SHA512 d25e82228706966d1e3e24a07b8d1b62a016571f80ad375fa846be9fd720d6c2c8009b53f7abf72cd14ade36b3a69ac9a153d7017a88b5d420d571da45bc6558
25
26 diff --git a/dev-python/quixote/metadata.xml b/dev-python/quixote/metadata.xml
27 deleted file mode 100644
28 index 0fc88ced4a7..00000000000
29 --- a/dev-python/quixote/metadata.xml
30 +++ /dev/null
31 @@ -1,12 +0,0 @@
32 -<?xml version="1.0" encoding="UTF-8"?>
33 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
34 -<pkgmetadata>
35 - <maintainer type="project">
36 - <email>python@g.o</email>
37 - <name>Python</name>
38 - </maintainer>
39 -<maintainer type="project">
40 - <email>web-apps@g.o</email>
41 - <name>Gentoo Webapps</name>
42 - </maintainer>
43 -</pkgmetadata>
44
45 diff --git a/dev-python/quixote/quixote-2.8.ebuild b/dev-python/quixote/quixote-2.8.ebuild
46 deleted file mode 100644
47 index b6c839af761..00000000000
48 --- a/dev-python/quixote/quixote-2.8.ebuild
49 +++ /dev/null
50 @@ -1,45 +0,0 @@
51 -# Copyright 1999-2015 Gentoo Foundation
52 -# Distributed under the terms of the GNU General Public License v2
53 -
54 -EAPI=5
55 -# Appears to be written only for py2
56 -PYTHON_COMPAT=( python2_7 )
57 -
58 -inherit distutils-r1 flag-o-matic
59 -
60 -MY_P="${P/q/Q}"
61 -
62 -DESCRIPTION="Python HTML templating framework for developing web applications"
63 -HOMEPAGE="http://quixote.ca"
64 -SRC_URI="http://quixote.ca/releases/${MY_P}.tar.gz"
65 -
66 -LICENSE="CNRI-QUIXOTE-2.4"
67 -SLOT="0"
68 -KEYWORDS="amd64 ~ia64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
69 -IUSE="doc test"
70 -
71 -DEPEND="doc? ( dev-python/docutils[${PYTHON_USEDEP}] )
72 - test? ( dev-python/nose[${PYTHON_USEDEP}] )"
73 -
74 -S="${WORKDIR}"/${MY_P}
75 -# tests require a running quixote server, prob. apt. post install. Tried the demo one but no
76 -RESTRICT="test"
77 -
78 -python_compile() {
79 - local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
80 -
81 - distutils-r1_python_compile
82 -}
83 -
84 -python_compile_all() {
85 - use doc && emake -C doc
86 -}
87 -
88 -python_test() {
89 - nosetests tests || die "tests failed"
90 -}
91 -
92 -python_install_all() {
93 - local HTML_DOCS=( doc/. )
94 - distutils-r1_python_install_all
95 -}
96
97 diff --git a/profiles/package.mask b/profiles/package.mask
98 index 651ecef7d16..d96aab4b8d1 100644
99 --- a/profiles/package.mask
100 +++ b/profiles/package.mask
101 @@ -706,11 +706,6 @@ sci-astronomy/casacore
102 # Removal in 30 days. Bug #602024.
103 app-laptop/nvidiabl
104
105 -# Michał Górny <mgorny@g.o> (2019-12-01)
106 -# Not updated since 2015. No reverse dependencies.
107 -# Removal in 30 days. Bug #695392.
108 -dev-python/quixote
109 -
110 # Bernard Cafarelli <voyageur@g.o> (2019-11-29)
111 # Beta for new major version with initial Python 3 support
112 =app-backup/rdiff-backup-1.4.0_beta*