From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1306401-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B071D139337 for <garchives@archives.gentoo.org>; Mon, 26 Jul 2021 14:05:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94DEAE0969; Mon, 26 Jul 2021 14:05:43 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 73375E0968 for <gentoo-commits@lists.gentoo.org>; Mon, 26 Jul 2021 14:05:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 54553342BA5 for <gentoo-commits@lists.gentoo.org>; Mon, 26 Jul 2021 14:05:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A98C485C for <gentoo-commits@lists.gentoo.org>; Mon, 26 Jul 2021 14:05:38 +0000 (UTC) From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" <andrewammerlaan@gentoo.org> Message-ID: <1627293140.5d8f1176b6e77b03f91cfdc1271b28ee397bb10c.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/pysubs2/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pysubs2/Manifest dev-python/pysubs2/metadata.xml dev-python/pysubs2/pysubs2-1.2.0.ebuild X-VCS-Directories: dev-python/pysubs2/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 5d8f1176b6e77b03f91cfdc1271b28ee397bb10c X-VCS-Branch: master Date: Mon, 26 Jul 2021 14:05:38 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 157d0aaf-b264-4019-a97f-e8ecd29622a0 X-Archives-Hash: ef20129bb5a1bb013d40bf8553ce501b commit: 5d8f1176b6e77b03f91cfdc1271b28ee397bb10c Author: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com> AuthorDate: Mon Jul 26 08:52:03 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Mon Jul 26 09:52:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5d8f1176 dev-python/pysubs2: new package (1.2.0) Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com> dev-python/pysubs2/Manifest | 1 + dev-python/pysubs2/metadata.xml | 8 ++++++++ dev-python/pysubs2/pysubs2-1.2.0.ebuild | 16 ++++++++++++++++ 3 files changed, 25 insertions(+) diff --git a/dev-python/pysubs2/Manifest b/dev-python/pysubs2/Manifest new file mode 100644 index 000000000..8a9d63b6d --- /dev/null +++ b/dev-python/pysubs2/Manifest @@ -0,0 +1 @@ +DIST pysubs2-1.2.0.tar.gz 24022 BLAKE2B 46064dd456b6ae74de867e200a1ae89f7b177c2b5c51bfed3fb52656a5bb0d0ce825f552a1d7941127a8cdfba7f256b6fabf3a78b2f7432ef8121a0dd599797b SHA512 81af7bf7f1b7627f7fa86b32df4d006e654aa6d391e7b767fe3567f0b692e4ad7966cb3db5618f228de20d4c8e489dcf22080101c135a4f55bb6ffaab7ae5792 diff --git a/dev-python/pysubs2/metadata.xml b/dev-python/pysubs2/metadata.xml new file mode 100644 index 000000000..cbe3c6a53 --- /dev/null +++ b/dev-python/pysubs2/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'> +<pkgmetadata> + <maintainer type="person"> + <email>smaniotto.nicola@gmail.com</email> + <name>Nicola Smaniotto</name> + </maintainer> +</pkgmetadata> diff --git a/dev-python/pysubs2/pysubs2-1.2.0.ebuild b/dev-python/pysubs2/pysubs2-1.2.0.ebuild new file mode 100644 index 000000000..5eea21151 --- /dev/null +++ b/dev-python/pysubs2/pysubs2-1.2.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..9} ) + +inherit distutils-r1 + +DESCRIPTION="A library for editing subtitle files" +HOMEPAGE="https://github.com/tkarabela/pysubs2" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64"