dev-python/quixote: drop last-rited pkg
authorAaron Bauman <bman@gentoo.org>
Sun, 5 Jan 2020 04:05:49 +0000 (23:05 -0500)
committerAaron Bauman <bman@gentoo.org>
Sun, 5 Jan 2020 04:05:49 +0000 (23:05 -0500)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
dev-python/quixote/Manifest [deleted file]
dev-python/quixote/metadata.xml [deleted file]
dev-python/quixote/quixote-2.8.ebuild [deleted file]
profiles/package.mask

diff --git a/dev-python/quixote/Manifest b/dev-python/quixote/Manifest
deleted file mode 100644 (file)
index ca09176..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST Quixote-2.8.tar.gz 474323 BLAKE2B 862ae01d546203cd4b8791d615e3c354990bf4d6f0d615873c4e987de64fe3d9dbeaf7b37d642cb3024da3ecd8887962e3d878f2a3fe4f07c1dd0be80b52b4a0 SHA512 d25e82228706966d1e3e24a07b8d1b62a016571f80ad375fa846be9fd720d6c2c8009b53f7abf72cd14ade36b3a69ac9a153d7017a88b5d420d571da45bc6558
diff --git a/dev-python/quixote/metadata.xml b/dev-python/quixote/metadata.xml
deleted file mode 100644 (file)
index 0fc88ce..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-       <maintainer type="project">
-               <email>python@gentoo.org</email>
-               <name>Python</name>
-       </maintainer>
-<maintainer type="project">
-               <email>web-apps@gentoo.org</email>
-               <name>Gentoo Webapps</name>
-       </maintainer>
-</pkgmetadata>
diff --git a/dev-python/quixote/quixote-2.8.ebuild b/dev-python/quixote/quixote-2.8.ebuild
deleted file mode 100644 (file)
index b6c839a..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-# Appears to be written only for py2
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 flag-o-matic
-
-MY_P="${P/q/Q}"
-
-DESCRIPTION="Python HTML templating framework for developing web applications"
-HOMEPAGE="http://quixote.ca"
-SRC_URI="http://quixote.ca/releases/${MY_P}.tar.gz"
-
-LICENSE="CNRI-QUIXOTE-2.4"
-SLOT="0"
-KEYWORDS="amd64 ~ia64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="doc test"
-
-DEPEND="doc? ( dev-python/docutils[${PYTHON_USEDEP}] )
-       test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-
-S="${WORKDIR}"/${MY_P}
-# tests require a running quixote server, prob. apt. post install. Tried the demo one but no
-RESTRICT="test"
-
-python_compile() {
-       local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
-
-       distutils-r1_python_compile
-}
-
-python_compile_all() {
-       use doc && emake -C doc
-}
-
-python_test() {
-       nosetests tests || die "tests failed"
-}
-
-python_install_all() {
-       local HTML_DOCS=( doc/. )
-       distutils-r1_python_install_all
-}
index 651ecef7d160b52fd4f9297e56e6f20ae5dafdbe..d96aab4b8d1d020b2a22af5a52664f528158dcd8 100644 (file)
@@ -706,11 +706,6 @@ sci-astronomy/casacore
 # Removal in 30 days.  Bug #602024.
 app-laptop/nvidiabl
 
-# Michał Górny <mgorny@gentoo.org> (2019-12-01)
-# Not updated since 2015.  No reverse dependencies.
-# Removal in 30 days.  Bug #695392.
-dev-python/quixote
-
 # Bernard Cafarelli <voyageur@gentoo.org> (2019-11-29)
 # Beta for new major version with initial Python 3 support
 =app-backup/rdiff-backup-1.4.0_beta*