From: "Amy Liffey" <amynka@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/khal/
Date: Sun, 2 Jul 2017 07:33:00 +0000 (UTC) [thread overview]
Message-ID: <1498980732.883e6f7bd281136fc9680cb6f2524cc84137ead1.amynka@gentoo> (raw)
commit: 883e6f7bd281136fc9680cb6f2524cc84137ead1
Author: Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 2 07:32:12 2017 +0000
Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Sun Jul 2 07:32:12 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=883e6f7b
app-misc/khal: version bump 0.9.6 bug #623396
Submitted-by: Kristian <kbx <AT> posteo.de>
Package-Manager: Portage-2.3.6, Repoman-2.3.1
app-misc/khal/Manifest | 1 +
app-misc/khal/khal-0.9.6.ebuild | 44 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 45 insertions(+)
diff --git a/app-misc/khal/Manifest b/app-misc/khal/Manifest
index 011047e041a..0534b5d3737 100644
--- a/app-misc/khal/Manifest
+++ b/app-misc/khal/Manifest
@@ -5,3 +5,4 @@ DIST khal-0.9.0.tar.gz 158220 SHA256 b9aa992a8ed1a5d816eeeff79256ad7edea591acdf1
DIST khal-0.9.3.tar.gz 165182 SHA256 d4d748ae09fd0069124bf28ca61db1b1fbc3e8e95e2f23e597e28e2e38336ac7 SHA512 38f9c059eb8ebaacd40d4d5e276f8e42ea0bcc5237b46647974601458fc8576ec8920873cc90c002a8e101b2383028d60a2e74dbfb601acd9c0770ada2c63b65 WHIRLPOOL 8461b39508fb3b5bd2a0532dd71507334852b71492688f0dabcf76b9d70cf8f29e831a36d38028340c1fa1853dda4c1eda706559e8ee6dfb9ecdc112363b5002
DIST khal-0.9.4.tar.gz 169530 SHA256 21aa1ac464383a515be9f18d6b06413d17116ef9353d5349211c540c4bd7996e SHA512 a17643dc998b3414bb62d2fd2fd42a364dd5344eeb54be9cb310df8da952e06add41669d65d61b550385bc94bccff4382fca78e4cdcf71a202b8abe5c394d394 WHIRLPOOL 4ca55e0b5cdde8cde0b85d45b1b3936bd3f0b39bce127d9d59e2c442b37d93a520b83b523506579f4ebbccacd6bc26698ab4cd2de9330e872ed01c006f54d47a
DIST khal-0.9.5.tar.gz 170011 SHA256 b945894cb4ededa6711989814bd4866815f322aa25dff581d808a7eae5047b3b SHA512 8dae0989a7351a4148e9f6e52e8b69d1b46c7e5465233d5e389db5a20c9da6349da11f0119df7536b01c620a30cb43805cfcedaa32d563a592a337b0faf56946 WHIRLPOOL c98a2a7e7c03654c3b2bac0ba80104b61b8ef1ae8db6e41c8662a75470b7044d9ccfe6a01c702e65b79db645583793deed4fa4f6e65297f0b9079477159d6eb8
+DIST khal-0.9.6.tar.gz 169539 SHA256 6ec7ce0202764839521f47805e10ac1f54e9adfae3f82e7c1e67ad88eefd6772 SHA512 3d8299d714fcf64d4790d270238acfc9250bfabce2182f49922e51004bce33509853ed6889e9eb694ee2f8f3357b1a175b2cec29ec135cf7fc8bacf237bbcc11 WHIRLPOOL 0bce1dca6f0a7fab0cd0399a9bbd020d8c77d30991181ba6856a46905295e6d68889149c171bfebd7c119a490a7154a3bc13820e072d754b7e0f65c83c523f75
diff --git a/app-misc/khal/khal-0.9.6.ebuild b/app-misc/khal/khal-0.9.6.ebuild
new file mode 100644
index 00000000000..794c616f1a8
--- /dev/null
+++ b/app-misc/khal/khal-0.9.6.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+PYTHON_COMPAT=( python3_{4,5,6} )
+PYTHON_REQ_USE="sqlite"
+
+inherit distutils-r1
+
+DESCRIPTION="A CalDAV based calendar"
+HOMEPAGE="http://lostpackets.de/khal/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE="zsh-completion"
+
+RDEPEND=">=dev-python/click-3.2[${PYTHON_USEDEP}]
+ >=dev-python/click-log-0.1.3[${PYTHON_USEDEP}]
+ dev-python/icalendar[${PYTHON_USEDEP}]
+ dev-python/urwid[${PYTHON_USEDEP}]
+ dev-python/pyxdg[${PYTHON_USEDEP}]
+ dev-python/pytz[${PYTHON_USEDEP}]
+ dev-python/python-dateutil[${PYTHON_USEDEP}]
+ dev-python/configobj[${PYTHON_USEDEP}]
+ >=dev-python/atomicwrites-0.1.7[${PYTHON_USEDEP}]
+ >=dev-python/tzlocal-1.0[${PYTHON_USEDEP}]
+ dev-python/setproctitle[${PYTHON_USEDEP}]
+ zsh-completion? ( app-shells/zsh )"
+
+DEPEND=">dev-python/setuptools_scm-1.12.0[${PYTHON_USEDEP}]
+ dev-python/freezegun"
+
+DOCS=( AUTHORS.txt CHANGELOG.rst CONTRIBUTING.rst README.rst khal.conf.sample )
+
+src_install() {
+ distutils-r1_src_install
+ if use zsh-completion; then
+ insinto /usr/share/zsh/site-functions
+ doins misc/__khal
+ fi
+}
next reply other threads:[~2017-07-02 7:33 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-02 7:33 Amy Liffey [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-10 17:01 [gentoo-commits] repo/gentoo:master commit in: app-misc/khal/ Michał Górny
2024-05-28 15:27 Michał Górny
2024-05-28 15:27 Michał Górny
2023-07-05 18:20 Amy Liffey
2023-05-06 9:40 Sam James
2023-05-03 5:25 Sam James
2023-05-03 5:22 Sam James
2022-10-18 4:04 Sam James
2022-05-19 18:23 Sam James
2022-05-06 13:46 Michał Górny
2022-02-02 15:49 Amy Liffey
2021-12-21 3:39 Yixun Lan
2021-08-16 7:36 Michał Górny
2021-07-31 0:18 Sam James
2021-06-01 13:03 Sam James
2020-12-17 18:03 Amy Liffey
2020-08-02 20:27 Aaron Bauman
2020-03-04 5:01 Michał Górny
2020-01-27 11:49 Mikle Kolyada
2020-01-22 21:35 Michał Górny
2019-12-24 19:54 Mikle Kolyada
2019-11-26 20:34 Aaron Bauman
2019-10-13 5:32 Amy Liffey
2019-10-04 19:29 Amy Liffey
2018-12-05 5:49 Amy Liffey
2018-12-01 10:40 Amy Liffey
2018-06-04 9:06 Amy Liffey
2018-06-02 18:26 Amy Liffey
2018-06-01 6:57 Amy Liffey
2018-02-15 16:35 Amy Liffey
2017-11-28 13:27 Amy Liffey
2017-10-03 8:35 Amy Liffey
2017-10-03 8:35 Amy Liffey
2017-05-25 20:27 Amy Liffey
2017-04-22 9:56 Pacho Ramos
2017-04-09 20:19 Amy Liffey
2017-03-08 19:34 Amy Liffey
2017-01-25 21:49 Amy Liffey
2016-12-24 12:05 Amy Winston
2016-11-26 10:09 Amy Winston
2016-11-06 21:21 Amy Winston
2016-11-06 20:49 Amy Winston
2016-04-23 20:21 Amy Winston
2016-02-21 15:18 Amy Winston
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=1498980732.883e6f7bd281136fc9680cb6f2524cc84137ead1.amynka@gentoo \
--to=amynka@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