From 537487537ac7ed9450f6d6694fc6ccf8241130fd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 29 Mar 2020 12:00:40 +0200 Subject: [PATCH] dev-python/toml: Remove redundant versions MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/toml/Manifest | 1 - dev-python/toml/toml-0.10.0.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) delete mode 100644 dev-python/toml/toml-0.10.0.ebuild diff --git a/dev-python/toml/Manifest b/dev-python/toml/Manifest index 198c28c58bd5..692ee569c924 100644 --- a/dev-python/toml/Manifest +++ b/dev-python/toml/Manifest @@ -1,3 +1,2 @@ DIST toml-0.10.0-1.tar.gz 20396 BLAKE2B 3ddcb4cadfc68239cfcb34938a785b27326991ea89966aa6ba3ff2c8a430099664dce1474adf453f2d372b0d149c43584bce9c7abee4c8cbec3126adb3d2ab95 SHA512 ebad9d87606cf66f3db5abb2b0abd333d5536037446df131bda3f8138c33a6495a8923fc583328c27632d39448790e0e6788745d8acd7d600ea3ce57cb7dbd45 -DIST toml-0.10.0.tar.gz 16719 BLAKE2B f7863e9cf0ca5185a59d64010346b4b960c40bc3711d4cbd1ad907d15da823319b748df1a5536465e9f36428bf1599624ede3b1fa68cb420684a52ba137227c9 SHA512 26f26c38ce9cd48305218c2c34c5a5407b00aefc25a933f044bb7be22c23cfdfa3b8cf2da952d17760c4b9038df62e405fa039cc7b63dd3e94c9c312f04f9182 DIST toml-test-39bb76d631ba103a94b377aaf52c979456677fb1.tar.gz 19304 BLAKE2B 5bb73ff91146ee85f6844132cdfc06673cdb384810c6c978cfc9f8ce6ba8b1607a0dc2d03aa868791d5fd33d00ebac96a4cd57a98948a3ef9318a52417904eda SHA512 931ba91b77da576979bde290c99f6cb1a2eeec3aee55b5041b0216094c584934d560487d329df21caa64b405ec50b4dd417dc910bbe4f15b1440686efc58da29 diff --git a/dev-python/toml/toml-0.10.0.ebuild b/dev-python/toml/toml-0.10.0.ebuild deleted file mode 100644 index 34ae49e3c755..000000000000 --- a/dev-python/toml/toml-0.10.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python{2_7,3_6,3_7} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Python library for handling TOML files" -HOMEPAGE="https://github.com/uiri/toml" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~sparc ~x86" - -# peculiar testing depending on https://github.com/BurntSushi/toml-test. Not -# particularly worth the trouble. -RESTRICT="test" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -- 2.26.2