Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pymdown-lexers/
Date: Tue, 17 May 2022 12:20:09
Message-Id: 1652789966.71a22e500634ea1531a3cb0c59dea725fc294820.andrewammerlaan@gentoo
1 commit: 71a22e500634ea1531a3cb0c59dea725fc294820
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 17 11:28:43 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Tue May 17 12:19:26 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71a22e50
7
8 dev-python/pymdown-lexers: add 0_pre20210902
9
10 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
11
12 dev-python/pymdown-lexers/Manifest | 1 +
13 .../pymdown-lexers-0_pre20210902.ebuild | 23 ++++++++++++++++++++++
14 2 files changed, 24 insertions(+)
15
16 diff --git a/dev-python/pymdown-lexers/Manifest b/dev-python/pymdown-lexers/Manifest
17 index 66678bbe66f2..a7574252339a 100644
18 --- a/dev-python/pymdown-lexers/Manifest
19 +++ b/dev-python/pymdown-lexers/Manifest
20 @@ -1 +1,2 @@
21 DIST pymdown-lexers-0_pre20210308.tar.gz 2962 BLAKE2B 6504974327727cf49c9a6584cf06dee1505c8e0266241b584f84c3a99f6e8344e3dafda2bcdd3773d06e634a6d6aecd1279b40f3126ffdddb77f3218a1a18034 SHA512 08beadf0ee24bc33b6eb231d297bdbb084954fba4a22fb0beed3bb08c2e188bf984465a61138affbcdbf843831bbd7d2f2d26c798c60048145a42d365ae81dd3
22 +DIST pymdown-lexers-0_pre20210902.tar.gz 2998 BLAKE2B cd9793c247abd7ac2ff2a8104f1b43ef034a8da14fa27c86c59794b7f53c22e75820a0033673e44824f98b50a4e9af446538428252a4064223e5ad35bdeac23a SHA512 c411f935ca0fedbdd0547c2c78d2292d8a07469f90b401d29fc1c2cc1eb899fde865a5eefa253eade03dc139af6188e0b655b8924465238ce9a53cd636eb5b53
23
24 diff --git a/dev-python/pymdown-lexers/pymdown-lexers-0_pre20210902.ebuild b/dev-python/pymdown-lexers/pymdown-lexers-0_pre20210902.ebuild
25 new file mode 100644
26 index 000000000000..43e9cae5bf38
27 --- /dev/null
28 +++ b/dev-python/pymdown-lexers/pymdown-lexers-0_pre20210902.ebuild
29 @@ -0,0 +1,23 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +PYTHON_COMPAT=( python3_{8..11} )
36 +DISTUTILS_USE_PEP517=setuptools
37 +inherit distutils-r1
38 +
39 +COMMIT="4cd030ad37bedff37345b37c1f1cd118530429ed"
40 +
41 +DESCRIPTION="Additional lexers for use in Pygments"
42 +HOMEPAGE="https://github.com/facelessuser/pymdown-lexers"
43 +SRC_URI="https://github.com/facelessuser/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
44 +S="${WORKDIR}/${PN}-${COMMIT}"
45 +
46 +LICENSE="MIT"
47 +SLOT="0"
48 +KEYWORDS="~amd64 ~riscv ~x86"
49 +
50 +RDEPEND="
51 + >=dev-python/pygments-2.0.1[${PYTHON_USEDEP}]
52 +"