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/xdg/
Date: Sun, 25 Jul 2021 08:41:40
Message-Id: 1627202469.28ca99a713f49bfb7d8a3385f7b432f7307f2111.mgorny@gentoo
1 commit: 28ca99a713f49bfb7d8a3385f7b432f7307f2111
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 25 06:42:41 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 25 08:41:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28ca99a7
7
8 dev-python/xdg: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/xdg/Manifest | 2 --
13 dev-python/xdg/xdg-5.0.1-r2.ebuild | 18 ------------------
14 dev-python/xdg/xdg-5.0.2.ebuild | 23 -----------------------
15 3 files changed, 43 deletions(-)
16
17 diff --git a/dev-python/xdg/Manifest b/dev-python/xdg/Manifest
18 index 088fdeb174b..a122922098a 100644
19 --- a/dev-python/xdg/Manifest
20 +++ b/dev-python/xdg/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST xdg-5.0.1.tar.gz 4120 BLAKE2B f80ca1ec0ac064d64a2603f101301d427e7b64133eede1ff0770db0b7ba4368c8640b2d2eea8f1d28a52874a6b632ce83d969c38a036c970e20c2abba3a1f98c SHA512 c6da757cf0fd11a03d97506f7b898b902f560cb74cd9a90ed55550d89bf60eef5e32abe2aca19816279621e6ad0ad7899c7326b126a777231c67cc6cb30b766f
23 -DIST xdg-5.0.2.gh.tar.gz 20457 BLAKE2B 87ad0914bc5165b7ea5918a7e9f88b14b4c3adebcd43552a98f9570c1682febf1b02c0f65ece03a449a489ea9de57932cebf3f5d8e4465e366a89734cdb77b90 SHA512 38c418dda2b7ed3369757e8cd40eaf0667643e1d8b23d609be4a2ecfa53e8e634bef9cba6e61f38e08b56d85297f35e38469b87ddd58b1bf2be202f6ad5f5838
24 DIST xdg-5.1.0.gh.tar.gz 20801 BLAKE2B b59edb9bbd32b19a5d875a541a26b27746e964098570f14fc233c9cbcfe76b8fdd8105b925adfeab4dc519787985848f2acf3be3ef88dc5c2a4acfb6d10d7059 SHA512 37c1f45c4900d26df592da0bd02bd10fc4d132e68dfb76d30723f37e1a72d68bf7e8fe6e64ba17d37f008046726f803268dee4b3a74ca05d0b823d0dd969d3c2
25 DIST xdg-5.1.1.gh.tar.gz 22662 BLAKE2B f25e1e0aed9d14d244452bb9c71194016ac2b92d663ec20fe0a4aa6aa041fe99551b9c8952c6d7ddc7d8aea85d2010a072dfd7a7efeb8fbe37a58e965146ecbc SHA512 aaf3600703762dc9876c603e90fffb7cbdb57d73e3cc2726a9381d211ccb02af9ac6a7a055d8380ee206c8afa58bb1c20cfa56d780a6bd279efaa76b9465380f
26
27 diff --git a/dev-python/xdg/xdg-5.0.1-r2.ebuild b/dev-python/xdg/xdg-5.0.1-r2.ebuild
28 deleted file mode 100644
29 index 08ed5d1e0b0..00000000000
30 --- a/dev-python/xdg/xdg-5.0.1-r2.ebuild
31 +++ /dev/null
32 @@ -1,18 +0,0 @@
33 -# Copyright 2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -PYTHON_COMPAT=( python3_{7..9} )
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="Implementation of the XDG Base Directory Specification in Python"
42 -HOMEPAGE="https://github.com/srstevenson/xdg https://pypi.org/project/xdg"
43 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 -
45 -LICENSE="ISC"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~x86"
48 -
49 -# https://bugs.gentoo.org/773415
50 -RDEPEND="!dev-python/pyxdg"
51
52 diff --git a/dev-python/xdg/xdg-5.0.2.ebuild b/dev-python/xdg/xdg-5.0.2.ebuild
53 deleted file mode 100644
54 index 6f45c65fcd8..00000000000
55 --- a/dev-python/xdg/xdg-5.0.2.ebuild
56 +++ /dev/null
57 @@ -1,23 +0,0 @@
58 -# Copyright 2021 Gentoo Authors
59 -# Distributed under the terms of the GNU General Public License v2
60 -
61 -EAPI=7
62 -
63 -DISTUTILS_USE_SETUPTOOLS=pyproject.toml
64 -PYTHON_COMPAT=( python3_{8..10} )
65 -inherit distutils-r1
66 -
67 -DESCRIPTION="Implementation of the XDG Base Directory Specification in Python"
68 -HOMEPAGE="https://github.com/srstevenson/xdg/ https://pypi.org/project/xdg/"
69 -SRC_URI="
70 - https://github.com/srstevenson/xdg/archive/${PV}.tar.gz
71 - -> ${P}.gh.tar.gz"
72 -
73 -LICENSE="ISC"
74 -SLOT="0"
75 -KEYWORDS="~amd64 ~x86"
76 -
77 -# https://bugs.gentoo.org/773415
78 -RDEPEND="!dev-python/pyxdg"
79 -
80 -distutils_enable_tests pytest