dev-python/misaka: update to 2.1.1

Migrated to EAPI=7, added python3_{6,7,8} targets.

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/15984
Signed-off-by: Aaron Bauman <bman@gentoo.org>
This commit is contained in:
Azamat H. Hackimov
2020-05-27 20:38:00 +03:00
committed by Aaron Bauman
parent 8699cbbeaf
commit 24ea61b1c9
3 changed files with 23 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST misaka-1.0.2.tar.gz 78702 BLAKE2B a07be5c94098e716d1494c69d84c50f8a78fe3b3a1a21d9a2ecce1c7474de9e493775b50f18cbdfa7c2bfb914fc4229d281282a80523e794de846d0f947238f1 SHA512 ba3ef2e4c66e0e33e21bb554c3e317342929b3d9969aaba7e3dbd745430b3952b6bb7d3142a3049c4de3e3dede7cc68a9810cd43642e014949e4564fcb2cc74d
DIST misaka-2.1.1.tar.gz 125187 BLAKE2B c739ac13430425fbfef56ff56b8b93a2be8654779793f233dd7be508a462114cef1d4977881646e2a0717adb4a10eac924edcc6e017658a703019c5a0b039b8e SHA512 345cbce4d3b4b7e99e13e32fe4049c6cc27b576685d9d44771a41c486b4fcd8696bd094ab426750ad1841a6d4d1edeee6a60def11559ccf1e3854f2e1bda51d1

View File

@@ -6,6 +6,7 @@
<name>Openstack</name>
</maintainer>
<upstream>
<remote-id type="github">FSX/misaka</remote-id>
<remote-id type="pypi">misaka</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,21 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
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