New packages for paper2remarkable

This commit is contained in:
nemunaire 2021-05-13 17:01:40 +02:00
commit 5b79c65f2f
11 changed files with 150 additions and 0 deletions

View file

@ -0,0 +1,2 @@
DIST readability-lxml-0.8.1.tar.gz 15878 BLAKE2B e1156fad7a34f82fc3ed8b614f6aae20e233a1babec7e75bff301faff9a82ea94e2e9fdcaf5e04592b0ddbae53e6fc008919c0104342f6ea256d8d2c3e6ac75b SHA512 e975116c8e34d7395e22acab2257dc9e90d75835317deadab6fb4bfd8aea5a8af9eacaabf26e96230665006dee63a0e7dd2afceba480da4d5f31b2b3bf7129c2
EBUILD readability-lxml-0.8.1.ebuild 474 BLAKE2B 68f9ae94172333da555546a7c0df3d0c481affebaf8b7de062e1b8b7ee5491d4098d24bb00022a49c7f0bda06d2d07c02a878eab2be3b35d025468c005b6e132 SHA512 4d52e8d9408307eec133876cfa1338f886ddc0fbfc3b70250409de976eee85b9065858a2448d521a31cb70308933db50521c4b4403fc8bfd334d99dbbd5a9d5d

View file

@ -0,0 +1,20 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{5,6,7,8,9} )
inherit distutils-r1
DESCRIPTION="fast html to text parser (article readability tool) with python 3 support"
HOMEPAGE="http://github.com/buriy/python-readability"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}"