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 5C32D138336 for ; Sun, 14 Oct 2018 19:44:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E99BE0839; Sun, 14 Oct 2018 19:44:11 +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 102C6E0827 for ; Sun, 14 Oct 2018 19:44:11 +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 CDB69335CEC for ; Sun, 14 Oct 2018 19:44:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58610440 for ; Sun, 14 Oct 2018 19:44:06 +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: <1539546232.a436fe0f9a8d79dd69069831068853194d3a85f2.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.0.ebuild dev-python/booleanOperations/metadata.xml X-VCS-Directories: dev-python/booleanOperations/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: a436fe0f9a8d79dd69069831068853194d3a85f2 X-VCS-Branch: master Date: Sun, 14 Oct 2018 19:44:06 +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-Archives-Salt: 0055a301-9756-4330-af55-ce69eecad338 X-Archives-Hash: c86bc1b1872466f0633b00c80a2ba491 commit: a436fe0f9a8d79dd69069831068853194d3a85f2 Author: Pacho Ramos gentoo org> AuthorDate: Sun Oct 14 19:40:46 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Oct 14 19:43:52 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a436fe0f dev-python/booleanOperations: New package needed for noto-emoji Bug: https://bugs.gentoo.org/616974 Signed-off-by: Pacho Ramos gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-python/booleanOperations/Manifest | 1 + .../booleanOperations-0.8.0.ebuild | 32 ++++++++++++++++++++++ dev-python/booleanOperations/metadata.xml | 8 ++++++ 3 files changed, 41 insertions(+) diff --git a/dev-python/booleanOperations/Manifest b/dev-python/booleanOperations/Manifest new file mode 100644 index 00000000000..efff79f564f --- /dev/null +++ b/dev-python/booleanOperations/Manifest @@ -0,0 +1 @@ +DIST booleanOperations-0.8.0.tar.gz 19914 BLAKE2B 121eb4c8587cd56717c757589cadd08334c7a3d90d878c17d24e36b232a1cbf0386a4c1090638818f0e264296796d89a8231204656d2a7432802b385e8200c80 SHA512 76eaeb6a5039f4f5ff3a066545a70c35a512b7ec20e54873cde90a14a18f6a9fc33a2ac356325f7390f206ad2f34412e178212e30065ede41d4b3fa8397eecea diff --git a/dev-python/booleanOperations/booleanOperations-0.8.0.ebuild b/dev-python/booleanOperations/booleanOperations-0.8.0.ebuild new file mode 100644 index 00000000000..3a04ff47168 --- /dev/null +++ b/dev-python/booleanOperations/booleanOperations-0.8.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2018 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="" +RDEPEND="${DEPEND} + dev-python/fonttools[${PYTHON_USEDEP}] + dev-python/pyclipper[${PYTHON_USEDEP}] + dev-python/ufoLib[${PYTHON_USEDEP}] +" + +src_prepare() { + export SETUPTOOLS_SCM_PRETEND_VERSION="${PV}" + distutils-r1_src_prepare +} + +python_test() { + esetup.py test +} diff --git a/dev-python/booleanOperations/metadata.xml b/dev-python/booleanOperations/metadata.xml new file mode 100644 index 00000000000..3da97a9953c --- /dev/null +++ b/dev-python/booleanOperations/metadata.xml @@ -0,0 +1,8 @@ + + + + + pacho@gentoo.org + Pacho Ramos + +