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