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}"

View file

@ -0,0 +1,2 @@
DIST pdfplumber-0.5.28.tar.gz 45725 BLAKE2B 0e18100a021bdda2fc334627f746b84bd35388574aaee92262587675c30b1936715e7ba66858e55bf4c2bc155060661ce1f4e36dcf840192e0b71330615fcafa SHA512 342f8e7d85841c776de411754bc47845a01615adf8d608ea30837fcea7d6a4240e3bacaa81f8ded7b2848286f2863518f5d3e9ded62d19dd2f7a30fdfbc92e2b
EBUILD pdfplumber-0.5.28.ebuild 574 BLAKE2B 1fe7c8862306221792c1c6b80defff3cce50c6ca8d35105463e7ca2c405049ee90332acc872c8b1bc6b421d6f5ae8cc40bdbd772c44626fd74673a32fd758b75 SHA512 7342e23cbcd946c213279c9127d66786d3a103fd9f919b9a73be1ff557c5457ee05267fdddce441999c12bb14c244367b358fd60082ae3a694d9aca55ddde8f3

View file

@ -0,0 +1,24 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8,9} )
inherit distutils-r1
DESCRIPTION="Plumb a PDF for detailed information about each char, rectangle, and line."
HOMEPAGE="https://github.com/jsvine/pdfplumber"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
IUSE=""
RDEPEND="
app-text/pdfminer[${PYTHON_USEDEP}]
>=dev-python/pillow-7[${PYTHON_USEDEP}]
dev-python/wand[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"

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}"

View file

@ -0,0 +1,2 @@
DIST titlecase-2.0.0.tar.gz 12257 BLAKE2B 263bcaf075e8329615451c7fcf3e69b7f8a34bd89659df61945f3a08e40210f07d0d86e816a99044893cc05393efcdc3659523ad168ab8cd2f39041d48054b01 SHA512 adab17821c230d9d864f1a3e631a294712423345f40350fd77e24e19b8623fd76da762cdcdb5c01f5375c50f207a889202666752c8ffd3720934b181d7e8c40d
EBUILD titlecase-2.0.0.ebuild 435 BLAKE2B dd5a1bd4059061d993260297029e5f0cb2c2a41bbb5735e7afa4b35f5ec57c80e1365860ec94ec40150dbb91658606677516b7db64bbd74f0e7c5367c5a8ca13 SHA512 dc587af7efa9f5f7b0a1d011f032faaf7add87bc68597cc383367bf3987ba42019876c4fdc07035a214cec6d9926e4131f91a4e66c90b25242a6a870db6f3508

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_{6,7,8,9} )
inherit distutils-r1
DESCRIPTION="Python Port of John Gruber's titlecase.pl"
HOMEPAGE="https://github.com/ppannuto/python-titlecase"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}"