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 0B82D138353 for ; Sun, 26 Apr 2020 03:12:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C85CCE08CD; Sun, 26 Apr 2020 03:12:39 +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 9DC83E08CD for ; Sun, 26 Apr 2020 03:12:39 +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 818DF34F239 for ; Sun, 26 Apr 2020 03:12:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A24661F4 for ; Sun, 26 Apr 2020 03:12:36 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1587870708.9bc13a27c23fbfd5cf80c9fe6b96d22ba99abd4b.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/kiwisolver/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/kiwisolver/Manifest dev-python/kiwisolver/kiwisolver-1.2.0.ebuild dev-python/kiwisolver/metadata.xml X-VCS-Directories: dev-python/kiwisolver/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 9bc13a27c23fbfd5cf80c9fe6b96d22ba99abd4b X-VCS-Branch: master Date: Sun, 26 Apr 2020 03:12:36 +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: e395c41b-20db-4306-aedc-77cb7e853139 X-Archives-Hash: a72896667ac46827b72ece986d32dc4d commit: 9bc13a27c23fbfd5cf80c9fe6b96d22ba99abd4b Author: Victor Payno gmail com> AuthorDate: Mon Apr 13 22:22:25 2020 +0000 Commit: Patrick McLean gentoo org> CommitDate: Sun Apr 26 03:11:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bc13a27 dev-python/kiwisolver: Bump to version 1.2.0 Signed-off-by: Victor Payno gmail.com> Signed-off-by: Patrick McLean gentoo.org> dev-python/kiwisolver/Manifest | 1 + dev-python/kiwisolver/kiwisolver-1.2.0.ebuild | 24 ++++++++++++++++++++++++ dev-python/kiwisolver/metadata.xml | 17 ++++++++++++----- 3 files changed, 37 insertions(+), 5 deletions(-) diff --git a/dev-python/kiwisolver/Manifest b/dev-python/kiwisolver/Manifest index 692a7a275b8..5b1c2660a12 100644 --- a/dev-python/kiwisolver/Manifest +++ b/dev-python/kiwisolver/Manifest @@ -1,2 +1,3 @@ DIST kiwisolver-1.0.1.tar.gz 34783 BLAKE2B 104fb7789e004841921bc43fe98a98b247c7f0506a94b07d10ff1e758287a272c9d2f119b7a086847653cdf1bfc9d5c94823d1eb0b4a30ea93cf2b8b05027013 SHA512 01002ae1dbf6482ed68c49ad3da80b772db84ec221c4b111c42f1b493f19299e0ddb187e43e64b380eb2ddc292d5848d6e09a5a1dbfaf68950a65423a913ec18 DIST kiwisolver-1.1.0.tar.gz 55086 BLAKE2B 5f45a9c540a1a732cf8319de7dc2e6b503170cd40eac4287815c0c45f4f88a05c384e57a24ffb6edefde949718a09a35de87478c00a2a63643fc1294e548ba37 SHA512 e26a951fdba2fb221effe7ed785010d5795695b30e19fb67a30dc2ac883ee21b1daec967ad89734309c101513cd17bb5971118591270f402b8d46098178aff25 +DIST kiwisolver-1.2.0.tar.gz 54244 BLAKE2B 42590c2cbb78b3c2ed568373616e772326bf5a0e133396d9e9cf6468132ec88b45d40f68f51baff7bc22ca261567ebab81cf2585009657bd2a59df4e97c33f1f SHA512 05541ff46cc64b9958d714452138dc7bb343e6cc9308408a3f8cf25242e9640af37f8bfd22a7038e8ca70a895f57bdb983346259bce22b1630ac10b974d00a0e diff --git a/dev-python/kiwisolver/kiwisolver-1.2.0.ebuild b/dev-python/kiwisolver/kiwisolver-1.2.0.ebuild new file mode 100644 index 00000000000..fd71991237c --- /dev/null +++ b/dev-python/kiwisolver/kiwisolver-1.2.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{6,7,8} ) + +inherit distutils-r1 + +DESCRIPTION="An efficient C++ implementation of the Cassowary constraint solving algorithm" +HOMEPAGE="https://github.com/nucleic/kiwi" +SRC_URI="https://github.com/nucleic/kiwi/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Clear-BSD" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + >=dev-python/cppy-1.1.0[${PYTHON_USEDEP}] +" +BDEPEND="${RDEPEND}" + +S="${WORKDIR}"/kiwi-${PV} + +distutils_enable_tests pytest diff --git a/dev-python/kiwisolver/metadata.xml b/dev-python/kiwisolver/metadata.xml index 6ee72f23530..4b4e945d159 100644 --- a/dev-python/kiwisolver/metadata.xml +++ b/dev-python/kiwisolver/metadata.xml @@ -1,9 +1,16 @@ - - - kiwisolver - nucleic/kiwi - + + vpayno+gentoo@gmail.com + Victor Payno + + + gyakovlev@gentoo.org + Georgy Yakovlev + + + kiwisolver + nucleic/kiwi +