public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/signalstickers-client/
Date: Sun, 29 Jan 2023 01:00:03 +0000 (UTC)	[thread overview]
Message-ID: <1674953923.bebf528086ce9e726d41cf1fdfca384e161c2c2f.julien@gentoo> (raw)

commit:     bebf528086ce9e726d41cf1fdfca384e161c2c2f
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sun Jan 29 00:58:43 2023 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sun Jan 29 00:58:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bebf5280

dev-python/signalstickers-client: new package, add 3.2.0

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/signalstickers-client/Manifest          |  1 +
 dev-python/signalstickers-client/metadata.xml      | 18 ++++++++++++++++
 .../signalstickers-client-3.2.0.ebuild             | 25 ++++++++++++++++++++++
 3 files changed, 44 insertions(+)

diff --git a/dev-python/signalstickers-client/Manifest b/dev-python/signalstickers-client/Manifest
new file mode 100644
index 000000000..0dbb9610d
--- /dev/null
+++ b/dev-python/signalstickers-client/Manifest
@@ -0,0 +1 @@
+DIST signalstickers-client-3.2.0.tar.gz 14705 BLAKE2B b2423e96d4cbb9aadd8e1b900dc3c1ba678c619ef964387f937b121b361d341656b764e49d8dcd2d885c4b230f936936ea6487212dee4fce4c2ef40b59eb55e8 SHA512 6820fbb7577ca8ecb63a8fe9b10ad25d7fd510d3ea56bf0a5cd48f8b79595553eece6699308a1ff6d71ae7fecf88a0286d8c2f89a9487af0c7837be3f4436a7e

diff --git a/dev-python/signalstickers-client/metadata.xml b/dev-python/signalstickers-client/metadata.xml
new file mode 100644
index 000000000..2bdbdb975
--- /dev/null
+++ b/dev-python/signalstickers-client/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+      <email>julien@jroy.ca</email>
+        <description>Julien Roy</description>
+    </maintainer>
+    <upstream>
+      <maintainer>
+          <name>Romain Ricard</name>
+            <email>contact+stickerclient@romainricard.fr</email>
+        </maintainer>
+        <doc>https://github.com/signalstickers/signalstickers-client/blob/master/STICKERS_INTERNALS.md</doc>
+        <bugs-to>https://github.com/signalstickers/signalstickers-client/issues</bugs-to>
+        <remote-id type="github">signalstickers/signalstickers-client</remote-id>
+        <remote-id type="pypi">signalstickers-client</remote-id>
+    </upstream>
+</pkgmetadata>

diff --git a/dev-python/signalstickers-client/signalstickers-client-3.2.0.ebuild b/dev-python/signalstickers-client/signalstickers-client-3.2.0.ebuild
new file mode 100644
index 000000000..13bf4170b
--- /dev/null
+++ b/dev-python/signalstickers-client/signalstickers-client-3.2.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="A Python client for the Signal stickers API"
+HOMEPAGE="https://github.com/signalstickers/signalstickers-client"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	dev-python/anyio[${PYTHON_USEDEP}]
+	dev-python/httpx[${PYTHON_USEDEP}]
+	dev-python/cryptography[${PYTHON_USEDEP}]
+	dev-python/protobuf-python[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"


             reply	other threads:[~2023-01-29  1:00 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-29  1:00 Julien Roy [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-03-17 13:10 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/signalstickers-client/ Anna Vyalkova
2023-08-30 21:49 Julien Roy
2024-01-04  1:03 Julien Roy
2024-05-13 22:21 Julien Roy
2024-11-14  3:45 Anna Vyalkova

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=1674953923.bebf528086ce9e726d41cf1fdfca384e161c2c2f.julien@gentoo \
    --to=julien@jroy.ca \
    --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