aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicola Smaniotto <smaniotto.nicola@gmail.com>2021-10-04 12:15:49 +0200
committerNicola Smaniotto <smaniotto.nicola@gmail.com>2021-10-04 12:16:20 +0200
commitfd7d26ce5e8c979d94d628f4a67280709d8d4e88 (patch)
treef3e68606b9c15982019126d14d8f5fecd503cfe2
parentdev-util/rust-analyzer: add 20211004, drop 20210920 (diff)
downloadguru-fd7d26ce.tar.gz
guru-fd7d26ce.tar.bz2
guru-fd7d26ce.zip
dev-python/pysubs2: bump to 1.3.0
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Nicola Smaniotto <smaniotto.nicola@gmail.com>
-rw-r--r--dev-python/pysubs2/Manifest1
-rw-r--r--dev-python/pysubs2/pysubs2-1.3.0.ebuild18
2 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/pysubs2/Manifest b/dev-python/pysubs2/Manifest
index 31660782e..696efb3fe 100644
--- a/dev-python/pysubs2/Manifest
+++ b/dev-python/pysubs2/Manifest
@@ -1 +1,2 @@
DIST pysubs2-1.2.0.tar.gz 844305 BLAKE2B be553a2672cfebe08847e1fc65b41420485846d75ccb4dbb2c9bb8aec1843d2665bd8117a2f718871ea17e79e40ec491f2360eea695c07622fee16fe52a7f7f7 SHA512 37cf74c8c812c1683ef926c8bb749479bc9eaedd780f29a3299295885fd329eae7b2863f293da878ce54b696e8783cfab49cb341b54735a892339c77c551edfb
+DIST pysubs2-1.3.0.tar.gz 846587 BLAKE2B 0afa4c6d4d8ad4a7eda7461b80a6e61123096601ae64132e55f7c4e564f15f202abe0ef2836c067563072a9dba18b9c74380d31c68d8dde5d83f207ca45d99f2 SHA512 696acb26e2c74615674e33e06545c84bd7ee446f47bec3256da7e101dc317d9d2a0f659d3a51ae95fdad3d8014b635b5f4f12375f7f8f0c7fa85835ec09675ca
diff --git a/dev-python/pysubs2/pysubs2-1.3.0.ebuild b/dev-python/pysubs2/pysubs2-1.3.0.ebuild
new file mode 100644
index 000000000..75eb35d50
--- /dev/null
+++ b/dev-python/pysubs2/pysubs2-1.3.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="A library for editing subtitle files"
+HOMEPAGE="https://github.com/tkarabela/pysubs2"
+SRC_URI="https://github.com/tkarabela/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+distutils_enable_tests nose