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 4793E1382C5 for ; Sat, 16 May 2020 05:03:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71656E08EB; Sat, 16 May 2020 05:03:09 +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 5BC61E08EB for ; Sat, 16 May 2020 05:03:09 +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 B849634F107 for ; Sat, 16 May 2020 05:03:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56768158 for ; Sat, 16 May 2020 05:03:05 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1589605356.360ee658d7f755a561f6d45eee98e9fd4d27d841.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/liblarch/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/liblarch/Manifest dev-python/liblarch/liblarch-3.0.ebuild X-VCS-Directories: dev-python/liblarch/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 360ee658d7f755a561f6d45eee98e9fd4d27d841 X-VCS-Branch: master Date: Sat, 16 May 2020 05:03: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: a6661b54-c9f2-4fa4-ad9a-a440eedcdeeb X-Archives-Hash: d7abba3b637ad78e1201527a93b3a020 commit: 360ee658d7f755a561f6d45eee98e9fd4d27d841 Author: Mart Raudsepp gentoo org> AuthorDate: Sat May 16 05:01:50 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat May 16 05:02:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=360ee658 dev-python/liblarch: bump to 3.0 for py3, fix HOMEPAGE, add tests This is in preparation of upcoming gtg-0.4 release (and being able to work a bit on that upstream on a gentoo machine easier) Bug: https://bugs.gentoo.org/707912 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp gentoo.org> dev-python/liblarch/Manifest | 1 + dev-python/liblarch/liblarch-3.0.ebuild | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/dev-python/liblarch/Manifest b/dev-python/liblarch/Manifest index 4343da1f0cd..b19b83b1901 100644 --- a/dev-python/liblarch/Manifest +++ b/dev-python/liblarch/Manifest @@ -1 +1,2 @@ DIST liblarch-2.1.0.tar.gz 26829 BLAKE2B 14bf85bb91d800e5ca0d8eb4da6c2d9b3979b4560280776c276cad9cbd026331768729e5b4ca9b4646c6b199566cfb5a42b5148ef089e0ae5ec7e45d09090ba5 SHA512 fd6a6c48142e434f49fb49d9dee874b88f013775c280dd2dc929ed5fff4df7bd3743bf915b09dac4329f894cac24e466d78366a072136de389725bc5ed985ec1 +DIST liblarch-3.0.tar.gz 55785 BLAKE2B 1d69882b8748e7b3a1b0af6ef66f5a32e04e3b742d10ba3971fc5c0f490ca692584d46a849cc2e6d3654ab577f7698619540b54f9a13a7b0d5079b34fee248f7 SHA512 bf50880402ae8b490c5d98b158c5123d00340d981b26a5dec4538f1f4a1008efd5cfe024251728f90f1ebaade4ee18601fa30432d64921c3986b53efc531c68a diff --git a/dev-python/liblarch/liblarch-3.0.ebuild b/dev-python/liblarch/liblarch-3.0.ebuild new file mode 100644 index 00000000000..e0cb347435d --- /dev/null +++ b/dev-python/liblarch/liblarch-3.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" +PYTHON_COMPAT=( python3_{6,7,8} ) +DISTUTILS_USE_SETUPTOOLS=no + +inherit distutils-r1 virtualx + +DESCRIPTION="Library to handle directed acyclic graphs" +HOMEPAGE="https://wiki.gnome.org/Projects/liblarch" +SRC_URI="https://github.com/getting-things-gnome/liblarch/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="LGPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" +RESTRICT="!test? ( test )" + +DEPEND=" + dev-python/pygobject:3[${PYTHON_USEDEP}] + x11-libs/gtk+:3[introspection] +" +RDEPEND="${DEPEND}" +BDEPEND=" + test? ( dev-python/nose[${PYTHON_USEDEP}] ) +" + +python_test() { + virtx nosetests -v || die "Tests fail with ${EPYTHON}" +}