diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-05-07 01:33:16 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-05-07 01:33:16 +0100 |
commit | c8fd0d84af0bfd1949542adc2cbb735b1d28f9ed (patch) | |
tree | 3ee550255947da075650f1a551dcc278f9a1b7f8 /dev-python/dash-html-components | |
parent | a978c074e4272bb901fbe4a10de0a7b2af574f17 (diff) |
gentoo resync : 07.05.2021
Diffstat (limited to 'dev-python/dash-html-components')
-rw-r--r-- | dev-python/dash-html-components/Manifest | 3 | ||||
-rw-r--r-- | dev-python/dash-html-components/dash-html-components-1.1.3.ebuild | 20 | ||||
-rw-r--r-- | dev-python/dash-html-components/metadata.xml | 11 |
3 files changed, 34 insertions, 0 deletions
diff --git a/dev-python/dash-html-components/Manifest b/dev-python/dash-html-components/Manifest new file mode 100644 index 000000000000..288197dfc830 --- /dev/null +++ b/dev-python/dash-html-components/Manifest @@ -0,0 +1,3 @@ +DIST dash-html-components-1.1.3.tar.gz 375680 BLAKE2B e489d8d5fe3c832ae8be82ea1eac83b8a8c8df8b6ac9ce1d122178f63c4ce355c39195bd828e503c51605ed5e774eaff38cf16da9a1c486fd0eff404cd85694f SHA512 dfcc41ef7a52f0d5cc97db9e94b00eb7707cea7c5f95e89832d1b74a1554d9d9f9c3b5df57509fe959b06c53f2a281b7070adde45d3c19003c13983a10ca2509 +EBUILD dash-html-components-1.1.3.ebuild 420 BLAKE2B bd817f2a041a61244e910f02b6c149f38dcc8cac5059a12d59669a608935835f5ceb5824f7431ceceac942aaed679a427ffbdf0d761a2914aefa66a34ecd1dad SHA512 2d1763904c9caa59ac201dcc17badb83075f2be8de6385c9dbc505eb4287122add5f8881a5cb064a78940f956a837a23637ddf22da67dd2a5c8bc042ad513461 +MISC metadata.xml 326 BLAKE2B eeadff6eaaa8db966c6eb625660fd2a6e04e0e3197f964e91a3e2f14511a1800613df6abea1e89e1e6628619afdfd17bd68891261e9798f222db2a40b8dcf529 SHA512 aaa1da894019ef166c6aceac9170461eeb653c789eb2b205f004206e2d1ca04ffd1c1469c726473af703e9e6c1ff6688a31179ce761393ebe09fc8c4a55ddc82 diff --git a/dev-python/dash-html-components/dash-html-components-1.1.3.ebuild b/dev-python/dash-html-components/dash-html-components-1.1.3.ebuild new file mode 100644 index 000000000000..26ff12dc81c6 --- /dev/null +++ b/dev-python/dash-html-components/dash-html-components-1.1.3.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="Vanilla HTML components 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-html-components/metadata.xml b/dev-python/dash-html-components/metadata.xml new file mode 100644 index 000000000000..7badce779b42 --- /dev/null +++ b/dev-python/dash-html-components/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>python@gentoo.org</email> + </maintainer> + <maintainer type="person"> + <email>tupone@gentoo.org</email> + <name>Tupone Alfredo</name> + </maintainer> +</pkgmetadata> |