public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Fri, 18 Dec 2020 18:10:11 +0000 (UTC)	[thread overview]
Message-ID: <1608315004.6e9bd930b8c985d8a9b9e2aeaff4fa3718f296c2.andrewammerlaan@gentoo> (raw)
Message-ID: <20201218181011.sueLkZMNki9WfHztL2Nip4Qr7PpC2jK9ctg37Ch_-vU@z> (raw)

commit:     6e9bd930b8c985d8a9b9e2aeaff4fa3718f296c2
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Dec 18 18:10:04 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Dec 18 18:10:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6e9bd930

dev-python/pdfminer-six: version bump 20201018

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/pdfminer-six/Manifest                   |  4 +--
 .../pdfminer-six/pdfminer-six-20200124.ebuild      | 30 ----------------------
 .../pdfminer-six/pdfminer-six-20200402.ebuild      | 30 ----------------------
 ...0200517.ebuild => pdfminer-six-20201018.ebuild} |  2 +-
 4 files changed, 2 insertions(+), 64 deletions(-)

diff --git a/dev-python/pdfminer-six/Manifest b/dev-python/pdfminer-six/Manifest
index c668fb4b..5e26aa73 100644
--- a/dev-python/pdfminer-six/Manifest
+++ b/dev-python/pdfminer-six/Manifest
@@ -1,3 +1 @@
-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
+DIST pdfminer-six-20201018.tar.gz 10256409 BLAKE2B 87e4b693621efc36c0f248d977c8c4310d8865629bc459c8f2bb65385ae215ce07701a016e8a5f31a81f84dc596dca9f58895ac98ad34f7549ea557282cfcc9e SHA512 62d3ef815072627baf30cda966f6914422ff4df4945e0442bdaa93e04f42d2e0874f0dba46cec0f789308d787f1c8842e913bb0b590709c22faf12f605ae258e

diff --git a/dev-python/pdfminer-six/pdfminer-six-20200124.ebuild b/dev-python/pdfminer-six/pdfminer-six-20200124.ebuild
deleted file mode 100644
index 6a4a40a3..00000000
--- a/dev-python/pdfminer-six/pdfminer-six-20200124.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit distutils-r1
-
-MY_PN="${PN/-/.}"
-
-DESCRIPTION="Community maintained fork of pdfminer"
-HOMEPAGE="https://github.com/pdfminer/pdfminer.six"
-MY_GITHUB_AUTHOR="pdfminer"
-SRC_URI="https://github.com/${MY_GITHUB_AUTHOR}/${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

diff --git a/dev-python/pdfminer-six/pdfminer-six-20200402.ebuild b/dev-python/pdfminer-six/pdfminer-six-20200402.ebuild
deleted file mode 100644
index 9d238bce..00000000
--- a/dev-python/pdfminer-six/pdfminer-six-20200402.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit distutils-r1
-
-MY_PN="${PN/-/.}"
-
-DESCRIPTION="Community maintained fork of pdfminer"
-HOMEPAGE="https://github.com/pdfminer/pdfminer.six"
-MY_GITHUB_AUTHOR="pdfminer"
-SRC_URI="https://github.com/${MY_GITHUB_AUTHOR}/${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

diff --git a/dev-python/pdfminer-six/pdfminer-six-20200517.ebuild b/dev-python/pdfminer-six/pdfminer-six-20201018.ebuild
similarity index 93%
rename from dev-python/pdfminer-six/pdfminer-six-20200517.ebuild
rename to dev-python/pdfminer-six/pdfminer-six-20201018.ebuild
index 1eb120fa..f32aa0b7 100644
--- a/dev-python/pdfminer-six/pdfminer-six-20200517.ebuild
+++ b/dev-python/pdfminer-six/pdfminer-six-20201018.ebuild
@@ -19,7 +19,7 @@ KEYWORDS="~amd64 ~x86"
 
 RDEPEND="
 	>=dev-python/chardet-3.0[${PYTHON_USEDEP}]
-	dev-python/pycryptodome[${PYTHON_USEDEP}]
+	dev-python/cryptography[${PYTHON_USEDEP}]
 	dev-python/sortedcontainers[${PYTHON_USEDEP}]
 "
 


             reply	other threads:[~2020-12-18 18:10 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-18 19:05 Andrew Ammerlaan [this message]
2020-12-18 18:10 ` [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-06-09 16:37 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=1608315004.6e9bd930b8c985d8a9b9e2aeaff4fa3718f296c2.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: link
Be 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