From deba8115d2c2af26df42966b91ef04ff4dd79cde Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 14 May 2020 11:09:11 +0100 Subject: gentoo resync : 14.05.2020 --- dev-python/ptvsd/Manifest | 4 ++-- dev-python/ptvsd/ptvsd-3.2.1.ebuild | 17 ----------------- dev-python/ptvsd/ptvsd-4.3.2.ebuild | 15 +++++++++++++++ 3 files changed, 17 insertions(+), 19 deletions(-) delete mode 100644 dev-python/ptvsd/ptvsd-3.2.1.ebuild create mode 100644 dev-python/ptvsd/ptvsd-4.3.2.ebuild (limited to 'dev-python/ptvsd') diff --git a/dev-python/ptvsd/Manifest b/dev-python/ptvsd/Manifest index c71fb4b9bfa6..1e4bbc80f111 100644 --- a/dev-python/ptvsd/Manifest +++ b/dev-python/ptvsd/Manifest @@ -1,3 +1,3 @@ -DIST ptvsd-3.2.1.tar.gz 51934 BLAKE2B f94b57430bbc39bec90867f3d3b0e98fe88e3a6a8df26ef62f9e5aa4b966358c960881acca4df5a5f8d4538fad0a1c095488b11602673c092236f3110f4e9f8d SHA512 00524c80323ace2753a3ad07b441357f1d4a5c8a6a64eaa0d42c09fac9f6db2c291a1e55dd12ddfd46c257490979359088498fdfdf9fe7afe04bb6ceace33654 -EBUILD ptvsd-3.2.1.ebuild 533 BLAKE2B f7f0c6ace08f44a83d224e2d74bc4694fafadc9b6e8e011df9a91e4465123f1196479630546b406972308eb74421450c397bbd6e175567d72393ea0dc0eb3bc0 SHA512 bfe51765d39784ff771c8409ce7ff14d189483e897da4d0f43148162f99f39d55f3e3bc63e29a0ef60bd6fa72818150110ee3ebb01b982e6c2d44782e3a768f5 +DIST ptvsd-4.3.2.tar.gz 7399976 BLAKE2B bd697773fcb504316e827ab0a25c029c77183f9a9ac8295060046bb6af92dcd9f30cd0edcf78dc6fd4c28b7af84054d75143e2734e6f7f19fa93f242800d0c4b SHA512 5d4fc0e37ade9ae5a8d88348102d150f77c49ee5fac657083e094e9f4bec80c36dcc5cfc89649b9b088a6ac2a899071ded3571ebb1bc9bb46e92d4a14dd5d7e0 +EBUILD ptvsd-4.3.2.ebuild 474 BLAKE2B 72129953566228331a6c5d1f0a2946f74428bd3085def49730eeb73fad9d160e195e930a09f396fd7f6daaae63875edfe84cac28bf6ca25917e287ec00216e04 SHA512 8d887295e29b095d3831bcd521d99623a5b0f07bd404b08c69e1359cedc08ae863e89524608fed9398c3fddb5deed564550ab69992d51b6a2f3c9238ea9173ac MISC metadata.xml 341 BLAKE2B 1a9fb681f0a7e155da2d3584ef81421b359cb9c935590780b9773140cbeccb81e4d97811a4bac800096096a06f24a10c51cf5fd9d04fd7f34b7efb897967caee SHA512 1a0bfdbe1365247c7f1ad322c1a6216c0d90edb549b7d8f83ecab81f0b72385d2f43b684ecd01d8bdafa7c4e3b0cefe2edddcbfd910a126a2488d0ba3e46030f 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 6d4a03c50953..000000000000 --- a/dev-python/ptvsd/ptvsd-3.2.1.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python3_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}]" diff --git a/dev-python/ptvsd/ptvsd-4.3.2.ebuild b/dev-python/ptvsd/ptvsd-4.3.2.ebuild new file mode 100644 index 000000000000..a3ca8820e587 --- /dev/null +++ b/dev-python/ptvsd/ptvsd-4.3.2.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{6,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" -- cgit v1.2.3