Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pysrt/
Date: Mon, 07 Mar 2016 09:28:44
Message-Id: 1457340692.813a4533509420b751e42c273815a8a70bb1ecca.perfinion@gentoo
1 commit: 813a4533509420b751e42c273815a8a70bb1ecca
2 Author: Louis Sautier <sautier.louis <AT> gmail <DOT> com>
3 AuthorDate: Mon Mar 7 08:18:23 2016 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 7 08:51:32 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=813a4533
7
8 dev-python/pysrt: remove old
9
10 Package-Manager: portage-2.2.27
11
12 dev-python/pysrt/Manifest | 2 --
13 dev-python/pysrt/pysrt-0.5.1.ebuild | 43 -------------------------------------
14 dev-python/pysrt/pysrt-1.0.0.ebuild | 33 ----------------------------
15 3 files changed, 78 deletions(-)
16
17 diff --git a/dev-python/pysrt/Manifest b/dev-python/pysrt/Manifest
18 index 53b5e8b..99bff7e 100644
19 --- a/dev-python/pysrt/Manifest
20 +++ b/dev-python/pysrt/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST pysrt-0.5.1.tar.gz 95486 SHA256 6de1d10c37f40272657eeb59b0911e27111a98957807ce7becef0e82cb738d53 SHA512 87544a1802c86543bad946d298e32b9e1474a0c6330686c3cea1b7c1b5dc948c4a0c15cd96fd65b8bf8a5d53993f5c416c4bb96a0c7c218b80abb47872e85486 WHIRLPOOL 166161d449729a351354a3ac80758bc0c0eea4d91431d95534dd7a41e36b3c2287555cee7b4e1c435122258da15588ee93ba920f4f9b8cc518e36d8f205009ff
23 -DIST pysrt-1.0.0.tar.gz 11966 SHA256 88b4f93223c84aa86741387dcf5bcec86acf961eb66383c4ba86b1ffbb826a64 SHA512 92aff2d30c0ff900f7fd4599bdcb666cf212d54a61ebf0b6d4c95699c15d0259cadf216a851ec9daad102bd70b097c878b05a259dcf89cb81d8f1f79631363ad WHIRLPOOL 1c4bd8df2b7f53289aa0b1684b7abc8a440ed3a2ada9e1473064ad288f3eb9b9b7b0cd359574cb2371299c964351c2c0696d2a4666c0522c799926d509cfb812
24 DIST pysrt-1.0.1.tar.gz 11741 SHA256 5300a1584c8d15a1c49ef8880fa1ef7a4274ce3f24dde83ad581d12d875f6784 SHA512 cd03d40ebef953d7ea67073a114f10a87eb142670ece727d09a31b498835d8485ac0c125f4281b6ababdd6f0757f9549ce38cb05eda79b23ff17950ab891d0eb WHIRLPOOL f7629430ac7ee9b2a69d5618346e2f97f01a68683e8b9ef8c13519a87a7043852c142ba050b338ddccc992c4ada01bbae41b9d2bab2696cdb0fdc50761d7dd81
25 DIST pysrt-1.1.0.tar.gz 12171 SHA256 7f5468b15b05341e7b6086b611a326588da8dd7f649b1482cbb63cce7ff88af6 SHA512 31d085ca255cc9a09fe0df8611067ad39db36789b9cce89638382b2bcd5c4cad93a4cf1b19d852eb5a954fff89e602ab6359d4846ba9c6ca05d4b7a3b27ffa24 WHIRLPOOL 535f8f46b801efc1a4addda196a05135e6bda26360c51f7a62f902047017a3458970c4fd8cf6b51cdb0a20bede69e96d9d175bb97ba9dfbefd5ea9351249c409
26
27 diff --git a/dev-python/pysrt/pysrt-0.5.1.ebuild b/dev-python/pysrt/pysrt-0.5.1.ebuild
28 deleted file mode 100644
29 index ae787dc..0000000
30 --- a/dev-python/pysrt/pysrt-0.5.1.ebuild
31 +++ /dev/null
32 @@ -1,43 +0,0 @@
33 -# Copyright 1999-2015 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -EAPI="5"
38 -PYTHON_COMPAT=( python2_7 )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="A library used to edit or create SubRip files"
43 -HOMEPAGE="https://github.com/byroot/pysrt https://pypi.python.org/pypi/pysrt"
44 -# does not have tests/static/ # SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 -SRC_URI="https://github.com/byroot/pysrt/archive/v${PV}.tar.gz -> ${P}.tar.gz"
46 -
47 -LICENSE="GPL-3"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~x86"
50 -IUSE="test"
51 -
52 -RDEPEND="
53 - dev-python/charade[${PYTHON_USEDEP}]
54 -"
55 -DEPEND="${RDEPEND}
56 - dev-python/setuptools[${PYTHON_USEDEP}]
57 - test? ( dev-python/nose[coverage(+),${PYTHON_USEDEP}] )
58 -"
59 -
60 -python_test() {
61 - nosetests --with-coverage --cover-package=pysrt \
62 - || die "Tests failed under ${EPYTHON}"
63 -}
64 -
65 -src_install() {
66 - rm -rf "${S}/tests" || die
67 -
68 - distutils-r1_src_install
69 -}
70 -
71 -python_install() {
72 - rm -rf "${BUILD_DIR}/lib/tests" || die
73 -
74 - distutils-r1_python_install
75 -}
76
77 diff --git a/dev-python/pysrt/pysrt-1.0.0.ebuild b/dev-python/pysrt/pysrt-1.0.0.ebuild
78 deleted file mode 100644
79 index cf9be9a..0000000
80 --- a/dev-python/pysrt/pysrt-1.0.0.ebuild
81 +++ /dev/null
82 @@ -1,33 +0,0 @@
83 -# Copyright 1999-2015 Gentoo Foundation
84 -# Distributed under the terms of the GNU General Public License v2
85 -# $Id$
86 -
87 -EAPI="5"
88 -PYTHON_COMPAT=( python{2_7,3_3} )
89 -
90 -inherit distutils-r1
91 -
92 -DESCRIPTION="Python library used to edit or create SubRip files"
93 -HOMEPAGE="https://github.com/byroot/pysrt https://pypi.python.org/pypi/pysrt"
94 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
95 -
96 -LICENSE="GPL-3"
97 -SLOT="0"
98 -KEYWORDS="~amd64 ~x86"
99 -IUSE="test"
100 -
101 -RDEPEND="
102 - dev-python/charade[${PYTHON_USEDEP}]
103 -"
104 -DEPEND="${RDEPEND}
105 - dev-python/setuptools[${PYTHON_USEDEP}]
106 - test? ( dev-python/nose[coverage(+),${PYTHON_USEDEP}] )
107 -"
108 -
109 -# https://github.com/byroot/pysrt/issues/42
110 -RESTRICT="test"
111 -
112 -python_test() {
113 - nosetests --with-coverage --cover-package=pysrt \
114 - || die "Tests failed under ${EPYTHON}"
115 -}