diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2021-11-10 13:46:24 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-11-10 13:48:48 +0100 |
commit | 0bba1c83a719d9b387c61a4206d7825af433ba2a (patch) | |
tree | dfd11d431bce2f3f1acd8a71e16d160a3f09a190 | |
parent | dev-python/pipfile: treeclean (diff) | |
download | gentoo-0bba1c83a719d9b387c61a4206d7825af433ba2a.tar.gz gentoo-0bba1c83a719d9b387c61a4206d7825af433ba2a.tar.bz2 gentoo-0bba1c83a719d9b387c61a4206d7825af433ba2a.zip |
dev-python/ptvsd: treeclean
Closes: https://bugs.gentoo.org/798192
Closes: https://bugs.gentoo.org/730330
Closes: https://bugs.gentoo.org/727212
Closes: https://bugs.gentoo.org/723740
Closes: https://bugs.gentoo.org/817389
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
-rw-r--r-- | dev-python/ptvsd/Manifest | 1 | ||||
-rw-r--r-- | dev-python/ptvsd/metadata.xml | 9 | ||||
-rw-r--r-- | dev-python/ptvsd/ptvsd-4.3.2.ebuild | 15 | ||||
-rw-r--r-- | profiles/package.mask | 8 |
4 files changed, 0 insertions, 33 deletions
diff --git a/dev-python/ptvsd/Manifest b/dev-python/ptvsd/Manifest deleted file mode 100644 index 93e2d6c7c15b..000000000000 --- a/dev-python/ptvsd/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ptvsd-4.3.2.tar.gz 7399976 BLAKE2B bd697773fcb504316e827ab0a25c029c77183f9a9ac8295060046bb6af92dcd9f30cd0edcf78dc6fd4c28b7af84054d75143e2734e6f7f19fa93f242800d0c4b SHA512 5d4fc0e37ade9ae5a8d88348102d150f77c49ee5fac657083e094e9f4bec80c36dcc5cfc89649b9b088a6ac2a899071ded3571ebb1bc9bb46e92d4a14dd5d7e0 diff --git a/dev-python/ptvsd/metadata.xml b/dev-python/ptvsd/metadata.xml deleted file mode 100644 index d18cc8893c70..000000000000 --- a/dev-python/ptvsd/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="pypi">ptvsd</remote-id> - <remote-id type="github">Microsoft/ptvsd</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/ptvsd/ptvsd-4.3.2.ebuild b/dev-python/ptvsd/ptvsd-4.3.2.ebuild deleted file mode 100644 index 0b3147a1d25f..000000000000 --- a/dev-python/ptvsd/ptvsd-4.3.2.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) -DISTUTILS_USE_SETUPTOOLS=bdepend -inherit distutils-r1 - -DESCRIPTION="Visual Studio remote debugging server for Python" -HOMEPAGE="https://pypi.org/project/ptvsd/ https://github.com/Microsoft/ptvsd/" -SRC_URI="https://github.com/microsoft/ptvsd/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" diff --git a/profiles/package.mask b/profiles/package.mask index eed40b44781e..83d45f934836 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -535,14 +535,6 @@ dev-python/python-ceilometerclient # Removal on 2021-11-09. Bug #817392. dev-python/onkyo-eiscp -# Arthur Zamarin <arthurzam@gentoo.org> (2021-10-10) -# Archived upstream repo, and deprecated by Microsoft. Doesn't work -# with the latest Visual Studio. Has issues with python 3.9 and -# python 3.10. -# Extra bugs: #798192 #723741 #727212 #730330 -# Removal on 2021-11-09. Bug #817389. -dev-python/ptvsd - # Sam James <sam@gentoo.org> (2021-10-10) # Needs upstream build system fixes (currently in progress). # Python toggles don't work correctly right now. |