commit:     cbad930015be4a6520952ca3d3b19d7c62155365
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 15 17:04:23 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Oct 15 17:28:14 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbad9300

dev-python/xonsh: Remove last-rited pkg

Closes: https://bugs.gentoo.org/694280
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/xonsh/Manifest           |  1 -
 dev-python/xonsh/metadata.xml       | 13 ----------
 dev-python/xonsh/xonsh-0.4.7.ebuild | 47 -------------------------------------
 profiles/package.mask               |  1 -
 4 files changed, 62 deletions(-)

diff --git a/dev-python/xonsh/Manifest b/dev-python/xonsh/Manifest
deleted file mode 100644
index 6537ddfd956..00000000000
--- a/dev-python/xonsh/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST xonsh-0.4.7.tar.gz 545249 BLAKE2B 
e7207274cccbd96a32942dad7e5b0e44c4a053c52a0f4e06bc789d86414d678192ce885e3d2cccf2c4f4d208567a2beb1319ffd01e150b5a1a953cb82ca75598
 SHA512 
133a493b1245048e4b8a51f01f0629283736753a7636d8bb0c123b623122b285fed9ba415972e5f44dbb9a1439a83858da50a9b01ebe6bb11e4e390708e08c9f

diff --git a/dev-python/xonsh/metadata.xml b/dev-python/xonsh/metadata.xml
deleted file mode 100644
index a3f8a4d9815..00000000000
--- a/dev-python/xonsh/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-  <!-- maintainer-needed -->
-  <upstream>
-    <remote-id type="pypi">xonsh</remote-id>
-    <maintainer status="unknown">
-      <email>[email protected]</email>
-      <name>Anthony Scopatz</name>
-    </maintainer>
-    <remote-id type="github">scopatz/xonsh</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/dev-python/xonsh/xonsh-0.4.7.ebuild 
b/dev-python/xonsh/xonsh-0.4.7.ebuild
deleted file mode 100644
index 18aa5230d08..00000000000
--- a/dev-python/xonsh/xonsh-0.4.7.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{5,6} )
-
-inherit distutils-r1 eutils
-
-DESCRIPTION="An exotic, usable shell"
-HOMEPAGE="
-       https://github.com/scopatz/xonsh
-       https://pypi.org/project/xonsh/";
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND="
-       dev-python/ply[${PYTHON_USEDEP}]
-       dev-python/pygments[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       test? (
-               dev-python/nose[${PYTHON_USEDEP}]
-       )"
-
-python_prepare_all() {
-       sed \
-               -e 
"/install_jupyter_hook/s:prefix=prefix:prefix=u\"${ED}/usr\":g" \
-               -i setup.py || die
-
-       distutils-r1_python_prepare_all
-}
-
-python_test() {
-       nosetests --verbose || die
-}
-
-pkg_postinst() {
-       elog "Please install"
-       optfeature "Jupyter kernel support" dev-python/jupyter
-       optfeature "Alternative to readline backend" dev-python/prompt_toolkit
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 553daa74a36..11d4f97678b 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -458,7 +458,6 @@ net-mail/Freemail
 # a few have been declared discontinued upstream.  None of them has
 # any reverse dependency.
 # Removal in 30 days.  Bug #694280.
-dev-python/xonsh
 dev-python/yubiotp
 
 # Lars Wendler <[email protected]> (2019-09-04)

Reply via email to