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 06EF2138239 for ; Mon, 10 Feb 2020 12:59:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48EB4E08ED; Mon, 10 Feb 2020 12:59:33 +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 1E2C6E08ED for ; Mon, 10 Feb 2020 12:59:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 CE61234E78A for ; Mon, 10 Feb 2020 12:59:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8911C17 for ; Mon, 10 Feb 2020 12:59:29 +0000 (UTC) From: "Louis Sautier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Louis Sautier" Message-ID: <1581339563.a1f2fad69ac800b92bf83575e159f7e0796bf66b.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/meld3/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/meld3/Manifest dev-python/meld3/meld3-2.0.0.ebuild X-VCS-Directories: dev-python/meld3/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: a1f2fad69ac800b92bf83575e159f7e0796bf66b X-VCS-Branch: master Date: Mon, 10 Feb 2020 12:59:29 +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: 55845645-0245-4149-832b-5f1bdb0ab77d X-Archives-Hash: dc83255a2f1761bca120632e1241421d commit: a1f2fad69ac800b92bf83575e159f7e0796bf66b Author: Louis Sautier gentoo org> AuthorDate: Mon Feb 10 10:47:22 2020 +0000 Commit: Louis Sautier gentoo org> CommitDate: Mon Feb 10 12:59:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1f2fad6 dev-python/meld3: bump to 2.0.0, drop Py2.7, add Py3.8 Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Louis Sautier gentoo.org> dev-python/meld3/Manifest | 1 + dev-python/meld3/meld3-2.0.0.ebuild | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/dev-python/meld3/Manifest b/dev-python/meld3/Manifest index 1e22ebac992..11fc9362020 100644 --- a/dev-python/meld3/Manifest +++ b/dev-python/meld3/Manifest @@ -1 +1,2 @@ DIST meld3-1.0.2.tar.gz 36478 BLAKE2B 2a11e4a8f3cde98246301438e52061899cdb7471abac0237f5228acee9d6f90bb322178241f6f649d26711265b0a26488fd4387f618f211bd1e896228ae88f62 SHA512 54fe6def7169fb4e3469cad8be58e56984026f27b3b8b2bfd6d53e2296e0c2a5bfb3e67d032ef75edd93306f4115a091930a7aae3573acecd3fed4acd6eeb544 +DIST meld3-2.0.0.tar.gz 36464 BLAKE2B f67bce5464dd516443414e5d40c8d7605ef891fb3a7ff3d47e0a065559148494c71174d5a537c9f00a0e6def2302b95938a5912956674aa171ed5ec2a8804a3e SHA512 97f1a892835b8f01dd82de681e684547f1e0b54b74ce63b92eb77fbd2fe436217b84a3c03400256ffca97add3d41e50ca563ec6f15f4f4b0fcda4e849a2d0bbf diff --git a/dev-python/meld3/meld3-2.0.0.ebuild b/dev-python/meld3/meld3-2.0.0.ebuild new file mode 100644 index 00000000000..ea462a1e77e --- /dev/null +++ b/dev-python/meld3/meld3-2.0.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( pypy3 python3_{6,7,8} ) +PYTHON_REQ_USE="xml(+)" + +inherit distutils-r1 + +DESCRIPTION="meld3 is an HTML/XML templating engine" +HOMEPAGE="https://github.com/supervisor/meld3 https://pypi.org/project/meld3/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="repoze" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +distutils_enable_tests unittest