Gentoo Archives: gentoo-commits

From: Nicola Smaniotto <smaniotto.nicola@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pysubs2/
Date: Mon, 04 Oct 2021 10:16:25
Message-Id: 1633342580.fd7d26ce5e8c979d94d628f4a67280709d8d4e88.smaniotto.nicola@gentoo
1 commit: fd7d26ce5e8c979d94d628f4a67280709d8d4e88
2 Author: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
3 AuthorDate: Mon Oct 4 10:15:49 2021 +0000
4 Commit: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
5 CommitDate: Mon Oct 4 10:16:20 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fd7d26ce
7
8 dev-python/pysubs2: bump to 1.3.0
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>
12
13 dev-python/pysubs2/Manifest | 1 +
14 dev-python/pysubs2/pysubs2-1.3.0.ebuild | 18 ++++++++++++++++++
15 2 files changed, 19 insertions(+)
16
17 diff --git a/dev-python/pysubs2/Manifest b/dev-python/pysubs2/Manifest
18 index 31660782e..696efb3fe 100644
19 --- a/dev-python/pysubs2/Manifest
20 +++ b/dev-python/pysubs2/Manifest
21 @@ -1 +1,2 @@
22 DIST pysubs2-1.2.0.tar.gz 844305 BLAKE2B be553a2672cfebe08847e1fc65b41420485846d75ccb4dbb2c9bb8aec1843d2665bd8117a2f718871ea17e79e40ec491f2360eea695c07622fee16fe52a7f7f7 SHA512 37cf74c8c812c1683ef926c8bb749479bc9eaedd780f29a3299295885fd329eae7b2863f293da878ce54b696e8783cfab49cb341b54735a892339c77c551edfb
23 +DIST pysubs2-1.3.0.tar.gz 846587 BLAKE2B 0afa4c6d4d8ad4a7eda7461b80a6e61123096601ae64132e55f7c4e564f15f202abe0ef2836c067563072a9dba18b9c74380d31c68d8dde5d83f207ca45d99f2 SHA512 696acb26e2c74615674e33e06545c84bd7ee446f47bec3256da7e101dc317d9d2a0f659d3a51ae95fdad3d8014b635b5f4f12375f7f8f0c7fa85835ec09675ca
24
25 diff --git a/dev-python/pysubs2/pysubs2-1.3.0.ebuild b/dev-python/pysubs2/pysubs2-1.3.0.ebuild
26 new file mode 100644
27 index 000000000..75eb35d50
28 --- /dev/null
29 +++ b/dev-python/pysubs2/pysubs2-1.3.0.ebuild
30 @@ -0,0 +1,18 @@
31 +# Copyright 2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +PYTHON_COMPAT=( python3_{8..10} )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="A library for editing subtitle files"
41 +HOMEPAGE="https://github.com/tkarabela/pysubs2"
42 +SRC_URI="https://github.com/tkarabela/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
43 +
44 +LICENSE="MIT"
45 +SLOT="0"
46 +KEYWORDS="~amd64"
47 +
48 +distutils_enable_tests nose