Files
gentoo/dev-python/misaka/misaka-2.1.1-r1.ebuild
Matthew Thode 25e48f5f57 dev-python/misaka: bump python to py10
Closes: https://bugs.gentoo.org/845753
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
2022-05-19 20:57:05 -05:00

22 lines
567 B
Bash

# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{7..10} )
inherit distutils-r1
DESCRIPTION="A CFFI binding for Hoedown, a markdown parsing library"
HOMEPAGE="http://misaka.61924.nl/ https://github.com/FSX/misaka"
SRC_URI="https://github.com/FSX/misaka/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
IUSE=""
LICENSE="MIT"
SLOT="0"
RDEPEND="dev-python/cffi[${PYTHON_USEDEP}]"
# FIXME: tests requires write access outside sandbox
#distutils_enable_tests setup.py