public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/gcalcli/
Date: Tue, 31 May 2022 10:43:53 +0000 (UTC)	[thread overview]
Message-ID: <1653993820.625ace424a77a34f9c8c1ec44e311b7d1b685ef8.sam@gentoo> (raw)

commit:     625ace424a77a34f9c8c1ec44e311b7d1b685ef8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 31 10:42:50 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 31 10:43:40 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=625ace42

app-misc/gcalcli: add 4.3.0

Bug: https://bugs.gentoo.org/845498
Closes: https://bugs.gentoo.org/813969
Closes: https://bugs.gentoo.org/800635
Closes: https://bugs.gentoo.org/763327
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-misc/gcalcli/Manifest             |  1 +
 app-misc/gcalcli/gcalcli-4.3.0.ebuild | 31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/app-misc/gcalcli/Manifest b/app-misc/gcalcli/Manifest
index 890a6a8fcad7..dfb0bfe442ed 100644
--- a/app-misc/gcalcli/Manifest
+++ b/app-misc/gcalcli/Manifest
@@ -1 +1,2 @@
 DIST gcalcli-4.2.0.tar.gz 1701050 BLAKE2B a0e310097cdb740ac873049d19d21dc8698afe61c919fd082258864e7170f5ca42a55b4eb211cfa9ecd9b2bef63f3e107839a4e3cad9ec2c278a8529f58ac33c SHA512 2dd39a62e3fd81753f30b77be196476ef366cb6914e62c5de82ab946b7159751a5cbf246aa54eaed1fb6adfef7dbba785d10e29571a454b627b7ff45b52375d6
+DIST gcalcli-4.3.0.gh.tar.gz 1702967 BLAKE2B 04623e2140769a56c28a03e315f8ef1e9fe51571f2e46d2529e1fca062c85de251c6adc631057df228494d449b93564e9fe71998f8702ed87dbc5ec5e7803bbd SHA512 ea8680be5351d7b18206ea7b010d49a8c87cbafc9d754cf7f47587a09228c45b29f76d29644770a881cb7c750a1e0e59262b7875eca77aee5bc2476e456b807e

diff --git a/app-misc/gcalcli/gcalcli-4.3.0.ebuild b/app-misc/gcalcli/gcalcli-4.3.0.ebuild
new file mode 100644
index 000000000000..b0ff10b2fe22
--- /dev/null
+++ b/app-misc/gcalcli/gcalcli-4.3.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Google Calendar Command Line Interface"
+HOMEPAGE="https://github.com/insanum/gcalcli"
+SRC_URI="https://github.com/insanum/gcalcli/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	>=dev-python/google-api-python-client-1.5.3[${PYTHON_USEDEP}]
+	dev-python/oauth2client[${PYTHON_USEDEP}]
+	dev-python/parsedatetime[${PYTHON_USEDEP}]
+	dev-python/python-dateutil[${PYTHON_USEDEP}]
+	dev-python/python-gflags[${PYTHON_USEDEP}]
+	dev-python/vobject[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest
+
+src_install() {
+	dodoc -r ChangeLog README.md docs
+	distutils-r1_src_install
+}


             reply	other threads:[~2022-05-31 10:43 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-31 10:43 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-01-10 14:23 [gentoo-commits] repo/gentoo:master commit in: app-misc/gcalcli/ Michał Górny
2022-05-31 10:43 Sam James
2021-02-26 22:05 Sam James
2020-02-05 15:48 Michał Górny
2019-11-28 23:01 Robin H. Johnson
2019-11-28 23:01 Robin H. Johnson
2019-08-11 14:51 David Seifert
2017-07-31 20:55 Alexys Jacob
2017-04-20  7:59 David Seifert
2016-02-12 18:52 Robin H. Johnson

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=1653993820.625ace424a77a34f9c8c1ec44e311b7d1b685ef8.sam@gentoo \
    --to=sam@gentoo.org \
    --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