From: "Ian Delaney" <idella4@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pysrt/
Date: Sun, 24 Apr 2016 13:31:56 +0000 (UTC) [thread overview]
Message-ID: <1461504696.b48e417c0240f93e19d65239829d639425b80e1a.idella4@gentoo> (raw)
commit: b48e417c0240f93e19d65239829d639425b80e1a
Author: Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Sat Apr 23 16:38:12 2016 +0000
Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Sun Apr 24 13:31:36 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b48e417c
dev-python/pysrt: bump to 1.1.1
Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1331
Signed-off-by: Ian Delaney <idella4 <AT> gentoo.org>
dev-python/pysrt/Manifest | 1 +
dev-python/pysrt/metadata.xml | 1 +
dev-python/pysrt/pysrt-1.1.1.ebuild | 31 +++++++++++++++++++++++++++++++
3 files changed, 33 insertions(+)
diff --git a/dev-python/pysrt/Manifest b/dev-python/pysrt/Manifest
index 99bff7e..e993f6c 100644
--- a/dev-python/pysrt/Manifest
+++ b/dev-python/pysrt/Manifest
@@ -1,2 +1,3 @@
DIST pysrt-1.0.1.tar.gz 11741 SHA256 5300a1584c8d15a1c49ef8880fa1ef7a4274ce3f24dde83ad581d12d875f6784 SHA512 cd03d40ebef953d7ea67073a114f10a87eb142670ece727d09a31b498835d8485ac0c125f4281b6ababdd6f0757f9549ce38cb05eda79b23ff17950ab891d0eb WHIRLPOOL f7629430ac7ee9b2a69d5618346e2f97f01a68683e8b9ef8c13519a87a7043852c142ba050b338ddccc992c4ada01bbae41b9d2bab2696cdb0fdc50761d7dd81
DIST pysrt-1.1.0.tar.gz 12171 SHA256 7f5468b15b05341e7b6086b611a326588da8dd7f649b1482cbb63cce7ff88af6 SHA512 31d085ca255cc9a09fe0df8611067ad39db36789b9cce89638382b2bcd5c4cad93a4cf1b19d852eb5a954fff89e602ab6359d4846ba9c6ca05d4b7a3b27ffa24 WHIRLPOOL 535f8f46b801efc1a4addda196a05135e6bda26360c51f7a62f902047017a3458970c4fd8cf6b51cdb0a20bede69e96d9d175bb97ba9dfbefd5ea9351249c409
+DIST pysrt-1.1.1.tar.gz 104027 SHA256 fb4c10424549fc5a32d19cd5091f00316b875461fcd79a7809bb55056974d0aa SHA512 607f80c1f66702d36b6fa54b293f59c6a28415d812bf54d7210075d1c84a7547ce2776c0809910ed3d79c08a3c595ce74719976d8f2818820a3f4a306ffc1825 WHIRLPOOL 9f3e4e76286ad5f2b90bd81eee3165e29295372b2f3c112875ea7c90fa57c04c8985a94b1106ba886a5ed81a6200a938a94c634ef0b5d92c85793b7e36d9fa6f
diff --git a/dev-python/pysrt/metadata.xml b/dev-python/pysrt/metadata.xml
index 9950bf8..9cc7c5e 100644
--- a/dev-python/pysrt/metadata.xml
+++ b/dev-python/pysrt/metadata.xml
@@ -13,5 +13,6 @@
<upstream>
<remote-id type="pypi">pysrt</remote-id>
<remote-id type="github">byroot/pysrt</remote-id>
+ <bugs-to>https://github.com/byroot/pysrt/issues</bugs-to>
</upstream>
</pkgmetadata>
diff --git a/dev-python/pysrt/pysrt-1.1.1.ebuild b/dev-python/pysrt/pysrt-1.1.1.ebuild
new file mode 100644
index 0000000..26bc3bb
--- /dev/null
+++ b/dev-python/pysrt/pysrt-1.1.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python library used to edit or create SubRip files"
+HOMEPAGE="https://github.com/byroot/pysrt https://pypi.python.org/pypi/pysrt"
+SRC_URI="https://pypi.python.org/packages/f6/33/16ad65a8973cb8bcb494af09ee1b9ab5ffdd6ff300bce5d3ac7d3cb1f2cc/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="dev-python/chardet[${PYTHON_USEDEP}]"
+DEPEND="
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ test? (
+ dev-python/nose[coverage(+),${PYTHON_USEDEP}]
+ ${RDEPEND}
+ )
+"
+
+python_test() {
+ nosetests --with-coverage --cover-package=pysrt \
+ || die "Tests failed under ${EPYTHON}"
+}
next reply other threads:[~2016-04-24 13:32 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-24 13:31 Ian Delaney [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-27 16:29 [gentoo-commits] repo/gentoo:master commit in: dev-python/pysrt/ Michał Górny
2024-05-18 8:09 Michał Górny
2023-11-24 15:45 Arthur Zamarin
2023-10-28 18:40 Michał Górny
2023-03-16 18:52 Michał Górny
2022-07-02 19:26 Michał Górny
2022-07-02 18:18 Sam James
2022-07-02 16:11 Michał Górny
2022-07-02 16:05 Jakov Smolić
2022-06-01 1:25 Sam James
2021-05-19 7:33 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-05-09 7:48 Agostino Sarubbo
2020-05-09 7:40 Agostino Sarubbo
2020-03-28 18:26 Michał Górny
2020-02-05 19:53 Michał Górny
2020-01-22 14:44 Louis Sautier
2020-01-22 12:33 Louis Sautier
2020-01-22 12:33 Louis Sautier
2020-01-22 12:33 Louis Sautier
2018-07-25 23:23 Louis Sautier
2018-07-25 23:23 Louis Sautier
2018-07-25 23:23 Louis Sautier
2018-06-18 10:34 Louis Sautier
2017-05-17 11:39 Manuel Rüger
2016-12-29 10:45 Agostino Sarubbo
2016-12-20 13:29 Tobias Klausmann
2016-03-07 9:28 Jason Zaman
2016-03-07 8:07 Ian Delaney
2016-02-02 12:43 Ian Delaney
2015-10-22 11:09 Justin Lecher
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=1461504696.b48e417c0240f93e19d65239829d639425b80e1a.idella4@gentoo \
--to=idella4@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