public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/guessit/
Date: Sun,  7 May 2017 21:25:28 +0000 (UTC)	[thread overview]
Message-ID: <1494192328.d4870a22b7a5c70379f3644750eb25254e9d8e08.monsieurp@gentoo> (raw)

commit:     d4870a22b7a5c70379f3644750eb25254e9d8e08
Author:     Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Sun May  7 17:34:28 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun May  7 21:25:28 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4870a22

dev-python/guessit: remove old.

Last guessit-1 consumer, flexget, is now gone.

Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4562

 dev-python/guessit/Manifest                |  1 -
 dev-python/guessit/guessit-1.0.3-r1.ebuild | 50 ------------------------------
 2 files changed, 51 deletions(-)

diff --git a/dev-python/guessit/Manifest b/dev-python/guessit/Manifest
index 4957d9657dd..e4565a495ac 100644
--- a/dev-python/guessit/Manifest
+++ b/dev-python/guessit/Manifest
@@ -1,3 +1,2 @@
-DIST guessit-1.0.3.tar.gz 1200782 SHA256 6de9149b663b415ebc1f4ab9f12eb624ca859cf13cc1a491382f56619f33f59b SHA512 be427d3ac5b598fe14b26b4fa41c3bd9c0cc946df85381c61be9180275b54f6beac9d433ba781f4351bf94eba5a53b1097d8503268efd9019d50beb60f92cfcb WHIRLPOOL 31b2bb0e57a395f38f7ebe2420945cf00e00149a8345db245c3978cebb6366b53b8b1eae89838d4729e1e8c15abef2f4c8c91f64e5eb3e6f36a56f54de715546
 DIST guessit-2.1.1.tar.gz 86447 SHA256 cdb51ced109e05318f35dc5ee1c50182a85edd800e86de77ec96eb68a0a99391 SHA512 61ace43bacf4bf2289bd1f0cd5105080b8302d92be8bda77942355594e07db14b594c73e4bf42bd14840f9f9723d602a38cd443cc3e1fabdca335d364fa97e2f WHIRLPOOL 885ee697f4929523527747d3ce5c0b548c6bcfe34c0e590bb1b8e5e4530ae4be6c0264a62dad83c5e2356a9063a9930ea3216f44b6df1b73000fd41c45b0e905
 DIST guessit-2.1.2.tar.gz 100478 SHA256 9f7e12b7f2215548284631a20aae6fc009c8af2bb8cc5d5e5e339cb15361dd95 SHA512 394098cb61cdd1d140e47a969dd86422d6856d2cda42dc7072ab9e482a0001d62f6ffe91d74a7bad04f274197e36e731ce203fe92930558969a94889d47c8e14 WHIRLPOOL dd26470424be58231a5787da45ca9122596800fbb968366699bc799cc29d65562cded7d40f8c6abbb6e48466300521d07560c92f44868b8a4229a68b5795468f

diff --git a/dev-python/guessit/guessit-1.0.3-r1.ebuild b/dev-python/guessit/guessit-1.0.3-r1.ebuild
deleted file mode 100644
index 3cbeaafdb55..00000000000
--- a/dev-python/guessit/guessit-1.0.3-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python library for guessing information from video filenames"
-HOMEPAGE="https://github.com/guessit-io/guessit https://pypi.python.org/pypi/guessit"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
-	>=dev-python/babelfish-0.5.5[${PYTHON_USEDEP}]
-	>=dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
-	<dev-python/python-dateutil-2.5.2[${PYTHON_USEDEP}]
-	dev-python/requests[${PYTHON_USEDEP}]
-	dev-python/stevedore[${PYTHON_USEDEP}]
-	dev-python/setuptools[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-	test? (
-		dev-python/pygments[${PYTHON_USEDEP}]
-		>=dev-python/pytest-2.7.3[${PYTHON_USEDEP}]
-		dev-python/pytest-capturelog[${PYTHON_USEDEP}]
-		dev-python/pytest-runner[${PYTHON_USEDEP}]
-		dev-python/pyyaml[${PYTHON_USEDEP}]
-	)
-"
-
-python_prepare_all() {
-	# Disable benchmarks as they require unavailable pytest-benchmark.
-	rm guessit/test/test_benchmark.py || die
-	sed -i -e "s|'pytest-benchmark',||g" setup.py || die
-
-	# Disable unconditional dependency on dev-python/pytest-runner.
-	sed -i -e "s|'pytest-runner'||g" setup.py || die
-
-	distutils-r1_python_prepare_all
-}
-
-python_test() {
-	esetup.py test
-}


             reply	other threads:[~2017-05-07 21:25 UTC|newest]

Thread overview: 88+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-07 21:25 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-18 16:10 [gentoo-commits] repo/gentoo:master commit in: dev-python/guessit/ Michał Górny
2023-12-30 16:18 Michał Górny
2023-12-30 14:51 Arthur Zamarin
2023-12-14 13:58 Michał Górny
2023-11-24 16:47 Arthur Zamarin
2023-06-01  4:07 Michał Górny
2023-03-25  5:18 Michał Górny
2023-03-25  1:43 Sam James
2023-02-20 15:22 Michał Górny
2023-02-19  4:32 Michał Górny
2022-12-10 15:46 Michał Górny
2022-11-02  7:37 Michał Górny
2022-06-22  7:59 Michał Górny
2022-06-22  6:53 Agostino Sarubbo
2022-05-19  7:32 Michał Górny
2022-04-22 10:47 Michał Górny
2021-12-10 17:46 Michał Górny
2021-12-10 16:14 Jakov Smolić
2021-12-10 15:44 Arthur Zamarin
2021-12-10 15:39 Arthur Zamarin
2021-11-09 10:23 Michał Górny
2021-11-06 10:59 Michał Górny
2021-06-05 19:00 Michał Górny
2021-03-15  9:00 Michał Górny
2021-03-15  7:10 Sam James
2021-03-07 22:39 Michał Górny
2021-03-07 19:46 Sam James
2021-02-06  8:59 Michał Górny
2021-02-03 23:23 Michał Górny
2021-02-01 17:23 Michał Górny
2021-02-01 15:07 Agostino Sarubbo
2020-12-24  0:19 Michał Górny
2020-10-27 19:58 Sam James
2020-10-27  5:11 Sam James
2020-08-02 19:05 Sam James
2020-08-02  6:46 Michał Górny
2020-05-21  8:06 Agostino Sarubbo
2020-05-21  7:53 Agostino Sarubbo
2020-05-03 16:09 Michał Górny
2020-05-03 16:09 Michał Górny
2020-05-03 16:09 Michał Górny
2020-03-25 12:08 Michał Górny
2020-03-25 12:08 Michał Górny
2020-02-04 13:32 Michał Górny
2019-03-08 20:53 Virgil Dupras
2019-03-02 23:42 Thomas Deutschmann
2019-02-22 10:23 Mikle Kolyada
2018-06-07 11:10 Michał Górny
2018-06-07 11:10 Michał Górny
2018-03-26 18:45 Aaron Bauman
2018-02-07 19:22 Michał Górny
2017-08-19  0:31 Thomas Deutschmann
2017-07-30  9:44 Michał Górny
2017-07-19 18:06 Tobias Klausmann
2017-07-07  8:05 Agostino Sarubbo
2017-06-11  8:50 Michael Palimaka
2017-06-11  8:50 Michael Palimaka
2017-06-11  8:50 Michael Palimaka
2017-06-11  8:50 Michael Palimaka
2017-06-11  8:50 Michael Palimaka
2017-05-31 16:36 Patrice Clement
2017-05-10 15:44 Agostino Sarubbo
2017-05-10  9:32 Agostino Sarubbo
2017-04-08 21:22 Patrice Clement
2017-04-08 21:22 Patrice Clement
2017-01-16 10:15 Agostino Sarubbo
2017-01-16  9:49 Agostino Sarubbo
2016-12-26 10:18 Aaron Bauman
2016-12-10 23:04 David Seifert
2016-12-10 23:04 David Seifert
2016-12-10 23:04 David Seifert
2016-09-11 12:24 David Seifert
2016-09-11  8:56 David Seifert
2016-09-11  8:56 David Seifert
2016-09-11  8:56 David Seifert
2016-08-22 14:10 Göktürk Yüksek
2016-08-22 14:09 Göktürk Yüksek
2016-07-30  6:54 Patrice Clement
2016-07-30  6:54 Patrice Clement
2016-07-08 11:38 Patrice Clement
2016-05-31  7:51 Patrice Clement
2016-05-31  7:51 Patrice Clement
2016-05-31  7:51 Patrice Clement
2016-05-12 11:40 Ian Delaney
2016-05-12 11:40 Ian Delaney
2016-05-12 11:40 Ian Delaney
2016-04-05 19:48 Mike Frysinger

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=1494192328.d4870a22b7a5c70379f3644750eb25254e9d8e08.monsieurp@gentoo \
    --to=monsieurp@gentoo.org \
    --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