Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/
Date: Tue, 26 Nov 2019 03:43:02
Message-Id: 1574739770.ae3cb2d827f364d606cf48064f062208cc0d2f09.chutzpah@gentoo
1 commit: ae3cb2d827f364d606cf48064f062208cc0d2f09
2 Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
3 AuthorDate: Tue Nov 26 03:02:52 2019 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 26 03:42:50 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae3cb2d8
7
8 dev-python/mistune-0.8.4: Bump, add py38
9
10 Copyright: Sony Interactive Entertainment Inc.
11 Package-Manager: Portage-2.3.79, Repoman-2.3.18
12 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
13
14 dev-python/mistune/Manifest | 1 +
15 dev-python/mistune/mistune-0.8.4.ebuild | 23 +++++++++++++++++++++++
16 2 files changed, 24 insertions(+)
17
18 diff --git a/dev-python/mistune/Manifest b/dev-python/mistune/Manifest
19 index 8bfe4fe11ec..924bdd56a5b 100644
20 --- a/dev-python/mistune/Manifest
21 +++ b/dev-python/mistune/Manifest
22 @@ -1 +1,2 @@
23 DIST mistune-0.8.3.tar.gz 58506 BLAKE2B a4b96162514ba1b82710c9264d9005f151943d525ff7e28a2fd4a92b16d4c90818715bf851573e25be203537a3059dbec1e86c75ec0ebd0a4b164303c06d7029 SHA512 fc0b6d53e7a62712b752bff77c2529750628e9e1eeec02603bd2c793f9b0a46efe31fe7a749c5d6aae3c591d74e43c45e450179650bfb57128fb0ec366de6aa3
24 +DIST mistune-0.8.4.tar.gz 58322 BLAKE2B e65d45c5c95706a49a7fd407afe5f10e82a475766ca272ec3bebba8c89e670fe6efced7b09537efb69d3fd36e75091e370170a15ad7488b5cbe9186e2ccaf4db SHA512 36c3ef5d5537f5cceaa43e4da20a84b27c378cb744a93f0380024faefde490bcb42c453f79002ca049083fc437278f4afb3e10de5462f9eeb9077ca2a2fcaea7
25
26 diff --git a/dev-python/mistune/mistune-0.8.4.ebuild b/dev-python/mistune/mistune-0.8.4.ebuild
27 new file mode 100644
28 index 00000000000..32ed617d423
29 --- /dev/null
30 +++ b/dev-python/mistune/mistune-0.8.4.ebuild
31 @@ -0,0 +1,23 @@
32 +# Copyright 1999-2019 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +PYTHON_COMPAT=( python{2_7,3_{5,6,7,8}} pypy{,3} )
38 +
39 +inherit distutils-r1
40 +
41 +DESCRIPTION="The fastest markdown parser in pure Python"
42 +HOMEPAGE="https://pypi.org/project/mistune/ https://github.com/lepture/mistune"
43 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 +
45 +SLOT="0"
46 +LICENSE="BSD"
47 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
48 +
49 +BDEPEND="
50 + dev-python/cython[$(python_gen_usedep 'python*')]
51 + dev-python/setuptools[${PYTHON_USEDEP}]
52 +"
53 +
54 +distutils_enable_tests nose