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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4223B139337 for ; Wed, 28 Jul 2021 15:36:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82963E0970; Wed, 28 Jul 2021 15:36:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 5CAA9E0970 for ; Wed, 28 Jul 2021 15:36:08 +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 0ABEC335D9E for ; Wed, 28 Jul 2021 15:36:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74985798 for ; Wed, 28 Jul 2021 15:36:05 +0000 (UTC) From: "Nicola Smaniotto" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nicola Smaniotto" Message-ID: <1627486556.8b39aa0ff22d159ee29cbc128c477c7a1087a9a0.smaniotto.nicola@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pysubs2/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pysubs2/Manifest dev-python/pysubs2/pysubs2-1.2.0.ebuild X-VCS-Directories: dev-python/pysubs2/ X-VCS-Committer: smaniotto.nicola X-VCS-Committer-Name: Nicola Smaniotto X-VCS-Revision: 8b39aa0ff22d159ee29cbc128c477c7a1087a9a0 X-VCS-Branch: dev Date: Wed, 28 Jul 2021 15:36:05 +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: 0e44d355-94e7-410f-bea0-253649fdfbdf X-Archives-Hash: aad1eb84e2e6c55f7f023c919c1cf051 commit: 8b39aa0ff22d159ee29cbc128c477c7a1087a9a0 Author: Nicola Smaniotto gmail com> AuthorDate: Wed Jul 28 15:35:56 2021 +0000 Commit: Nicola Smaniotto gmail com> CommitDate: Wed Jul 28 15:35:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8b39aa0f dev-python/pysubs2: add 1.2.0 tests Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Nicola Smaniotto gmail.com> dev-python/pysubs2/Manifest | 2 +- dev-python/pysubs2/pysubs2-1.2.0.ebuild | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-python/pysubs2/Manifest b/dev-python/pysubs2/Manifest index 8a9d63b6d..31660782e 100644 --- a/dev-python/pysubs2/Manifest +++ b/dev-python/pysubs2/Manifest @@ -1 +1 @@ -DIST pysubs2-1.2.0.tar.gz 24022 BLAKE2B 46064dd456b6ae74de867e200a1ae89f7b177c2b5c51bfed3fb52656a5bb0d0ce825f552a1d7941127a8cdfba7f256b6fabf3a78b2f7432ef8121a0dd599797b SHA512 81af7bf7f1b7627f7fa86b32df4d006e654aa6d391e7b767fe3567f0b692e4ad7966cb3db5618f228de20d4c8e489dcf22080101c135a4f55bb6ffaab7ae5792 +DIST pysubs2-1.2.0.tar.gz 844305 BLAKE2B be553a2672cfebe08847e1fc65b41420485846d75ccb4dbb2c9bb8aec1843d2665bd8117a2f718871ea17e79e40ec491f2360eea695c07622fee16fe52a7f7f7 SHA512 37cf74c8c812c1683ef926c8bb749479bc9eaedd780f29a3299295885fd329eae7b2863f293da878ce54b696e8783cfab49cb341b54735a892339c77c551edfb diff --git a/dev-python/pysubs2/pysubs2-1.2.0.ebuild b/dev-python/pysubs2/pysubs2-1.2.0.ebuild index 5eea21151..ae206b4b8 100644 --- a/dev-python/pysubs2/pysubs2-1.2.0.ebuild +++ b/dev-python/pysubs2/pysubs2-1.2.0.ebuild @@ -9,8 +9,10 @@ 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" +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