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: Wed, 22 Dec 2021 13:09:10
Message-Id: 1640178543.5b8d367125aa85fcda0f98af6c2414fe5e03bbdb.smaniotto.nicola@gentoo
1 commit: 5b8d367125aa85fcda0f98af6c2414fe5e03bbdb
2 Author: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
3 AuthorDate: Wed Dec 22 13:08:48 2021 +0000
4 Commit: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
5 CommitDate: Wed Dec 22 13:09:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5b8d3671
7
8 dev-python/pysubs2: bump to 1.3.1
9
10 Package-Manager: Portage-3.0.28, 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.1.ebuild | 18 ++++++++++++++++++
15 2 files changed, 19 insertions(+)
16
17 diff --git a/dev-python/pysubs2/Manifest b/dev-python/pysubs2/Manifest
18 index 696efb3fe..fe9c58c03 100644
19 --- a/dev-python/pysubs2/Manifest
20 +++ b/dev-python/pysubs2/Manifest
21 @@ -1,2 +1,3 @@
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 +DIST pysubs2-1.3.1.tar.gz 847254 BLAKE2B a5e225c6ad3b8e2a26ba5e4caa07fe022af0addb3f86d90f6922e98335146b6605fbefd22a05c27e69d02590e1c53d67e5b91ee641d444d1d09fa93ab1ef4488 SHA512 dc50107932f484ccf15a2e9d88a767aeeb1ef1bc4dba07ac573489e0405d0f7002bced460230a9406e4eb8ef3db89f8e4e622bb7a89b114b9cd6308ae1f3c0e0
25
26 diff --git a/dev-python/pysubs2/pysubs2-1.3.1.ebuild b/dev-python/pysubs2/pysubs2-1.3.1.ebuild
27 new file mode 100644
28 index 000000000..4fc7ca3ba
29 --- /dev/null
30 +++ b/dev-python/pysubs2/pysubs2-1.3.1.ebuild
31 @@ -0,0 +1,18 @@
32 +# Copyright 2021 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=8
36 +
37 +PYTHON_COMPAT=( python3_{8..10} )
38 +
39 +inherit distutils-r1
40 +
41 +DESCRIPTION="A library for editing subtitle files"
42 +HOMEPAGE="https://github.com/tkarabela/pysubs2"
43 +SRC_URI="https://github.com/tkarabela/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
44 +
45 +LICENSE="MIT"
46 +SLOT="0"
47 +KEYWORDS="~amd64"
48 +
49 +distutils_enable_tests pytest