public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pascal Jäger" <pascal.jaeger@leimstift.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/material-color-utilities/
Date: Sat,  8 Oct 2022 10:38:34 +0000 (UTC)	[thread overview]
Message-ID: <1665223771.7d5fb486d4afa64b633decd45a16beea8126613e.pascal.jaeger@gentoo> (raw)

commit:     7d5fb486d4afa64b633decd45a16beea8126613e
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Sat Oct  8 10:09:31 2022 +0000
Commit:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Sat Oct  8 10:09:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7d5fb486

dev-python/material-color-utilities: new package, v 0.1.5 & live ebuild

Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>

 dev-python/material-color-utilities/Manifest       |  1 +
 .../material-color-utilities-0.1.5.ebuild          | 23 ++++++++++++++++++++++
 .../material-color-utilities-9999.ebuild           | 21 ++++++++++++++++++++
 dev-python/material-color-utilities/metadata.xml   |  8 ++++++++
 4 files changed, 53 insertions(+)

diff --git a/dev-python/material-color-utilities/Manifest b/dev-python/material-color-utilities/Manifest
new file mode 100644
index 000000000..5a202bca6
--- /dev/null
+++ b/dev-python/material-color-utilities/Manifest
@@ -0,0 +1 @@
+DIST material-color-utilities-python-0.1.5.tar.gz 25702 BLAKE2B cf444831fec962caae3a1871b8331dcdd055f186754631185140842e49e1dc5526c5aedc021d28cd5e192e6f593774abce34e4a2853049e9ded2cf3ca9b79e3f SHA512 f3987da2723f9bc0a383d544868bd48b79c815c1ef3b601cf7daf711ae66ba2e20c38d272fff34b8fef724d202cdb71431d885d0fc86cf6b459a8735cd0751a4

diff --git a/dev-python/material-color-utilities/material-color-utilities-0.1.5.ebuild b/dev-python/material-color-utilities/material-color-utilities-0.1.5.ebuild
new file mode 100644
index 000000000..b29eb06e5
--- /dev/null
+++ b/dev-python/material-color-utilities/material-color-utilities-0.1.5.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+DISTUTILS_USE_PEP517=poetry
+inherit distutils-r1
+
+DESCRIPTION="Python port of material-color-utilities used for Material You colors"
+HOMEPAGE="https://python-telegram-bot.org https://github.com/python-telegram-bot/python-telegram-bot"
+SRC_URI="https://files.pythonhosted.org/packages/source/${PN::1}/${PN}-python/${PN}-python-${PV}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+S=${WORKDIR}/${PN}-python-${PV}
+BDEPEND="
+	${PYTHON_DEPS}
+	dev-python/poetry-core
+"

diff --git a/dev-python/material-color-utilities/material-color-utilities-9999.ebuild b/dev-python/material-color-utilities/material-color-utilities-9999.ebuild
new file mode 100644
index 000000000..4ed22ecc3
--- /dev/null
+++ b/dev-python/material-color-utilities/material-color-utilities-9999.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+DISTUTILS_USE_PEP517=poetry
+inherit distutils-r1 git-r3
+
+DESCRIPTION="Python port of material-color-utilities used for Material You colors"
+HOMEPAGE="https://python-telegram-bot.org https://github.com/python-telegram-bot/python-telegram-bot"
+EGIT_REPO_URI="https://github.com/avanishsubbiah/material-color-utilities-python"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+
+BDEPEND="
+	${PYTHON_DEPS}
+	dev-python/poetry-core
+"

diff --git a/dev-python/material-color-utilities/metadata.xml b/dev-python/material-color-utilities/metadata.xml
new file mode 100644
index 000000000..3771874aa
--- /dev/null
+++ b/dev-python/material-color-utilities/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>pascal.jaeger@leimstift.de</email>
+		<name>Pascal Jaeger</name>
+	</maintainer>
+</pkgmetadata>


             reply	other threads:[~2022-10-08 10:38 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-08 10:38 Pascal Jäger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-11-26 20:39 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/material-color-utilities/ Randall Vasquez
2024-05-15  0:45 Julien Roy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1665223771.7d5fb486d4afa64b633decd45a16beea8126613e.pascal.jaeger@gentoo \
    --to=pascal.jaeger@leimstift.de \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox