diff options
Diffstat (limited to 'dev-python/ptvsd')
-rw-r--r-- | dev-python/ptvsd/Manifest | 2 | ||||
-rw-r--r-- | dev-python/ptvsd/ptvsd-3.2.1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/ptvsd/Manifest b/dev-python/ptvsd/Manifest index 8b8e512999bc..210dd2b1342a 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 552 BLAKE2B 04aca203e29a48fb70c4e9893877025beeb4e8864c9eb57b956ab0e303cddd3b6cc01ffbbda140fd491f703c5dba2e16bce101e3c7efa60dde8aa7b96b931352 SHA512 4d933ae4da8689c904ca63701b078e4228ab03423ed976a3f7192bffd24b5c7b9ff83219bc615ae9ab311518ca93cde1549392e35f4c944353bf2c431dbb292a +EBUILD ptvsd-3.2.1.ebuild 547 BLAKE2B b389f95ecd8078e242c4466b56e2367ae7af2143271022cebfa8cee527118178d068c508d2ff0915f926bdaf88063f12fdf0e0474f7f2963f80465169403c05e SHA512 d866e89036e01a99a4aff6a89a9a4bfe1e966957b19c4d8f39fe4392153099f585a0c280da13254a632086f3c43e72839cdfd0e1d0997ba524c18478c4c5f03e 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 index 8fb3f60afd06..9831dd6f07ed 100644 --- a/dev-python/ptvsd/ptvsd-3.2.1.ebuild +++ b/dev-python/ptvsd/ptvsd-3.2.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +PYTHON_COMPAT=( python2_7 python3_{5,6} ) inherit distutils-r1 |