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 AC20E138334 for ; Sat, 14 Sep 2019 20:40:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4E43E0858; Sat, 14 Sep 2019 20:40:20 +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 B7D5BE0858 for ; Sat, 14 Sep 2019 20:40:20 +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 EF45334B180 for ; Sat, 14 Sep 2019 20:40:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 684987EA for ; Sat, 14 Sep 2019 20:40:08 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1568493514.31dc23f40845c2f82d4620774158d742c6613645.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/booleanOperations/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/booleanOperations/Manifest dev-python/booleanOperations/booleanOperations-0.8.2.ebuild X-VCS-Directories: dev-python/booleanOperations/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 31dc23f40845c2f82d4620774158d742c6613645 X-VCS-Branch: master Date: Sat, 14 Sep 2019 20:40:08 +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: 3795feab-b7be-40c1-9cec-23ca988a6f72 X-Archives-Hash: a03ee69446f68d835e22c3ad01e9ec16 commit: 31dc23f40845c2f82d4620774158d742c6613645 Author: Pacho Ramos gentoo org> AuthorDate: Sat Sep 14 20:38:34 2019 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Sep 14 20:38:34 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31dc23f4 dev-python/booleanOperations: Bump to 0.8.2 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Pacho Ramos gentoo.org> dev-python/booleanOperations/Manifest | 1 + .../booleanOperations-0.8.2.ebuild | 32 ++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/dev-python/booleanOperations/Manifest b/dev-python/booleanOperations/Manifest index efff79f564f..c9d9ef6a9d7 100644 --- a/dev-python/booleanOperations/Manifest +++ b/dev-python/booleanOperations/Manifest @@ -1 +1,2 @@ DIST booleanOperations-0.8.0.tar.gz 19914 BLAKE2B 121eb4c8587cd56717c757589cadd08334c7a3d90d878c17d24e36b232a1cbf0386a4c1090638818f0e264296796d89a8231204656d2a7432802b385e8200c80 SHA512 76eaeb6a5039f4f5ff3a066545a70c35a512b7ec20e54873cde90a14a18f6a9fc33a2ac356325f7390f206ad2f34412e178212e30065ede41d4b3fa8397eecea +DIST booleanOperations-0.8.2.tar.gz 165059 BLAKE2B 978b992e84181e8ec437e236e6502a6c135ea011395f3b082881e6b9f5c849632077737064d1102164cf083edc8a7e47c6f4f43d858948d9046ed231c5ac8911 SHA512 3c369ce53bc7b1b53f4441ba79959d4853c9ab767fef17fc41f44812427dcb5ad905fcfac4cee0d616447cccd059fce6a1d168b0766054659fb29b33867d1fb9 diff --git a/dev-python/booleanOperations/booleanOperations-0.8.2.ebuild b/dev-python/booleanOperations/booleanOperations-0.8.2.ebuild new file mode 100644 index 00000000000..3f2387ff878 --- /dev/null +++ b/dev-python/booleanOperations/booleanOperations-0.8.2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_6 ) +inherit distutils-r1 + +DESCRIPTION="Boolean operations on paths" +HOMEPAGE="https://github.com/typemytype/booleanOperations" +SRC_URI="https://github.com/typemytype/booleanOperations/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="" +BDEPEND="" +RDEPEND="${DEPEND} + >=dev-python/fonttools-3.32.0[${PYTHON_USEDEP}] + dev-python/pyclipper[${PYTHON_USEDEP}] +" + +src_prepare() { + export SETUPTOOLS_SCM_PRETEND_VERSION="${PV}" + distutils-r1_src_prepare +} + +python_test() { + esetup.py test +}