Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyxdg/
Date: Thu, 31 Dec 2020 06:07:55
Message-Id: 1609394866.87e5e4e2dbb72ff665f4a5075574be4034d601d8.sam@gentoo
1 commit: 87e5e4e2dbb72ff665f4a5075574be4034d601d8
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 31 06:00:52 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 31 06:07:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87e5e4e2
7
8 dev-python/pyxdg: bump to 0.27
9
10 Package-Manager: Portage-3.0.9, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-python/pyxdg/Manifest | 1 +
14 dev-python/pyxdg/pyxdg-0.27.ebuild | 20 ++++++++++++++++++++
15 2 files changed, 21 insertions(+)
16
17 diff --git a/dev-python/pyxdg/Manifest b/dev-python/pyxdg/Manifest
18 index 40a65a9d767..58dc0a82e5b 100644
19 --- a/dev-python/pyxdg/Manifest
20 +++ b/dev-python/pyxdg/Manifest
21 @@ -1 +1,2 @@
22 DIST pyxdg-rel-0.26.tar.gz 68435 BLAKE2B a95948db17da9909554e82c0ccf590c3f94ec26d1e34d5ba335868233a649368c08ef30cc19e878310ef038e5bdb6d18cd0e15e9413d9c54b70931f25844ee8c SHA512 0c11bccb74b8c0d98f3c63c318d35d08e1c3bbea128bf7b82792e1bdc0a60c8c4d6414b0612b19296cfb48f7951dfc6dd55ac8d23238e370e7faf6c4f64d1fb6
23 +DIST pyxdg-rel-0.27.tar.gz 75385 BLAKE2B 44c275ad7f698ffea6963f67bdce46e4faed5c7ae7f6a5aeb03f31dba6358c07263ea826458982cc4f88c0e163c2732f5b498a8d38b5881433e5321cfb181ac6 SHA512 fa3b046ce741574a6c71ef9d1e57752f6c9775431110f6ea38dc851780b5e1f9033eabeb15c67c91bc9bef68bf8f545a25ef856c60e16ab2c4fcbbb053d8341e
24
25 diff --git a/dev-python/pyxdg/pyxdg-0.27.ebuild b/dev-python/pyxdg/pyxdg-0.27.ebuild
26 new file mode 100644
27 index 00000000000..b348a84228b
28 --- /dev/null
29 +++ b/dev-python/pyxdg/pyxdg-0.27.ebuild
30 @@ -0,0 +1,20 @@
31 +# Copyright 1999-2020 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +MY_P="${PN}-rel-${PV}"
37 +PYTHON_COMPAT=( python3_{6,7,8,9} )
38 +
39 +inherit distutils-r1
40 +
41 +DESCRIPTION="A Python module to deal with freedesktop.org specifications"
42 +HOMEPAGE="https://freedesktop.org/wiki/Software/pyxdg https://cgit.freedesktop.org/xdg/pyxdg/"
43 +SRC_URI="https://github.com/takluyver/${PN}/archive/rel-${PV}.tar.gz -> ${MY_P}.tar.gz"
44 +S="${WORKDIR}/${MY_P}"
45 +
46 +LICENSE="LGPL-2"
47 +SLOT="0"
48 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
49 +
50 +distutils_enable_tests nose