summaryrefslogtreecommitdiff
path: root/dev-python/ptvsd
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-01-31 18:57:01 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-01-31 18:57:01 +0000
commit69051588e2f955485fe5d45d45e616bc60a2de57 (patch)
treeef8699cca7ce3773b1de747b167ceeacdc60cb92 /dev-python/ptvsd
parentd7ed2b01311f15ba54fe8ea872aab7d59ab2b193 (diff)
gentoo resync : 31.01.2021
Diffstat (limited to 'dev-python/ptvsd')
-rw-r--r--dev-python/ptvsd/Manifest2
-rw-r--r--dev-python/ptvsd/ptvsd-4.3.2.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/ptvsd/Manifest b/dev-python/ptvsd/Manifest
index 1e4bbc80f111..18fd9d1b7f9a 100644
--- a/dev-python/ptvsd/Manifest
+++ b/dev-python/ptvsd/Manifest
@@ -1,3 +1,3 @@
DIST ptvsd-4.3.2.tar.gz 7399976 BLAKE2B bd697773fcb504316e827ab0a25c029c77183f9a9ac8295060046bb6af92dcd9f30cd0edcf78dc6fd4c28b7af84054d75143e2734e6f7f19fa93f242800d0c4b SHA512 5d4fc0e37ade9ae5a8d88348102d150f77c49ee5fac657083e094e9f4bec80c36dcc5cfc89649b9b088a6ac2a899071ded3571ebb1bc9bb46e92d4a14dd5d7e0
-EBUILD ptvsd-4.3.2.ebuild 474 BLAKE2B 72129953566228331a6c5d1f0a2946f74428bd3085def49730eeb73fad9d160e195e930a09f396fd7f6daaae63875edfe84cac28bf6ca25917e287ec00216e04 SHA512 8d887295e29b095d3831bcd521d99623a5b0f07bd404b08c69e1359cedc08ae863e89524608fed9398c3fddb5deed564550ab69992d51b6a2f3c9238ea9173ac
+EBUILD ptvsd-4.3.2.ebuild 472 BLAKE2B 65247ed9660f461c79a42830632316095264f64c95f4995d4a6189bd99f34a83ee05254252c68ae50a7877b3e175afcdbcdeb2fd6cbb8e2486001ea3fa866f13 SHA512 1451d7ecf0524aa7616b6e1d343098f223cc8fbc92a62cdcac1ecd932b4438c90cd5cd09b561f5dc5919550322a21fb8ca980fe814fb632dcbac05af5a721a15
MISC metadata.xml 341 BLAKE2B 1a9fb681f0a7e155da2d3584ef81421b359cb9c935590780b9773140cbeccb81e4d97811a4bac800096096a06f24a10c51cf5fd9d04fd7f34b7efb897967caee SHA512 1a0bfdbe1365247c7f1ad322c1a6216c0d90edb549b7d8f83ecab81f0b72385d2f43b684ecd01d8bdafa7c4e3b0cefe2edddcbfd910a126a2488d0ba3e46030f
diff --git a/dev-python/ptvsd/ptvsd-4.3.2.ebuild b/dev-python/ptvsd/ptvsd-4.3.2.ebuild
index a3ca8820e587..0b3147a1d25f 100644
--- a/dev-python/ptvsd/ptvsd-4.3.2.ebuild
+++ b/dev-python/ptvsd/ptvsd-4.3.2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{7,8} )
DISTUTILS_USE_SETUPTOOLS=bdepend
inherit distutils-r1