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 paper2remarkable-0.9.3.tar.gz 41998 BLAKE2B 0ec811752c6ef8adc5c8f06bc05d70a8e34fccc7e2b1e11b5885ad44c30ee01f6c9d7b49f16d78fb63ec763b7c0c2102a9896912c2642cbfe7616d2092227f54 SHA512 90cd6dd99e52c05a9f36ddc3ef89b8231a7ec1173c5beec7a185ab5ae278072febe22dbd4e532b954026ddfca4133508017f803e1e96d5657fe8483aee0df772
EBUILD paper2remarkable-0.9.3.ebuild 1020 BLAKE2B a04cd8d2a0f5555d7c3c4089f5291dc7e6cfc8dd0529ce7b6aac32fe86496331446291e21740d3e504e3f1e976ea7aaa58ca616bca9d57c69f957e04aa3cdc12 SHA512 5790039a12876e7d685f9ab07c14463c4a6b2127f38cb61102957511899736cae77b052893620bc36f829408fe666ed64158820aec6cb39264e56e8018a34dd1

View file

@ -0,0 +1,34 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{7,8,9} )
inherit distutils-r1
DESCRIPTION="Easily download an academic paper and send it to the reMarkable"
HOMEPAGE="https://github.com/GjjvdBurg/paper2remarkable"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
IUSE=""
RDEPEND="
dev-python/pikepdf[${PYTHON_USEDEP}]
>=dev-python/beautifulsoup-4.8[${PYTHON_USEDEP}]
>=dev-python/html2text-2020.1.16[${PYTHON_USEDEP}]
>=dev-python/markdown-3.1.1[${PYTHON_USEDEP}]
>=dev-python/pdfplumber-0.5[${PYTHON_USEDEP}]
>=dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
>=dev-python/readability-lxml-0.7.1[${PYTHON_USEDEP}]
>=dev-python/regex-2018.11[${PYTHON_USEDEP}]
>=dev-python/requests-2.21[${PYTHON_USEDEP}]
>=dev-python/titlecase-0.12[${PYTHON_USEDEP}]
>=dev-python/unidecode-1.1[${PYTHON_USEDEP}]
>=dev-python/weasyprint-51[${PYTHON_USEDEP}]
dev-python/sortedcontainers[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"