public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ronny Gutbrod" <gentoo@tastytea.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/pdfminer-six/
Date: Tue,  1 Nov 2022 02:55:08 +0000 (UTC)	[thread overview]
Message-ID: <1667137765.26fc9670ef1e55332cb1f8fd02cad85d61351e88.tastytea@gentoo> (raw)

commit:     26fc9670ef1e55332cb1f8fd02cad85d61351e88
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Oct 30 13:49:25 2022 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Sun Oct 30 13:49:25 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=26fc9670

dev-python/pdfminer-six: treeclean

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/pdfminer-six/Manifest                   |  2 --
 dev-python/pdfminer-six/metadata.xml               | 12 ---------
 .../pdfminer-six/pdfminer-six-20201018.ebuild      | 29 ---------------------
 .../pdfminer-six/pdfminer-six-20220319-r1.ebuild   | 30 ----------------------
 4 files changed, 73 deletions(-)

diff --git a/dev-python/pdfminer-six/Manifest b/dev-python/pdfminer-six/Manifest
deleted file mode 100644
index cc1d5cb76..000000000
--- a/dev-python/pdfminer-six/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST pdfminer-six-20201018.tar.gz 10256409 BLAKE2B 87e4b693621efc36c0f248d977c8c4310d8865629bc459c8f2bb65385ae215ce07701a016e8a5f31a81f84dc596dca9f58895ac98ad34f7549ea557282cfcc9e SHA512 62d3ef815072627baf30cda966f6914422ff4df4945e0442bdaa93e04f42d2e0874f0dba46cec0f789308d787f1c8842e913bb0b590709c22faf12f605ae258e
-DIST pdfminer.six-20220319.tar.gz 7356602 BLAKE2B e4ba2e62e923b53bcbd15dc2fdde11ededd6acee0f76cbbd5bb68eccc7d612c4f3d92edaf2b63e30586a2390360ff4bfdcec55515b66846b12494d569cb8cb7f SHA512 b11d4a306a1b4c0f022bd2628d26254069cec6a74b3375f1b335b7b31077fcc9377e8d8ea04ca5accf1133f111f6c2b70d9c25e12341536cc27f9411ca0f05e2

diff --git a/dev-python/pdfminer-six/metadata.xml b/dev-python/pdfminer-six/metadata.xml
deleted file mode 100644
index c155fa2dd..000000000
--- a/dev-python/pdfminer-six/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>alarig@swordarmor.fr</email>
-		<name>Alarig Le Lay</name>
-	</maintainer>
-	<maintainer type="person">
-		<name>Carlos Eduardo</name>
-		<email>carana2099@gmail.com</email>
-	</maintainer>
-</pkgmetadata>

diff --git a/dev-python/pdfminer-six/pdfminer-six-20201018.ebuild b/dev-python/pdfminer-six/pdfminer-six-20201018.ebuild
deleted file mode 100644
index 0289dc625..000000000
--- a/dev-python/pdfminer-six/pdfminer-six-20201018.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{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/cryptography[${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-20220319-r1.ebuild b/dev-python/pdfminer-six/pdfminer-six-20220319-r1.ebuild
deleted file mode 100644
index 0e5bf1797..000000000
--- a/dev-python/pdfminer-six/pdfminer-six-20220319-r1.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_{8,9,10} )
-
-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}/releases/download/${PV}/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
-	>=dev-python/chardet-3.0[${PYTHON_USEDEP}]
-	dev-python/cryptography[${PYTHON_USEDEP}]
-	dev-python/sortedcontainers[${PYTHON_USEDEP}]
-"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs/source dev-python/sphinx-argparse


             reply	other threads:[~2022-11-01  2:55 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-01  2:55 Ronny Gutbrod [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-04-23 17:49 [gentoo-commits] repo/proj/guru:master commit in: dev-python/pdfminer-six/ Haelwenn Monnier
2020-12-18 19:05 Andrew Ammerlaan
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=1667137765.26fc9670ef1e55332cb1f8fd02cad85d61351e88.tastytea@gentoo \
    --to=gentoo@tastytea.de \
    --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