summaryrefslogtreecommitdiff
path: root/dev-python/ptvsd
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-06-02 17:13:10 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-06-02 17:13:10 +0100
commit0bff53119f08d677db6c1a991bd30741682a8a08 (patch)
tree6ec8d4c38152bb4f2bb4b93277236ebd9fbbd21d /dev-python/ptvsd
parent6c14fa2586d9e9c4427b5f727dc6c8ab77587cec (diff)
Revert "gentoo resync : 02.06.2018"
This reverts commit 6c14fa2586d9e9c4427b5f727dc6c8ab77587cec.
Diffstat (limited to 'dev-python/ptvsd')
-rw-r--r--dev-python/ptvsd/Manifest3
-rw-r--r--dev-python/ptvsd/metadata.xml11
-rw-r--r--dev-python/ptvsd/ptvsd-3.2.1.ebuild17
3 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/ptvsd/Manifest b/dev-python/ptvsd/Manifest
deleted file mode 100644
index 8b8e512999bc..000000000000
--- a/dev-python/ptvsd/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST ptvsd-3.2.1.tar.gz 51934 BLAKE2B f94b57430bbc39bec90867f3d3b0e98fe88e3a6a8df26ef62f9e5aa4b966358c960881acca4df5a5f8d4538fad0a1c095488b11602673c092236f3110f4e9f8d SHA512 00524c80323ace2753a3ad07b441357f1d4a5c8a6a64eaa0d42c09fac9f6db2c291a1e55dd12ddfd46c257490979359088498fdfdf9fe7afe04bb6ceace33654
-EBUILD ptvsd-3.2.1.ebuild 552 BLAKE2B 04aca203e29a48fb70c4e9893877025beeb4e8864c9eb57b956ab0e303cddd3b6cc01ffbbda140fd491f703c5dba2e16bce101e3c7efa60dde8aa7b96b931352 SHA512 4d933ae4da8689c904ca63701b078e4228ab03423ed976a3f7192bffd24b5c7b9ff83219bc615ae9ab311518ca93cde1549392e35f4c944353bf2c431dbb292a
-MISC metadata.xml 341 BLAKE2B 1a9fb681f0a7e155da2d3584ef81421b359cb9c935590780b9773140cbeccb81e4d97811a4bac800096096a06f24a10c51cf5fd9d04fd7f34b7efb897967caee SHA512 1a0bfdbe1365247c7f1ad322c1a6216c0d90edb549b7d8f83ecab81f0b72385d2f43b684ecd01d8bdafa7c4e3b0cefe2edddcbfd910a126a2488d0ba3e46030f
diff --git a/dev-python/ptvsd/metadata.xml b/dev-python/ptvsd/metadata.xml
deleted file mode 100644
index eda35d8bedf5..000000000000
--- a/dev-python/ptvsd/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>zmedico@gentoo.org</email>
- </maintainer>
- <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-3.2.1.ebuild b/dev-python/ptvsd/ptvsd-3.2.1.ebuild
deleted file mode 100644
index 8fb3f60afd06..000000000000
--- a/dev-python/ptvsd/ptvsd-3.2.1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-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://files.pythonhosted.org/packages/59/de/54ad88ba555ce66920165949febf4810359c000c4c73568a6215603b437d/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"