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 E5F2F1381F3 for ; Fri, 1 May 2020 09:59:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7437E0C78; Fri, 1 May 2020 09:59: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 AB7FCE0C78 for ; Fri, 1 May 2020 09:59: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 3422534F090 for ; Fri, 1 May 2020 09:59:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31000213 for ; Fri, 1 May 2020 09:59:35 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1588285368.826a3fee85287f889447a514c5f72509799bddaa.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/almost/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/almost/Manifest dev-python/almost/almost-0.1.5.ebuild dev-python/almost/metadata.xml X-VCS-Directories: dev-python/almost/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 826a3fee85287f889447a514c5f72509799bddaa X-VCS-Branch: master Date: Fri, 1 May 2020 09:59:35 +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: 735302c7-c725-4761-8ff7-d0abc3c30366 X-Archives-Hash: deff4b30d7594bb9915dc98f58de76b7 commit: 826a3fee85287f889447a514c5f72509799bddaa Author: Alessandro Barbieri gmail com> AuthorDate: Thu Apr 30 21:41:22 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Thu Apr 30 22:22:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=826a3fee dev-python/almost: new package Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/almost/Manifest | 1 + dev-python/almost/almost-0.1.5.ebuild | 34 ++++++++++++++++++++++++++++++++++ dev-python/almost/metadata.xml | 17 +++++++++++++++++ 3 files changed, 52 insertions(+) diff --git a/dev-python/almost/Manifest b/dev-python/almost/Manifest new file mode 100644 index 0000000..c18f6bb --- /dev/null +++ b/dev-python/almost/Manifest @@ -0,0 +1 @@ +DIST almost-0.1.5.tar.gz 4529 BLAKE2B 098b6fdaf03799fe6269249cfbd1609e514fa2672c3f71bef6feb16e7679a16d1ea45845cfe2d355c4cb1e39936fa356e50af94f1c7d6a67c7491b6bf1fdedcd SHA512 707bad3a4ef0a910271af93c739a9139b10e5afbadfd329a522ab3992a6a7baf47b0f272154482eabecf3029814542eaef535baea5f7995b7fd39c0a51671b4c diff --git a/dev-python/almost/almost-0.1.5.ebuild b/dev-python/almost/almost-0.1.5.ebuild new file mode 100644 index 0000000..ff43a4a --- /dev/null +++ b/dev-python/almost/almost-0.1.5.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) + +inherit distutils-r1 + +COMMIT="cc3eeb0abde7ff95a222d571443989c74a112ff7" + +DESCRIPTION="A helper for approximate comparison" +HOMEPAGE=" + https://github.com/sublee/almost + https://pypi.org/project/almost +" +SRC_URI="https://github.com/sublee/almost/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" + +SLOT="0" +LICENSE="BSD" +KEYWORDS="~amd64" + +RDEPEND="" +DEPEND="" + +S="${WORKDIR}/${PN}-${COMMIT}" + +#no tests in pypi tarball +distutils_enable_tests setup.py + +src_prepare() { + sed -i "s|distribute|setuptools|" setup.py || die + default +} diff --git a/dev-python/almost/metadata.xml b/dev-python/almost/metadata.xml new file mode 100644 index 0000000..13f1d02 --- /dev/null +++ b/dev-python/almost/metadata.xml @@ -0,0 +1,17 @@ + + + + + lssndrbarbieri@gmail.com + Alessandro Barbieri + + + https://github.com/sublee/almost/issues + + sub@subl.ee + Heungsub Lee + + almost + sublee/almost + +