From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/pdfminer-six/ Date: Tue, 9 Jun 2020 16:37:03 +0000 (UTC) [thread overview] Message-ID: <1591715618.2446ea4f547d3ab92addeb18b27bc9f1edf4b1ca.andrewammerlaan@gentoo> (raw) commit: 2446ea4f547d3ab92addeb18b27bc9f1edf4b1ca Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Tue Jun 9 15:13:38 2020 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Tue Jun 9 15:13:38 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2446ea4f dev-python/pdfminer-six: version bump, add py3_9 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> dev-python/pdfminer-six/Manifest | 1 + .../pdfminer-six/pdfminer-six-20200517.ebuild | 29 ++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/dev-python/pdfminer-six/Manifest b/dev-python/pdfminer-six/Manifest index 439b541..c668fb4 100644 --- a/dev-python/pdfminer-six/Manifest +++ b/dev-python/pdfminer-six/Manifest @@ -1,2 +1,3 @@ DIST pdfminer-six-20200124.tar.gz 10181868 BLAKE2B 1421c4fba7ba3ad47966ee2a023453794b674033f9a84d11758efdf1601d82a5a628276a2ec57db99827856935c14e0b6fea49ac3a54fce97933e73a4ca598ae SHA512 60ce03984ef7d80d47e55ef50886ea77f82b7b4a61924332a25a56f4271f83816ca95c5e17a52d592c86356ffe8a0db530eae7c5f5b1f96fc42ae42679378a58 DIST pdfminer-six-20200402.tar.gz 10184190 BLAKE2B a54a9eee0297574b0b6e1b3df89a72ba4d2570b49312ebdba1b1d56387fa3c126dda032a6560bc6195f3b8f59a57e17839fda7bfa1386ba31494060bcf1a9f1b SHA512 da64a9141ad1afde63c41e6678ac5f2a13abba7ee2d1447fb5cd986e90a2d02ba040f128bb1f73db4329929eed90488a3b0b8c96f6af0d1968d483820bf6d656 +DIST pdfminer-six-20200517.tar.gz 10215675 BLAKE2B 8ccbbd0d8e166fbb69d7ef8d5dd563905dd7f2358f26a4481ad21ebfb93483be83043f7701ff71c260d63787c2e5e33a559b5a21e04519ce4f2547530fe07563 SHA512 7b8b0ea801a7ee419de3cc63e5a18fbc7861c1c3009f3ecf7098c1db25dcef6a8b71688828911746aa232d17aaba91302d1e0b7959ecd2a020852e99101ed3ba diff --git a/dev-python/pdfminer-six/pdfminer-six-20200517.ebuild b/dev-python/pdfminer-six/pdfminer-six-20200517.ebuild new file mode 100644 index 0000000..05bb0c1 --- /dev/null +++ b/dev-python/pdfminer-six/pdfminer-six-20200517.ebuild @@ -0,0 +1,29 @@ +# Copyright 2020 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 + +MY_PN="${PN/-/.}" + +DESCRIPTION="Community maintained fork of pdfminer" +HOMEPAGE="https://github.com/pdfminer/pdfminer.six" +SRC_URI="https://github.com/pdfminer/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + >=dev-python/chardet-3.0[${PYTHON_USEDEP}] + dev-python/pycryptodome[${PYTHON_USEDEP}] + dev-python/sortedcontainers[${PYTHON_USEDEP}] +" + +S="${WORKDIR}/${MY_PN}-${PV}" + +distutils_enable_tests nose +distutils_enable_sphinx docs/source dev-python/sphinx-argparse
WARNING: multiple messages have this Message-ID (diff)
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pdfminer-six/ Date: Tue, 9 Jun 2020 15:15:49 +0000 (UTC) [thread overview] Message-ID: <1591715618.2446ea4f547d3ab92addeb18b27bc9f1edf4b1ca.andrewammerlaan@gentoo> (raw) Message-ID: <20200609151549.fjAkgNitnPwqaCp8uHI3R07BJPP-h0TqQMc2YcznZrw@z> (raw) commit: 2446ea4f547d3ab92addeb18b27bc9f1edf4b1ca Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Tue Jun 9 15:13:38 2020 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Tue Jun 9 15:13:38 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2446ea4f dev-python/pdfminer-six: version bump, add py3_9 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> dev-python/pdfminer-six/Manifest | 1 + .../pdfminer-six/pdfminer-six-20200517.ebuild | 29 ++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/dev-python/pdfminer-six/Manifest b/dev-python/pdfminer-six/Manifest index 439b541..c668fb4 100644 --- a/dev-python/pdfminer-six/Manifest +++ b/dev-python/pdfminer-six/Manifest @@ -1,2 +1,3 @@ DIST pdfminer-six-20200124.tar.gz 10181868 BLAKE2B 1421c4fba7ba3ad47966ee2a023453794b674033f9a84d11758efdf1601d82a5a628276a2ec57db99827856935c14e0b6fea49ac3a54fce97933e73a4ca598ae SHA512 60ce03984ef7d80d47e55ef50886ea77f82b7b4a61924332a25a56f4271f83816ca95c5e17a52d592c86356ffe8a0db530eae7c5f5b1f96fc42ae42679378a58 DIST pdfminer-six-20200402.tar.gz 10184190 BLAKE2B a54a9eee0297574b0b6e1b3df89a72ba4d2570b49312ebdba1b1d56387fa3c126dda032a6560bc6195f3b8f59a57e17839fda7bfa1386ba31494060bcf1a9f1b SHA512 da64a9141ad1afde63c41e6678ac5f2a13abba7ee2d1447fb5cd986e90a2d02ba040f128bb1f73db4329929eed90488a3b0b8c96f6af0d1968d483820bf6d656 +DIST pdfminer-six-20200517.tar.gz 10215675 BLAKE2B 8ccbbd0d8e166fbb69d7ef8d5dd563905dd7f2358f26a4481ad21ebfb93483be83043f7701ff71c260d63787c2e5e33a559b5a21e04519ce4f2547530fe07563 SHA512 7b8b0ea801a7ee419de3cc63e5a18fbc7861c1c3009f3ecf7098c1db25dcef6a8b71688828911746aa232d17aaba91302d1e0b7959ecd2a020852e99101ed3ba diff --git a/dev-python/pdfminer-six/pdfminer-six-20200517.ebuild b/dev-python/pdfminer-six/pdfminer-six-20200517.ebuild new file mode 100644 index 0000000..05bb0c1 --- /dev/null +++ b/dev-python/pdfminer-six/pdfminer-six-20200517.ebuild @@ -0,0 +1,29 @@ +# Copyright 2020 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 + +MY_PN="${PN/-/.}" + +DESCRIPTION="Community maintained fork of pdfminer" +HOMEPAGE="https://github.com/pdfminer/pdfminer.six" +SRC_URI="https://github.com/pdfminer/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + >=dev-python/chardet-3.0[${PYTHON_USEDEP}] + dev-python/pycryptodome[${PYTHON_USEDEP}] + dev-python/sortedcontainers[${PYTHON_USEDEP}] +" + +S="${WORKDIR}/${MY_PN}-${PV}" + +distutils_enable_tests nose +distutils_enable_sphinx docs/source dev-python/sphinx-argparse
next reply other threads:[~2020-06-09 16:37 UTC|newest] Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-06-09 16:37 Andrew Ammerlaan [this message] 2020-06-09 15:15 ` [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pdfminer-six/ Andrew Ammerlaan -- strict thread matches above, loose matches on Subject: below -- 2022-11-01 2:55 [gentoo-commits] repo/proj/guru:master " Ronny Gutbrod 2022-04-23 17:49 Haelwenn Monnier 2020-12-18 19:05 Andrew Ammerlaan 2020-04-16 9:59 Andrew Ammerlaan 2020-04-16 9:59 Andrew Ammerlaan 2020-04-16 9:24 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan 2020-04-16 9:59 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1591715618.2446ea4f547d3ab92addeb18b27bc9f1edf4b1ca.andrewammerlaan@gentoo \ --to=andrewammerlaan@riseup.net \ --cc=gentoo-commits@lists.gentoo.org \ --cc=gentoo-dev@lists.gentoo.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox