mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 14:43:27 -04:00
dev-python/markdownify: add 1.2.2
Signed-off-by: Florian Albrechtskirchinger <falbrechtskirchinger@gmail.com>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST markdownify-0.11.6.tar.gz 16183 BLAKE2B 3bd511937043f4b262eb3bea102ad490ccfac3583adaff9120e781fdb308a072fa053595302ffd26d650cf65b3f20dc828cdf3b6755037bfc87afb0cf6dffe4e SHA512 9ab2bf56981081737e5ed95aa96ec16c2644fecca62763a4ea4ba1f6ebb61b671cecc857abd4a92a738a9762104b2d9beb92b320638d80dca3ad4ee7621d02e7
|
||||
DIST markdownify-1.2.2.gh.tar.gz 22205 BLAKE2B 1a30fe3f95e09e94a2e93b72377d01b7f891a7cccacd804c593d3054be29668b02db6685439e1e4eef6b0e50e6b4e477b29a75437a9292940813f63b27448243 SHA512 700baa295258cdf537e11597c99044e8a3ccef1980843ff5096b56d4ad6e724d8ba856dcb0501c3a678904f35daf5e8a649ce017414c0ccd50468031781a1be0
|
||||
|
||||
33
dev-python/markdownify/markdownify-1.2.2.ebuild
Normal file
33
dev-python/markdownify/markdownify-1.2.2.ebuild
Normal file
@@ -0,0 +1,33 @@
|
||||
# Copyright 2021-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{12..14} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1
|
||||
|
||||
MY_PN="python-markdownify"
|
||||
MY_P="${MY_PN}-${PV}"
|
||||
DESCRIPTION="Convert HTML to Markdown"
|
||||
HOMEPAGE="
|
||||
https://pypi.org/project/markdownify/
|
||||
https://github.com/matthewwithanm/python-markdownify
|
||||
"
|
||||
SRC_URI="
|
||||
https://github.com/matthewwithanm/${MY_PN}/archive/refs/tags/${PV}.tar.gz
|
||||
-> ${P}.gh.tar.gz
|
||||
"
|
||||
S="${WORKDIR}/${MY_P}/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/beautifulsoup4-4.9[${PYTHON_USEDEP}]
|
||||
>=dev-python/six-1.15[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
EPYTEST_PLUGINS=()
|
||||
distutils_enable_tests pytest
|
||||
Reference in New Issue
Block a user