From be3a111a0d4b977c2ad6782363db1e56fbc5d485 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 26 Oct 2024 15:04:36 +0200 Subject: [PATCH] dev-python/tomli-w: Remove old MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/tomli-w/Manifest | 1 - dev-python/tomli-w/tomli-w-1.0.0-r1.ebuild | 33 ---------------------- 2 files changed, 34 deletions(-) delete mode 100644 dev-python/tomli-w/tomli-w-1.0.0-r1.ebuild diff --git a/dev-python/tomli-w/Manifest b/dev-python/tomli-w/Manifest index 87a3d97d239af..f77287bc79a15 100644 --- a/dev-python/tomli-w/Manifest +++ b/dev-python/tomli-w/Manifest @@ -1,2 +1 @@ -DIST tomli-w-1.0.0.gh.tar.gz 63862 BLAKE2B f10dc80ce76edafd78fc66dd488a35bb0e1d8bf31d0cc0e3b970be19f5cda40d992fafd46d1361b55df4a787d48f38260ac2be77def7ac938f62144e4c810897 SHA512 406f81e4e8151e55e8367031b5880f51de41016711238a114c82962012de4b90d5e465c503a8979d565d07843fbc4804a53c29848e4f6e5f20f9ec5dc5ce536a DIST tomli-w-1.1.0.gh.tar.gz 64682 BLAKE2B ca4cee4931f2df5ddf58cfdc2d28a20fcac7c7efe576dcbe43f2d30e0f5b9747f10632dd2b466fc769e2823896450876592cf518665f071cf6af55d9d3f94bb5 SHA512 0755004461017d3a62059ab74651c1fa0d2c67e224935760daa8d569b996db99e6c4077c92127b303a9026cf689d3db6a75cdb8d9178d9d3009b747b43ca2057 diff --git a/dev-python/tomli-w/tomli-w-1.0.0-r1.ebuild b/dev-python/tomli-w/tomli-w-1.0.0-r1.ebuild deleted file mode 100644 index 7ba319cac3e55..0000000000000 --- a/dev-python/tomli-w/tomli-w-1.0.0-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 2021-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{10..13} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="A lil' TOML writer" -HOMEPAGE=" - https://pypi.org/project/tomli-w/ - https://github.com/hukkin/tomli-w/ -" -SRC_URI=" - https://github.com/hukkin/tomli-w/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" - -BDEPEND=" - test? ( dev-python/tomli[${PYTHON_USEDEP}] ) -" - -distutils_enable_tests pytest - -python_test() { - epytest tests -}