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/platformdirs/
Date: Tue, 31 Jan 2023 13:16:16
Message-Id: 1675170914.e36fee20c51234cee779926ffaa17b1b6a000709.mgorny@gentoo
1 commit: e36fee20c51234cee779926ffaa17b1b6a000709
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 31 13:15:14 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 31 13:15:14 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e36fee20
7
8 dev-python/platformdirs: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/platformdirs/platformdirs-2.6.2.ebuild | 35 -----------------------
13 1 file changed, 35 deletions(-)
14
15 diff --git a/dev-python/platformdirs/platformdirs-2.6.2.ebuild b/dev-python/platformdirs/platformdirs-2.6.2.ebuild
16 deleted file mode 100644
17 index 26bb508072da..000000000000
18 --- a/dev-python/platformdirs/platformdirs-2.6.2.ebuild
19 +++ /dev/null
20 @@ -1,35 +0,0 @@
21 -# Copyright 2021-2023 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=8
25 -
26 -DISTUTILS_USE_PEP517=hatchling
27 -PYTHON_COMPAT=( python3_{9..11} pypy3 )
28 -
29 -inherit distutils-r1
30 -
31 -DESCRIPTION="A small Python module for determining appropriate platform-specific dirs"
32 -HOMEPAGE="
33 - https://pypi.org/project/platformdirs/
34 - https://github.com/platformdirs/platformdirs/
35 -"
36 -SRC_URI="
37 - https://github.com/platformdirs/platformdirs/archive/${PV}.tar.gz
38 - -> ${P}.gh.tar.gz
39 -"
40 -
41 -LICENSE="MIT"
42 -SLOT="0"
43 -KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv ~s390 sparc x86"
44 -
45 -BDEPEND="
46 - >=dev-python/hatch-vcs-0.3[${PYTHON_USEDEP}]
47 - test? (
48 - dev-python/appdirs[${PYTHON_USEDEP}]
49 - dev-python/pytest-mock[${PYTHON_USEDEP}]
50 - )
51 -"
52 -
53 -distutils_enable_tests pytest
54 -
55 -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}