diff --git a/dev-python/ptvsd/Manifest b/dev-python/ptvsd/Manifest new file mode 100644 index 0000000000000..28166edf4b589 --- /dev/null +++ b/dev-python/ptvsd/Manifest @@ -0,0 +1 @@ +DIST ptvsd-3.2.1.tar.gz 51934 BLAKE2B f94b57430bbc39bec90867f3d3b0e98fe88e3a6a8df26ef62f9e5aa4b966358c960881acca4df5a5f8d4538fad0a1c095488b11602673c092236f3110f4e9f8d SHA512 00524c80323ace2753a3ad07b441357f1d4a5c8a6a64eaa0d42c09fac9f6db2c291a1e55dd12ddfd46c257490979359088498fdfdf9fe7afe04bb6ceace33654 diff --git a/dev-python/ptvsd/metadata.xml b/dev-python/ptvsd/metadata.xml new file mode 100644 index 0000000000000..eda35d8bedf53 --- /dev/null +++ b/dev-python/ptvsd/metadata.xml @@ -0,0 +1,11 @@ + + + + + zmedico@gentoo.org + + + ptvsd + Microsoft/ptvsd + + diff --git a/dev-python/ptvsd/ptvsd-3.2.1.ebuild b/dev-python/ptvsd/ptvsd-3.2.1.ebuild new file mode 100644 index 0000000000000..8fb3f60afd067 --- /dev/null +++ b/dev-python/ptvsd/ptvsd-3.2.1.ebuild @@ -0,0 +1,17 @@ +# 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}]"