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 EF8641382C5 for ; Thu, 6 May 2021 13:02:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 319A4E09C1; Thu, 6 May 2021 13:02:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 18D1AE09C1 for ; Thu, 6 May 2021 13:02:09 +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 E6A14340E4C for ; Thu, 6 May 2021 13:02:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54B0C735 for ; Thu, 6 May 2021 13:02:06 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1620306115.91c269a2384a5bc3c627b8bdf623ce1ee38de223.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dash-core-components/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/dash-core-components/Manifest dev-python/dash-core-components/dash-core-components-1.16.0.ebuild dev-python/dash-core-components/metadata.xml X-VCS-Directories: dev-python/dash-core-components/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 91c269a2384a5bc3c627b8bdf623ce1ee38de223 X-VCS-Branch: master Date: Thu, 6 May 2021 13:02: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c4cc1987-5c6d-403b-a820-e57657db2793 X-Archives-Hash: 1c1fe246760b1e1f1142f797257a302f commit: 91c269a2384a5bc3c627b8bdf623ce1ee38de223 Author: Alfredo Tupone gentoo org> AuthorDate: Thu May 6 13:01:55 2021 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Thu May 6 13:01:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91c269a2 dev-python/dash-core-components: add to the tree Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Alfredo Tupone gentoo.org> dev-python/dash-core-components/Manifest | 1 + .../dash-core-components-1.16.0.ebuild | 20 ++++++++++++++++++++ dev-python/dash-core-components/metadata.xml | 11 +++++++++++ 3 files changed, 32 insertions(+) diff --git a/dev-python/dash-core-components/Manifest b/dev-python/dash-core-components/Manifest new file mode 100644 index 00000000000..e770719e06f --- /dev/null +++ b/dev-python/dash-core-components/Manifest @@ -0,0 +1 @@ +DIST dash-core-components-1.16.0.tar.gz 13922229 BLAKE2B 7ca8dd411e3a8714902266b11a9f39420c7455601cdcbde81ad86690846bbf574fd0c65019f69fcb0ea86f511802eee080d1e4fca1cd88b82c9898aeb5055ceb SHA512 f2648fa8331296db812e897e2976aab1ca357f81b547dda57710773b4e0ef98019f928d5a0a6add426693550fb483c04ec7e0311318cab113f10fc5dca19e197 diff --git a/dev-python/dash-core-components/dash-core-components-1.16.0.ebuild b/dev-python/dash-core-components/dash-core-components-1.16.0.ebuild new file mode 100644 index 00000000000..ec2940e44a0 --- /dev/null +++ b/dev-python/dash-core-components/dash-core-components-1.16.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{8,9} ) +inherit distutils-r1 + +DESCRIPTION="Core components suite for Dash" +HOMEPAGE="https://plot.ly/dash" +SRC_URI="https://github.com/plotly/${PN}/archive/refs/tags/v${PV}.tar.gz + -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="" +RDEPEND="${DEPEND}" +BDEPEND="" diff --git a/dev-python/dash-core-components/metadata.xml b/dev-python/dash-core-components/metadata.xml new file mode 100644 index 00000000000..7badce779b4 --- /dev/null +++ b/dev-python/dash-core-components/metadata.xml @@ -0,0 +1,11 @@ + + + + + python@gentoo.org + + + tupone@gentoo.org + Tupone Alfredo + +