From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pymediainfo/
Date: Tue, 15 May 2018 19:20:20 +0000 (UTC) [thread overview]
Message-ID: <1526412018.2a2f7c0d0dbfbfa55f5e41570bf4e055897c4e03.mgorny@gentoo> (raw)
commit: 2a2f7c0d0dbfbfa55f5e41570bf4e055897c4e03
Author: Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Tue May 15 09:49:22 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 15 19:20:18 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a2f7c0d
dev-python/pymediainfo: remove old
Closes: https://github.com/gentoo/gentoo/pull/8420
Package-Manager: Portage-2.3.31, Repoman-2.3.9
dev-python/pymediainfo/Manifest | 1 -
dev-python/pymediainfo/pymediainfo-2.1.9.ebuild | 43 -------------------------
2 files changed, 44 deletions(-)
diff --git a/dev-python/pymediainfo/Manifest b/dev-python/pymediainfo/Manifest
index ab4b301918d..e0cb1bad6e3 100644
--- a/dev-python/pymediainfo/Manifest
+++ b/dev-python/pymediainfo/Manifest
@@ -1,3 +1,2 @@
-DIST pymediainfo-2.1.9.tar.gz 420111 BLAKE2B 2ead4bc682f38c08b25df0cfed7cb0f9d93e30b0aa94a94e1bd58bb686000b647eb1d1b7d5f5469d715e673e7a02550e010d66cc7cd869422840d469dfdb029a SHA512 8bc3abe3146f57cb33b5a3bdd1d902a9ef82211b0755d70d9d33601c6eaeaf397b2dd2428edd72a1541cba3cad5f2a414fc1802cf2c5529ada747c9f3b8f280c
DIST pymediainfo-2.2.0.tar.gz 421683 BLAKE2B da7145bc0ccb4dbd227ae1b28691d6b7c85bcfa604568624b233e7aa219429b1678c7247e142b72fc1bbe99eefada929f8ccc50984fab033e179f2d97bf86839 SHA512 70081c0d7f952433dd706296b4d564004b8c28af431871388d5fe2fafddbec9e2035d8bc50df170e3761bb258b113a42bf2dc13ce3b4663f724ee08cd4136cc9
DIST pymediainfo-2.3.0.tar.gz 423912 BLAKE2B 2108627d7eb661a4329b46abdf6821c7f9af6d3817455edf884d3d96af534424ae434e28c061deca699e967913c40b609f72ffe38316811d4c7b09008de0bde2 SHA512 6ca616ac92f4e8ab71d8edcdd1208dc3dcf9a13f7c3dd2d401a4997c95222b4e559786678826f75b631c4c46913c9cb390126a5468714a7c417638d3a4468d32
diff --git a/dev-python/pymediainfo/pymediainfo-2.1.9.ebuild b/dev-python/pymediainfo/pymediainfo-2.1.9.ebuild
deleted file mode 100644
index 6846d34175c..00000000000
--- a/dev-python/pymediainfo/pymediainfo-2.1.9.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
-
-inherit distutils-r1
-
-DESCRIPTION="A wrapper around the mediainfo library"
-HOMEPAGE="https://github.com/sbraz/pymediainfo"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
-
-RDEPEND="media-libs/libmediainfo"
-DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
- test? (
- ${RDEPEND}
- dev-python/pytest[${PYTHON_USEDEP}]
- dev-python/pytest-runner[${PYTHON_USEDEP}]
- )
-"
-
-python_compile_all() {
- use doc && esetup.py build_sphinx
-}
-
-python_test() {
- # requires network access
- py.test tests/test.py -k "not MediaInfoURLTest" \
- || die "tests failed with ${EPYTHON}"
-}
-
-python_install_all() {
- use doc && local HTML_DOCS=( docs/_build/html/. )
- distutils-r1_python_install_all
-}
next reply other threads:[~2018-05-15 19:20 UTC|newest]
Thread overview: 66+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-15 19:20 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-01 11:57 [gentoo-commits] repo/gentoo:master commit in: dev-python/pymediainfo/ Michał Górny
2025-03-01 9:29 Arthur Zamarin
2025-03-01 9:29 Arthur Zamarin
2025-02-12 20:26 Louis Sautier
2025-02-11 2:20 Louis Sautier
2024-08-09 13:19 Louis Sautier
2023-11-29 11:38 Michał Górny
2023-11-29 11:32 Michał Górny
2023-11-29 11:15 Michał Górny
2023-10-29 16:31 Louis Sautier
2023-06-03 17:45 Michał Górny
2023-02-26 20:14 Louis Sautier
2022-12-31 12:37 Michał Górny
2022-12-31 12:11 Sam James
2022-12-31 10:51 Arthur Zamarin
2022-11-26 0:32 Louis Sautier
2021-11-09 10:38 Michał Górny
2021-06-15 8:33 Michał Górny
2021-06-15 7:07 Agostino Sarubbo
2021-06-15 5:25 Sam James
2021-05-09 14:13 Louis Sautier
2021-05-03 16:53 Sam James
2021-05-03 16:51 Sam James
2021-05-01 22:18 Louis Sautier
2021-05-01 22:18 Louis Sautier
2021-04-11 13:20 Louis Sautier
2021-04-11 13:20 Louis Sautier
2020-11-23 23:28 Louis Sautier
2020-11-23 23:28 Louis Sautier
2020-11-20 0:25 Louis Sautier
2020-11-20 0:25 Louis Sautier
2020-11-07 18:14 Louis Sautier
2020-09-21 17:48 Michał Górny
2020-09-12 1:42 Louis Sautier
2020-09-04 23:38 Louis Sautier
2020-04-29 22:35 Louis Sautier
2020-03-28 18:03 Michał Górny
2019-09-18 13:45 Louis Sautier
2019-09-18 13:45 Louis Sautier
2019-04-04 15:55 Louis Sautier
2019-04-04 15:55 Louis Sautier
2019-03-05 13:06 Louis Sautier
2018-11-08 11:05 Louis Sautier
2018-11-08 11:05 Louis Sautier
2018-07-17 19:21 Louis Sautier
2018-06-20 20:32 Louis Sautier
2018-06-18 10:34 Louis Sautier
2018-06-07 7:33 Michał Górny
2018-05-15 19:20 Michał Górny
2017-11-08 22:48 Patrice Clement
2017-11-08 22:48 Patrice Clement
2017-03-21 23:11 Patrice Clement
2017-03-21 23:11 Patrice Clement
2016-07-21 15:57 Patrice Clement
2016-07-21 15:57 Patrice Clement
2016-05-05 22:08 Patrice Clement
2016-05-05 22:08 Patrice Clement
2016-05-05 8:06 Ian Delaney
2016-05-05 8:06 Ian Delaney
2016-05-01 13:02 Ian Delaney
2016-05-01 13:02 Ian Delaney
2016-04-17 11:10 Patrice Clement
2016-04-17 11:10 Patrice Clement
2016-02-06 12:38 Ian Delaney
2015-12-21 23:43 Patrice Clement
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=1526412018.2a2f7c0d0dbfbfa55f5e41570bf4e055897c4e03.mgorny@gentoo \
--to=mgorny@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