Skip to content

Commit 1b672e8

Browse files
authored
Merge pull request #875 from macaroni-os/merge/mark-31/bump-dev-python_markdown-3_8
mark-devkit: [mark-31] Bump dev-python/markdown-3.8
2 parents 7c38f6d + 03be4e7 commit 1b672e8

2 files changed

Lines changed: 28 additions & 0 deletions

File tree

dev-python/markdown/Manifest

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
DIST markdown-3.7.tar.gz 357086 BLAKE2B 6b022c247d499939d1c8daffd947b788645ccbe25ad861b60dd5906bc762b1ab50f09d48edc829bc7ed6f2598398e6bce3a7cd177ca899159744ea4c54b8bb2e SHA512 9152ae942dfe5c93f29d4f083d7b04fa86f042a816b7a1360f6088cd5ea0fc730e14915a8fc48f6d36f74bc311ddc35dbfe1f78ef85779f285aa35a1e56caae1
2+
DIST markdown-3.8.tar.gz 360906 BLAKE2B 2e6258f32cd4da937fb24f9b56dfa979cccf471420bfb74af23b98998f1938bb22efa1f6721d9812ecc470ea669582a51d425e4368703be9f67d9c033ab37eb4 SHA512 905945ba8a4c04d2231fd1f727d6eec8600ccc7e48659dda6161cfe7d091b155e40f6f14baa2ad6cc1bf9334ca42d01ddfa6a14fa2636382e1e5ed2438300dd8
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Distributed under the terms of the GNU General Public License v2
2+
3+
EAPI=7
4+
5+
PYTHON_COMPAT=( python3+ pypy3 )
6+
inherit distutils-r1
7+
8+
DESCRIPTION="Python implementation of the markdown markup language"
9+
HOMEPAGE="https://python-markdown.github.io/
10+
https://pypi.org/project/Markdown/
11+
https://github.com/Python-Markdown/markdown
12+
"
13+
SRC_URI="https://files.pythonhosted.org/packages/2f/15/222b423b0b88689c266d9eac4e61396fe2cc53464459d6a37618ac863b24/markdown-3.8.tar.gz -> markdown-3.8.tar.gz"
14+
15+
DEPEND=""
16+
RDEPEND="$(python_gen_cond_dep 'dev-python/importlib_metadata[${PYTHON_USEDEP}]' -3 pypy3)"
17+
IUSE=""
18+
SLOT="0"
19+
LICENSE="BSD"
20+
KEYWORDS="*"
21+
S="${WORKDIR}/markdown-3.8"
22+
23+
src_prepare() {
24+
sed -i -e 's/license = "BSD-3-Clause"/license = { text = "BSD-3-Clause" }/' pyproject.toml || die
25+
sed -i -e '/license-files/d' pyproject.toml || die
26+
distutils-r1_src_prepare
27+
}

0 commit comments

Comments
 (0)