diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-01-04 23:05:49 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-01-04 23:05:49 -0500 |
commit | b0f55b0e2909e6ea0aa0baf26f777a0623d5b25d (patch) | |
tree | b2f96bcc2e6d2027fd9dc8bab9c2fa2520c7ec21 | |
parent | profiles/package.mask: drop obsolete mask (diff) | |
download | gentoo-b0f55b0e2909e6ea0aa0baf26f777a0623d5b25d.tar.gz gentoo-b0f55b0e2909e6ea0aa0baf26f777a0623d5b25d.tar.bz2 gentoo-b0f55b0e2909e6ea0aa0baf26f777a0623d5b25d.zip |
dev-python/quixote: drop last-rited pkg
Signed-off-by: Aaron Bauman <bman@gentoo.org>
-rw-r--r-- | dev-python/quixote/Manifest | 1 | ||||
-rw-r--r-- | dev-python/quixote/metadata.xml | 12 | ||||
-rw-r--r-- | dev-python/quixote/quixote-2.8.ebuild | 45 | ||||
-rw-r--r-- | profiles/package.mask | 5 |
4 files changed, 0 insertions, 63 deletions
diff --git a/dev-python/quixote/Manifest b/dev-python/quixote/Manifest deleted file mode 100644 index ca091769748e..000000000000 --- a/dev-python/quixote/Manifest +++ /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 index 0fc88ced4a7a..000000000000 --- a/dev-python/quixote/metadata.xml +++ /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 index b6c839af7617..000000000000 --- a/dev-python/quixote/quixote-2.8.ebuild +++ /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 -} diff --git a/profiles/package.mask b/profiles/package.mask index 651ecef7d160..d96aab4b8d1d 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -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* |