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/toml/
Date: Sun, 29 Mar 2020 10:13:42
Message-Id: 1585476788.537487537ac7ed9450f6d6694fc6ccf8241130fd.mgorny@gentoo
1 commit: 537487537ac7ed9450f6d6694fc6ccf8241130fd
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 29 10:00:40 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 29 10:13:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53748753
7
8 dev-python/toml: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/toml/Manifest | 1 -
13 dev-python/toml/toml-0.10.0.ebuild | 22 ----------------------
14 2 files changed, 23 deletions(-)
15
16 diff --git a/dev-python/toml/Manifest b/dev-python/toml/Manifest
17 index 198c28c58bd..692ee569c92 100644
18 --- a/dev-python/toml/Manifest
19 +++ b/dev-python/toml/Manifest
20 @@ -1,3 +1,2 @@
21 DIST toml-0.10.0-1.tar.gz 20396 BLAKE2B 3ddcb4cadfc68239cfcb34938a785b27326991ea89966aa6ba3ff2c8a430099664dce1474adf453f2d372b0d149c43584bce9c7abee4c8cbec3126adb3d2ab95 SHA512 ebad9d87606cf66f3db5abb2b0abd333d5536037446df131bda3f8138c33a6495a8923fc583328c27632d39448790e0e6788745d8acd7d600ea3ce57cb7dbd45
22 -DIST toml-0.10.0.tar.gz 16719 BLAKE2B f7863e9cf0ca5185a59d64010346b4b960c40bc3711d4cbd1ad907d15da823319b748df1a5536465e9f36428bf1599624ede3b1fa68cb420684a52ba137227c9 SHA512 26f26c38ce9cd48305218c2c34c5a5407b00aefc25a933f044bb7be22c23cfdfa3b8cf2da952d17760c4b9038df62e405fa039cc7b63dd3e94c9c312f04f9182
23 DIST toml-test-39bb76d631ba103a94b377aaf52c979456677fb1.tar.gz 19304 BLAKE2B 5bb73ff91146ee85f6844132cdfc06673cdb384810c6c978cfc9f8ce6ba8b1607a0dc2d03aa868791d5fd33d00ebac96a4cd57a98948a3ef9318a52417904eda SHA512 931ba91b77da576979bde290c99f6cb1a2eeec3aee55b5041b0216094c584934d560487d329df21caa64b405ec50b4dd417dc910bbe4f15b1440686efc58da29
24
25 diff --git a/dev-python/toml/toml-0.10.0.ebuild b/dev-python/toml/toml-0.10.0.ebuild
26 deleted file mode 100644
27 index 34ae49e3c75..00000000000
28 --- a/dev-python/toml/toml-0.10.0.ebuild
29 +++ /dev/null
30 @@ -1,22 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -PYTHON_COMPAT=( python{2_7,3_6,3_7} pypy3 )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Python library for handling TOML files"
41 -HOMEPAGE="https://github.com/uiri/toml"
42 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="BSD"
45 -SLOT="0"
46 -KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~sparc ~x86"
47 -
48 -# peculiar testing depending on https://github.com/BurntSushi/toml-test. Not
49 -# particularly worth the trouble.
50 -RESTRICT="test"
51 -
52 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"