From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B51991581C1 for ; Mon, 15 Jul 2024 01:39:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC56EE2A95; Mon, 15 Jul 2024 01:39:16 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 44D45E2A96 for ; Mon, 15 Jul 2024 01:39:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7BC8D341214 for ; Mon, 15 Jul 2024 01:39:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 847A81ACA for ; Mon, 15 Jul 2024 01:39:13 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1721007506.78bac782d4a38be6451426d52d909036d53063f3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pysubs2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pysubs2/Manifest dev-python/pysubs2/metadata.xml dev-python/pysubs2/pysubs2-1.7.2.ebuild X-VCS-Directories: dev-python/pysubs2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 78bac782d4a38be6451426d52d909036d53063f3 X-VCS-Branch: master Date: Mon, 15 Jul 2024 01:39:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3d14e276-b3af-4ffb-9870-c8eb73019180 X-Archives-Hash: df0e693348071b859adb4379117c043e commit: 78bac782d4a38be6451426d52d909036d53063f3 Author: Sam James gentoo org> AuthorDate: Mon Jul 15 01:20:36 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jul 15 01:38:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78bac782 dev-python/pysubs2: new package, add 1.7.2 New dep of media-video/subliminal. Signed-off-by: Sam James gentoo.org> dev-python/pysubs2/Manifest | 1 + dev-python/pysubs2/metadata.xml | 17 +++++++++++++++++ dev-python/pysubs2/pysubs2-1.7.2.ebuild | 21 +++++++++++++++++++++ 3 files changed, 39 insertions(+) diff --git a/dev-python/pysubs2/Manifest b/dev-python/pysubs2/Manifest new file mode 100644 index 000000000000..abc8b7a0881c --- /dev/null +++ b/dev-python/pysubs2/Manifest @@ -0,0 +1 @@ +DIST pysubs2-1.7.2.tar.gz 1123677 BLAKE2B 771e05b41eb9da3f18ce932988b7cdd60d461e49cb9a9f03129dd5104a7e1161c8fae898169d737652c7dd596fe3f92d93ba3a6ed082090b9a8d8825cc033f06 SHA512 5732cbd5bfdaeb1c680b4107304d4b94e1e0c7cc43483a71581da03b7be840fcf95bae8d2b5691b8c88ee59f34e6f587033266e24014778f71393b4c78bb08bf diff --git a/dev-python/pysubs2/metadata.xml b/dev-python/pysubs2/metadata.xml new file mode 100644 index 000000000000..b5ee14239d42 --- /dev/null +++ b/dev-python/pysubs2/metadata.xml @@ -0,0 +1,17 @@ + + + + + sam@gentoo.org + Sam James + + + python@gentoo.org + Python + + + + pysubs2 + tkarabela/pysubs + + diff --git a/dev-python/pysubs2/pysubs2-1.7.2.ebuild b/dev-python/pysubs2/pysubs2-1.7.2.ebuild new file mode 100644 index 000000000000..c279af4fd394 --- /dev/null +++ b/dev-python/pysubs2/pysubs2-1.7.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( pypy3 python3_{10..13} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Python library for editing subtitle files" +HOMEPAGE=" + https://github.com/tkarabela/pysubs2 + https://pypi.org/project/pysubs2/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +distutils_enable_tests pytest