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: Mon, 14 Jun 2021 06:51:15
Message-Id: 1623653466.d77140e436c8f9b8bc4773c998f68605a4b01993.mgorny@gentoo
1 commit: d77140e436c8f9b8bc4773c998f68605a4b01993
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 14 06:37:50 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 14 06:51:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d77140e4
7
8 dev-python/xdg: Bump to 5.1.0
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/xdg/Manifest | 1 +
13 dev-python/xdg/xdg-5.1.0.ebuild | 23 +++++++++++++++++++++++
14 2 files changed, 24 insertions(+)
15
16 diff --git a/dev-python/xdg/Manifest b/dev-python/xdg/Manifest
17 index d3ccc093664..3ced395c275 100644
18 --- a/dev-python/xdg/Manifest
19 +++ b/dev-python/xdg/Manifest
20 @@ -1,2 +1,3 @@
21 DIST xdg-5.0.1.tar.gz 4120 BLAKE2B f80ca1ec0ac064d64a2603f101301d427e7b64133eede1ff0770db0b7ba4368c8640b2d2eea8f1d28a52874a6b632ce83d969c38a036c970e20c2abba3a1f98c SHA512 c6da757cf0fd11a03d97506f7b898b902f560cb74cd9a90ed55550d89bf60eef5e32abe2aca19816279621e6ad0ad7899c7326b126a777231c67cc6cb30b766f
22 DIST xdg-5.0.2.gh.tar.gz 20457 BLAKE2B 87ad0914bc5165b7ea5918a7e9f88b14b4c3adebcd43552a98f9570c1682febf1b02c0f65ece03a449a489ea9de57932cebf3f5d8e4465e366a89734cdb77b90 SHA512 38c418dda2b7ed3369757e8cd40eaf0667643e1d8b23d609be4a2ecfa53e8e634bef9cba6e61f38e08b56d85297f35e38469b87ddd58b1bf2be202f6ad5f5838
23 +DIST xdg-5.1.0.gh.tar.gz 20801 BLAKE2B b59edb9bbd32b19a5d875a541a26b27746e964098570f14fc233c9cbcfe76b8fdd8105b925adfeab4dc519787985848f2acf3be3ef88dc5c2a4acfb6d10d7059 SHA512 37c1f45c4900d26df592da0bd02bd10fc4d132e68dfb76d30723f37e1a72d68bf7e8fe6e64ba17d37f008046726f803268dee4b3a74ca05d0b823d0dd969d3c2
24
25 diff --git a/dev-python/xdg/xdg-5.1.0.ebuild b/dev-python/xdg/xdg-5.1.0.ebuild
26 new file mode 100644
27 index 00000000000..6f45c65fcd8
28 --- /dev/null
29 +++ b/dev-python/xdg/xdg-5.1.0.ebuild
30 @@ -0,0 +1,23 @@
31 +# Copyright 2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +DISTUTILS_USE_SETUPTOOLS=pyproject.toml
37 +PYTHON_COMPAT=( python3_{8..10} )
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="Implementation of the XDG Base Directory Specification in Python"
41 +HOMEPAGE="https://github.com/srstevenson/xdg/ https://pypi.org/project/xdg/"
42 +SRC_URI="
43 + https://github.com/srstevenson/xdg/archive/${PV}.tar.gz
44 + -> ${P}.gh.tar.gz"
45 +
46 +LICENSE="ISC"
47 +SLOT="0"
48 +KEYWORDS="~amd64 ~x86"
49 +
50 +# https://bugs.gentoo.org/773415
51 +RDEPEND="!dev-python/pyxdg"
52 +
53 +distutils_enable_tests pytest