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 D3E4E138334 for ; Mon, 18 Mar 2019 23:02:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC6DEE0825; Mon, 18 Mar 2019 23:02:25 +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 A5B0EE0825 for ; Mon, 18 Mar 2019 23:02:25 +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 28501335D10 for ; Mon, 18 Mar 2019 23:02:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DED83569 for ; Mon, 18 Mar 2019 23:02:21 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1552950088.bcb94ee73d2398fd3c379c8d1b4a43cea358db31.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/itypes/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/itypes/Manifest dev-python/itypes/itypes-1.1.0.ebuild dev-python/itypes/metadata.xml X-VCS-Directories: dev-python/itypes/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: bcb94ee73d2398fd3c379c8d1b4a43cea358db31 X-VCS-Branch: master Date: Mon, 18 Mar 2019 23:02:21 +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: f2b45b53-ab22-4da2-b74d-49fe619f4d05 X-Archives-Hash: c440f7e1b243624c9ae290e7c1961115 commit: bcb94ee73d2398fd3c379c8d1b4a43cea358db31 Author: Wiliam Hubbs sony com> AuthorDate: Mon Mar 18 22:11:54 2019 +0000 Commit: William Hubbs gentoo org> CommitDate: Mon Mar 18 23:01:28 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcb94ee7 dev-python/itypes: Basic immutable container types for python Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: William Hubbs gentoo.org> dev-python/itypes/Manifest | 1 + dev-python/itypes/itypes-1.1.0.ebuild | 17 +++++++++++++++++ dev-python/itypes/metadata.xml | 8 ++++++++ 3 files changed, 26 insertions(+) diff --git a/dev-python/itypes/Manifest b/dev-python/itypes/Manifest new file mode 100644 index 00000000000..cc584c967db --- /dev/null +++ b/dev-python/itypes/Manifest @@ -0,0 +1 @@ +DIST itypes-1.1.0.tar.gz 2188 BLAKE2B 5b24790944b130530d4bb3f0ee266c897ebf7946a37133535622f823cc66bd2d2aba838170769b326d706fb123ccd1f4ed7aea8e877b9fe0a9d19692e0c9e0e2 SHA512 fbaf82a82e0685f54eb98bdea722cf9fa230881d1940e2a74306972eb9f99958cb0cc62b858c340b649e092262793b83dcf76d11d36d04755ecf05e7a2c77d81 diff --git a/dev-python/itypes/itypes-1.1.0.ebuild b/dev-python/itypes/itypes-1.1.0.ebuild new file mode 100644 index 00000000000..4a4c46fee44 --- /dev/null +++ b/dev-python/itypes/itypes-1.1.0.ebuild @@ -0,0 +1,17 @@ +# 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="basic immutable container types for python" +HOMEPAGE="https://github.com/tomchristie/itypes" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/itypes/metadata.xml b/dev-python/itypes/metadata.xml new file mode 100644 index 00000000000..c36c37139fa --- /dev/null +++ b/dev-python/itypes/metadata.xml @@ -0,0 +1,8 @@ + + + + + williamh@gentoo.org + William Hubbs + +