summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-15 19:04:23 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-15 19:28:14 +0200
commitcbad930015be4a6520952ca3d3b19d7c62155365 (patch)
treecf3d25b91bbb29e4a36ba2dfcd53e21f2b6251d6
parentdev-python/twilio: Remove last-rited pkg (diff)
downloadgentoo-cbad930015be4a6520952ca3d3b19d7c62155365.tar.gz
gentoo-cbad930015be4a6520952ca3d3b19d7c62155365.tar.bz2
gentoo-cbad930015be4a6520952ca3d3b19d7c62155365.zip
dev-python/xonsh: Remove last-rited pkg
Closes: https://bugs.gentoo.org/694280 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/xonsh/Manifest1
-rw-r--r--dev-python/xonsh/metadata.xml13
-rw-r--r--dev-python/xonsh/xonsh-0.4.7.ebuild47
-rw-r--r--profiles/package.mask1
4 files changed, 0 insertions, 62 deletions
diff --git a/dev-python/xonsh/Manifest b/dev-python/xonsh/Manifest
deleted file mode 100644
index 6537ddfd9564..000000000000
--- 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 a3f8a4d9815a..000000000000
--- 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>scopatz@gmail.com</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 18aa5230d084..000000000000
--- 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 553daa74a363..11d4f97678ba 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 <polynomial-c@gentoo.org> (2019-09-04)