Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/parso/
Date: Wed, 04 Mar 2020 12:33:46
Message-Id: 1583325010.7b5f6d6f84ae7d07979fbed8d227b43933d1c099.mgorny@gentoo
1 commit: 7b5f6d6f84ae7d07979fbed8d227b43933d1c099
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 4 12:30:10 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 4 12:30:10 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b5f6d6f
7
8 dev-python/parso: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/parso/Manifest | 2 --
13 dev-python/parso/parso-0.5.1-r1.ebuild | 23 -----------------------
14 dev-python/parso/parso-0.5.2.ebuild | 23 -----------------------
15 3 files changed, 48 deletions(-)
16
17 diff --git a/dev-python/parso/Manifest b/dev-python/parso/Manifest
18 index d7269a563ef..1146a681cd1 100644
19 --- a/dev-python/parso/Manifest
20 +++ b/dev-python/parso/Manifest
21 @@ -1,5 +1,3 @@
22 -DIST parso-0.5.1.tar.gz 388060 BLAKE2B 429ab40501d38e982cf77e0dbbfa4d8677dd1e2400945436b8eced608a41015b7028f586cf9af6057e441765f0a1db519a642ceadaba14620a92f452ce709871 SHA512 a04ef9bbe156bc28ac9fa64d091d3f1dcc9cf4b15a3c109cd33de1c4d34d0bf741016b88b6c12d456e953253942b7d522e0b793c9a00e9fb06de27ab0667c7fc
23 -DIST parso-0.5.2.tar.gz 390495 BLAKE2B 257de5853cad74803d9b45ae4820c96933d09ebe7c09d30a98ccb1d40d1473d8ef55f9be692278012f3d6f57066600ae14817d20bbde2258f2362702f3056f93 SHA512 d8a2b8c4f30eec676f9cb36afc86b4f80d8397ce4d82a2452598116ae50cb861a1eea6543a51898f4c94acb13b8345833283a353f19ae27242b6e993c02f0ef7
24 DIST parso-0.6.0.tar.gz 390815 BLAKE2B 3f1def6bd7d88f09e943c9e75e653dc5ed74652188ad5480065467e393769efdfc19645f4ae49725837cb9b903c2b1589d0715a7173655e9b97899ea9c987aee SHA512 1382b5005ea7e19c3d4f8910b47e9b730e61045fdb16d833a43a7eded8bd568a7528f1822bf193d3c110a5496f53a540ca5028dd10bfd4a59193d58a7e457014
25 DIST parso-0.6.1.tar.gz 390866 BLAKE2B 3dbbef687f194f41bc7fdeb7c78930802ee5a97150d2585eb8949ac74ac640e897b8f04b29f2768df920aa5d54ec80f1aac3b84f996ef0ea957ddccf9da77cf0 SHA512 98cc20a3378c89b870df5e5df52f2c2091c1a133ea9701141ed90edbb05c5b8ddf30dcc19069cc19666f34e37f8ca64e37bfd701314adb24b0a10ab197862cf1
26 DIST parso-0.6.2.tar.gz 391060 BLAKE2B 476b91286dc69161558dbb82f2e5eaf1b7f9ded6de467d97c74ec7e08a7e956cfbb67bd64e6ed975fddeaa64a616bf714f069e7185a3af8140aeaa2eda2de729 SHA512 da011c6fbab3ca2157c8934086cc0db0b7a37f5cd67debe70f56429f409de8762b124948ee75ac65779b806d8aaab759ee790eacb580910f3609ffd280dba2a8
27
28 diff --git a/dev-python/parso/parso-0.5.1-r1.ebuild b/dev-python/parso/parso-0.5.1-r1.ebuild
29 deleted file mode 100644
30 index 751ea4f2006..00000000000
31 --- a/dev-python/parso/parso-0.5.1-r1.ebuild
32 +++ /dev/null
33 @@ -1,23 +0,0 @@
34 -# Copyright 1999-2020 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -
39 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
40 -
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="a python parser that supports error recovery and round-trip parsing"
44 -HOMEPAGE="https://github.com/davidhalter/parso https://pypi.org/project/parso/"
45 -SRC_URI="https://github.com/davidhalter/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
46 -
47 -LICENSE="MIT"
48 -SLOT="0"
49 -KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 x86"
50 -IUSE="doc test"
51 -RESTRICT="!test? ( test )"
52 -
53 -BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
54 -
55 -distutils_enable_sphinx docs
56 -distutils_enable_tests pytest
57
58 diff --git a/dev-python/parso/parso-0.5.2.ebuild b/dev-python/parso/parso-0.5.2.ebuild
59 deleted file mode 100644
60 index ea0a2989651..00000000000
61 --- a/dev-python/parso/parso-0.5.2.ebuild
62 +++ /dev/null
63 @@ -1,23 +0,0 @@
64 -# Copyright 1999-2020 Gentoo Authors
65 -# Distributed under the terms of the GNU General Public License v2
66 -
67 -EAPI=7
68 -
69 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
70 -
71 -inherit distutils-r1
72 -
73 -DESCRIPTION="a python parser that supports error recovery and round-trip parsing"
74 -HOMEPAGE="https://github.com/davidhalter/parso https://pypi.org/project/parso/"
75 -SRC_URI="https://github.com/davidhalter/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
76 -
77 -LICENSE="MIT"
78 -SLOT="0"
79 -KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86"
80 -IUSE="doc test"
81 -RESTRICT="!test? ( test )"
82 -
83 -BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
84 -
85 -distutils_enable_sphinx docs
86 -distutils_enable_tests pytest