public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Haelwenn Monnier" <contact@hacktivis.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: media-video/trakt-scrobbler/
Date: Tue,  2 Aug 2022 10:55:18 +0000 (UTC)	[thread overview]
Message-ID: <1659427139.ab34eaabdd5df3d8c0e1a06b95c1ce3fc105b07e.lanodan@gentoo> (raw)

commit:     ab34eaabdd5df3d8c0e1a06b95c1ce3fc105b07e
Author:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Mon Aug  1 20:34:48 2022 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Tue Aug  2 07:58:59 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ab34eaab

media-video/trakt-scrobbler: add 1.5.0

Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>

 media-video/trakt-scrobbler/Manifest               |  1 +
 .../trakt-scrobbler/trakt-scrobbler-1.5.0.ebuild   | 46 ++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/media-video/trakt-scrobbler/Manifest b/media-video/trakt-scrobbler/Manifest
index 04b3861a7..e9ded003e 100644
--- a/media-video/trakt-scrobbler/Manifest
+++ b/media-video/trakt-scrobbler/Manifest
@@ -1,2 +1,3 @@
 DIST trakt-scrobbler-1.4.0.tar.gz 55216 BLAKE2B d0af08a859c36db73d36b6db827aa1f5f791c10b77c4d0392763e9fae0d51d9c0327a188f46a001b261ed3127f861920a4e3144792d35adf16d612bf987bfbc6 SHA512 7898f23c14f5f2e1e6461b945a4729f6edb02ae3ecaac843b14d957a87a8a0728e20b740677da2fd8492a5d4263139387b03c277b04aa7cff06da6762b0c5ed8
 DIST trakt-scrobbler-1.4.2.tar.gz 56835 BLAKE2B 0b39ca0d88ae2e45d5907a7546e44d2d653bd8c10fc67a0389153d2c90f1064fdbbe2d8e9c88da123f0275c10044c74fab69cceddbf24baadd21a495be439cb7 SHA512 cb58b6ab8577b9850f01dd6f6ef6e1ef6fbd1432c3ca84220a3845d6dd43ef56e5abdbaa934eee80f20affdadfffd93582c860a1efcccc0b2ee0025c6c0ca5b0
+DIST trakt-scrobbler-1.5.0.tar.gz 56946 BLAKE2B 155d3371a077d4617ff575a4e924ee2f6ab9814ea5eea167234e8df26e3c3286dcf4df07ff9a51f2daf2faf928c1c857cc6a9497703e810493974cdc86f0cf54 SHA512 5d98308fc09c7c569a498622cb0868a9d9d547dea36b5523a02c4d53adb7033c3441426ea388a53c624f445480b11c41ab96660e6fe453be1d1110f781de4b1a

diff --git a/media-video/trakt-scrobbler/trakt-scrobbler-1.5.0.ebuild b/media-video/trakt-scrobbler/trakt-scrobbler-1.5.0.ebuild
new file mode 100644
index 000000000..df604bd55
--- /dev/null
+++ b/media-video/trakt-scrobbler/trakt-scrobbler-1.5.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1 optfeature
+
+DESCRIPTION="Scrobbler for trakt.tv that supports VLC, Plex, MPC-HC, and MPV"
+HOMEPAGE="https://github.com/iamkroot/trakt-scrobbler"
+SRC_URI="https://github.com/iamkroot/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	>=dev-python/requests-2.25.1[${PYTHON_USEDEP}]
+	>=dev-python/urllib3-1.26.0[${PYTHON_USEDEP}]
+	>=dev-python/guessit-3.3.1[${PYTHON_USEDEP}]
+	>=dev-python/appdirs-1.4.4[${PYTHON_USEDEP}]
+	>=dev-python/cleo-0.8.1[${PYTHON_USEDEP}]
+	>=dev-python/confuse-2.0[${PYTHON_USEDEP}]
+	>=dev-python/urlmatch-1.0.1[${PYTHON_USEDEP}]
+	dev-python/clikit[${PYTHON_USEDEP}]
+	dev-python/crashtest[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest
+
+python_test(){
+	eunittest tests/
+}
+
+python_install() {
+	distutils-r1_python_install
+
+	insinto "/usr/share/zsh/site-functions"
+	newins "${S}/completions/trakts.zsh" "_trakts"
+}
+
+pkg_postinst() {
+	optfeature "start at boot support (see the trakts autostart command)" sys-apps/systemd
+}


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

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-02 10:55 Haelwenn Monnier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-25 16:52 [gentoo-commits] repo/proj/guru:master commit in: media-video/trakt-scrobbler/ Julien Roy
2022-03-07 21:21 Ronny Gutbrod
2022-02-24 11:10 Ronny Gutbrod
2022-02-23  0:33 Ronny Gutbrod
2021-12-15 11:13 Andrew Ammerlaan

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=1659427139.ab34eaabdd5df3d8c0e1a06b95c1ce3fc105b07e.lanodan@gentoo \
    --to=contact@hacktivis.me \
    --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