Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/xdg/
Date: Tue, 24 Aug 2021 12:39:31
Message-Id: 1629808709.429f6854a6147881a33dc7ed0d6f266c06bf804d.soap@gentoo
1 commit: 429f6854a6147881a33dc7ed0d6f266c06bf804d
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Tue Aug 24 12:38:29 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 24 12:38:29 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=429f6854
7
8 dev-python/xdg: Remove last-rited package
9
10 Closes: https://bugs.gentoo.org/804127
11 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
12 Signed-off-by: David Seifert <soap <AT> gentoo.org>
13
14 dev-python/xdg/Manifest | 2 --
15 dev-python/xdg/metadata.xml | 20 --------------------
16 dev-python/xdg/xdg-5.1.0.ebuild | 23 -----------------------
17 dev-python/xdg/xdg-5.1.1.ebuild | 23 -----------------------
18 profiles/package.mask | 6 ------
19 5 files changed, 74 deletions(-)
20
21 diff --git a/dev-python/xdg/Manifest b/dev-python/xdg/Manifest
22 deleted file mode 100644
23 index a122922098a..00000000000
24 --- a/dev-python/xdg/Manifest
25 +++ /dev/null
26 @@ -1,2 +0,0 @@
27 -DIST xdg-5.1.0.gh.tar.gz 20801 BLAKE2B b59edb9bbd32b19a5d875a541a26b27746e964098570f14fc233c9cbcfe76b8fdd8105b925adfeab4dc519787985848f2acf3be3ef88dc5c2a4acfb6d10d7059 SHA512 37c1f45c4900d26df592da0bd02bd10fc4d132e68dfb76d30723f37e1a72d68bf7e8fe6e64ba17d37f008046726f803268dee4b3a74ca05d0b823d0dd969d3c2
28 -DIST xdg-5.1.1.gh.tar.gz 22662 BLAKE2B f25e1e0aed9d14d244452bb9c71194016ac2b92d663ec20fe0a4aa6aa041fe99551b9c8952c6d7ddc7d8aea85d2010a072dfd7a7efeb8fbe37a58e965146ecbc SHA512 aaf3600703762dc9876c603e90fffb7cbdb57d73e3cc2726a9381d211ccb02af9ac6a7a055d8380ee206c8afa58bb1c20cfa56d780a6bd279efaa76b9465380f
29
30 diff --git a/dev-python/xdg/metadata.xml b/dev-python/xdg/metadata.xml
31 deleted file mode 100644
32 index 420cce7cc4f..00000000000
33 --- a/dev-python/xdg/metadata.xml
34 +++ /dev/null
35 @@ -1,20 +0,0 @@
36 -<?xml version="1.0" encoding="UTF-8"?>
37 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
38 -<pkgmetadata>
39 - <maintainer type="person" proxied="yes">
40 - <name>Kalin KOZHUHAROV</name>
41 - <email>kalin@××××××××.net</email>
42 - </maintainer>
43 - <maintainer type="project" proxied="proxy">
44 - <email>proxy-maint@g.o</email>
45 - <name>Proxy Maintainers</name>
46 - </maintainer>
47 - <maintainer type="project">
48 - <email>python@g.o</email>
49 - </maintainer>
50 - <stabilize-allarches/>
51 - <upstream>
52 - <remote-id type="pypi">xdg</remote-id>
53 - <remote-id type="github">srstevenson/xdg</remote-id>
54 - </upstream>
55 -</pkgmetadata>
56
57 diff --git a/dev-python/xdg/xdg-5.1.0.ebuild b/dev-python/xdg/xdg-5.1.0.ebuild
58 deleted file mode 100644
59 index 6f45c65fcd8..00000000000
60 --- a/dev-python/xdg/xdg-5.1.0.ebuild
61 +++ /dev/null
62 @@ -1,23 +0,0 @@
63 -# Copyright 2021 Gentoo Authors
64 -# Distributed under the terms of the GNU General Public License v2
65 -
66 -EAPI=7
67 -
68 -DISTUTILS_USE_SETUPTOOLS=pyproject.toml
69 -PYTHON_COMPAT=( python3_{8..10} )
70 -inherit distutils-r1
71 -
72 -DESCRIPTION="Implementation of the XDG Base Directory Specification in Python"
73 -HOMEPAGE="https://github.com/srstevenson/xdg/ https://pypi.org/project/xdg/"
74 -SRC_URI="
75 - https://github.com/srstevenson/xdg/archive/${PV}.tar.gz
76 - -> ${P}.gh.tar.gz"
77 -
78 -LICENSE="ISC"
79 -SLOT="0"
80 -KEYWORDS="~amd64 ~x86"
81 -
82 -# https://bugs.gentoo.org/773415
83 -RDEPEND="!dev-python/pyxdg"
84 -
85 -distutils_enable_tests pytest
86
87 diff --git a/dev-python/xdg/xdg-5.1.1.ebuild b/dev-python/xdg/xdg-5.1.1.ebuild
88 deleted file mode 100644
89 index f690901578f..00000000000
90 --- a/dev-python/xdg/xdg-5.1.1.ebuild
91 +++ /dev/null
92 @@ -1,23 +0,0 @@
93 -# Copyright 2021 Gentoo Authors
94 -# Distributed under the terms of the GNU General Public License v2
95 -
96 -EAPI=8
97 -
98 -DISTUTILS_USE_SETUPTOOLS=pyproject.toml
99 -PYTHON_COMPAT=( python3_{8..10} )
100 -inherit distutils-r1
101 -
102 -DESCRIPTION="Implementation of the XDG Base Directory Specification in Python"
103 -HOMEPAGE="https://github.com/srstevenson/xdg/ https://pypi.org/project/xdg/"
104 -SRC_URI="
105 - https://github.com/srstevenson/xdg/archive/${PV}.tar.gz
106 - -> ${P}.gh.tar.gz"
107 -
108 -LICENSE="ISC"
109 -SLOT="0"
110 -KEYWORDS="~amd64 ~x86"
111 -
112 -# https://bugs.gentoo.org/773415
113 -RDEPEND="!dev-python/pyxdg"
114 -
115 -distutils_enable_tests pytest
116
117 diff --git a/profiles/package.mask b/profiles/package.mask
118 index 81b8733e828..460eef3494f 100644
119 --- a/profiles/package.mask
120 +++ b/profiles/package.mask
121 @@ -333,12 +333,6 @@ sci-electronics/drawtiming
122 # Removal on 2021-08-25. bug #789792, bug #715298.
123 media-libs/openexr_ctl
124
125 -# Michał Górny <mgorny@g.o> (2021-07-25)
126 -# Conflicts with dev-python/pyxdg. Upstream is unwilling to resolve
127 -# this. The only revdep has been patched to use pyxdg.
128 -# Removal on 2021-08-24. Bug #804127.
129 -dev-python/xdg
130 -
131 # Andrew Ammerlaan <andrewammerlaan@g.o> (2021-07-12)
132 # Version 3.3.0 suffers from ridiculously high CPU usage, this version has
133 # therefore been retracted upstream.