public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Nicola Smaniotto" <smaniotto.nicola@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-video/trakt-scrobbler/
Date: Tue, 22 Feb 2022 15:58:01 +0000 (UTC)	[thread overview]
Message-ID: <1645545479.f262f092d5d27aec6790ee89800d91d527e23e83.smaniotto.nicola@gentoo> (raw)

commit:     f262f092d5d27aec6790ee89800d91d527e23e83
Author:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Tue Feb 22 14:40:19 2022 +0000
Commit:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
CommitDate: Tue Feb 22 15:57:59 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f262f092

media-video/trakt-scrobbler: bump to 1.4.0

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>

 media-video/trakt-scrobbler/Manifest               |  1 +
 .../trakt-scrobbler/trakt-scrobbler-1.4.0.ebuild   | 39 ++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/media-video/trakt-scrobbler/Manifest b/media-video/trakt-scrobbler/Manifest
index 7fb8738d2..a90481b24 100644
--- a/media-video/trakt-scrobbler/Manifest
+++ b/media-video/trakt-scrobbler/Manifest
@@ -1 +1,2 @@
 DIST trakt-scrobbler-1.3.2.tar.gz 51212 BLAKE2B f95f86369928910f0830b7646a4d3a9b24ec3393ccd4f0a62582eb6b5dedf3b0c533df52856be4776e8d8b1b19e6ebe3ab6a393ec4adaf8ed09da8db6004aa2a SHA512 de1a7d77110ee43b85dc2d6b01d8c1558c9e88cbaa058e9e556b0b93ed76f277ffe5e129111bcb1b2f751f48d41ebc87db802d87b07504b3fc0d5117d3682227
+DIST trakt-scrobbler-1.4.0.tar.gz 55216 BLAKE2B d0af08a859c36db73d36b6db827aa1f5f791c10b77c4d0392763e9fae0d51d9c0327a188f46a001b261ed3127f861920a4e3144792d35adf16d612bf987bfbc6 SHA512 7898f23c14f5f2e1e6461b945a4729f6edb02ae3ecaac843b14d957a87a8a0728e20b740677da2fd8492a5d4263139387b03c277b04aa7cff06da6762b0c5ed8

diff --git a/media-video/trakt-scrobbler/trakt-scrobbler-1.4.0.ebuild b/media-video/trakt-scrobbler/trakt-scrobbler-1.4.0.ebuild
new file mode 100644
index 000000000..cd9dc863d
--- /dev/null
+++ b/media-video/trakt-scrobbler/trakt-scrobbler-1.4.0.ebuild
@@ -0,0 +1,39 @@
+# 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-1.4.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/
+}
+
+pkg_postinst() {
+	optfeature "start at boot support (see the trakts autostart command)" sys-apps/systemd
+}


             reply	other threads:[~2022-02-22 15:58 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-22 15:58 Nicola Smaniotto [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
2024-03-25 16:43 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
2023-01-15 16:29 Nicola Smaniotto
2023-01-11 18:21 Nicola Smaniotto
2022-12-12 10:31 Nicola Smaniotto
2022-12-12  9:37 Nicola Smaniotto
2022-11-12 15:48 Nicola Smaniotto
2022-08-02  8:00 Nicola Smaniotto
2022-05-31  7:27 Anna Vyalkova
2022-03-07 11:56 Nicola Smaniotto
2022-02-23 14:39 Nicola Smaniotto
2021-12-15 11:13 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-12-15 11:13 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-10-08 19:46 Nicola Smaniotto

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=1645545479.f262f092d5d27aec6790ee89800d91d527e23e83.smaniotto.nicola@gentoo \
    --to=smaniotto.nicola@gmail.com \
    --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