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 55AFB138350 for ; Sun, 16 Feb 2020 13:42:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9FCDE08C2; Sun, 16 Feb 2020 13:41:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 A354DE08A0 for ; Sun, 16 Feb 2020 13:41:56 +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 603E934EBF4 for ; Sun, 16 Feb 2020 13:41:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A057149 for ; Sun, 16 Feb 2020 13:41:52 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1581860492.5e14ec0a2edc47bdfc105b859c2fc03c637b37ff.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-ly/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-ly/python-ly-0.9.6.ebuild X-VCS-Directories: dev-python/python-ly/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5e14ec0a2edc47bdfc105b859c2fc03c637b37ff X-VCS-Branch: master Date: Sun, 16 Feb 2020 13:41:52 +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: b5eeb4e8-1748-47f2-8654-22dfcebaa9e6 X-Archives-Hash: 7d5a3cb1f43a720b9a31b124b4cd50a3 commit: 5e14ec0a2edc47bdfc105b859c2fc03c637b37ff Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Feb 16 11:53:26 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 16 13:41:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e14ec0a dev-python/python-ly: python3_8 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-python/python-ly/python-ly-0.9.6.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-python/python-ly/python-ly-0.9.6.ebuild b/dev-python/python-ly/python-ly-0.9.6.ebuild index 7d76c2a287f..23e22bf9d70 100644 --- a/dev-python/python-ly/python-ly-0.9.6.ebuild +++ b/dev-python/python-ly/python-ly-0.9.6.ebuild @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 DESCRIPTION="Tool and library for manipulating LilyPond files" @@ -13,3 +13,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" + +# no tests in pypi tarball and broken apparently: +# https://github.com/wbsoft/python-ly/issues/70