commit: e1e41c77cc195b6f91018c3fb8330fbdbe4c3bed Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Dec 23 09:00:10 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Dec 23 09:01:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1e41c77
dev-python/ptpython: Remove last-rited pkg Closes: https://bugs.gentoo.org/755623 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/ptpython/Manifest | 1 - dev-python/ptpython/metadata.xml | 12 ------------ dev-python/ptpython/ptpython-2.0.6.ebuild | 24 ------------------------ profiles/package.mask | 1 - 4 files changed, 38 deletions(-) diff --git a/dev-python/ptpython/Manifest b/dev-python/ptpython/Manifest deleted file mode 100644 index 3cd505f6fb7..00000000000 --- a/dev-python/ptpython/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ptpython-2.0.6.tar.gz 46980 BLAKE2B b78013d898bb01106315a7aea88f40c0a8ba70571ae8fb5376dcf7d67636f4e3d4d329c5c58dc4c2cdca80ec92313938250224c2560f91eda40bff6c5f59736c SHA512 2d0a84e6515ad2e6523774b1136fdc822aed95e27e6a2d857952b703ea5def86de44166c2cffd8d2151cdf246088959d0a41279cb66b1249a865bff3ad02f4cc diff --git a/dev-python/ptpython/metadata.xml b/dev-python/ptpython/metadata.xml deleted file mode 100644 index ec02a39c699..00000000000 --- a/dev-python/ptpython/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>[email protected]</email> - <name>Python</name> - </maintainer> - <upstream> - <remote-id type="pypi">ptpython</remote-id> - <remote-id type="github">prompt-toolkit/ptpython</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/ptpython/ptpython-2.0.6.ebuild b/dev-python/ptpython/ptpython-2.0.6.ebuild deleted file mode 100644 index c543ecf4590..00000000000 --- a/dev-python/ptpython/ptpython-2.0.6.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{6,7} ) -inherit distutils-r1 - -DESCRIPTION="Python REPL build on top of prompt_toolkit" -HOMEPAGE="https://pypi.org/project/ptpython/ https://github.com/prompt-toolkit/ptpython" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" - -RDEPEND=" - dev-python/docopt[${PYTHON_USEDEP}] - >=dev-python/jedi-0.9.0[${PYTHON_USEDEP}] - >=dev-python/prompt_toolkit-2.0.8[${PYTHON_USEDEP}] - <dev-python/prompt_toolkit-2.1.0[${PYTHON_USEDEP}] - dev-python/pygments[${PYTHON_USEDEP}] -" diff --git a/profiles/package.mask b/profiles/package.mask index 54b6c7cfe3e..b857e6f8c04 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -297,7 +297,6 @@ games-emulation/fakenes # (or are broken). They have no reverse dependencies, except for other # packages from the list. # Removal in 30 days. Bug #755623. -dev-python/ptpython dev-python/pure-sasl dev-python/pyfltk dev-python/pympler
