public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Aaron Bauman" <bman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/khal/
Date: Sun,  2 Aug 2020 20:27:15 +0000 (UTC)	[thread overview]
Message-ID: <1596400028.529f1bfb60e92a2390761f4f6d764490af6c5d95.bman@gentoo> (raw)

commit:     529f1bfb60e92a2390761f4f6d764490af6c5d95
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  2 20:25:19 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Aug  2 20:27:08 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=529f1bfb

app-misc/khal: port to py3_{7,8}

Closes: https://bugs.gentoo.org/718230
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 app-misc/khal/Manifest              |  1 -
 app-misc/khal/khal-0.10.1-r1.ebuild |  4 ++--
 app-misc/khal/khal-0.9.10.ebuild    | 43 -------------------------------------
 3 files changed, 2 insertions(+), 46 deletions(-)

diff --git a/app-misc/khal/Manifest b/app-misc/khal/Manifest
index 21514ca988a..6c5897b1b92 100644
--- a/app-misc/khal/Manifest
+++ b/app-misc/khal/Manifest
@@ -1,2 +1 @@
 DIST khal-0.10.1.tar.gz 173636 BLAKE2B 97158bc78dfbda3a3555df3588c61f6a5e8b20d71921099a74ba997eb7ccef05ed931e930afbb09f9c125f3e0e782143dd2cdf4d0da6bd09952765b9117d6ac4 SHA512 5b81a60099c201fa112ab17740b73edb17b29efa1548086766d57d9d595451e7d779aad5a2ce7a2afc78050116782ff6696c4bd284021a5e12c87fe361d15e47
-DIST khal-0.9.10.tar.gz 171132 BLAKE2B c9356bd65197db3a492939fbeec3c51c092ce02388a61fa1c426cc16e97fe509110c2f129203882504dd4d7bbe6ddf95a01d7147abf78a0a9b6c898af89814ee SHA512 7618e34e35726670721dfd12e1434d5ffe4221ffad5d751ef26dc26edab4334c847582bbd4f50cfb93f37a07397ccc467e240adaf3dcf1d9446e0ca6faff7721

diff --git a/app-misc/khal/khal-0.10.1-r1.ebuild b/app-misc/khal/khal-0.10.1-r1.ebuild
index 094279f9a34..6ef78da963d 100644
--- a/app-misc/khal/khal-0.10.1-r1.ebuild
+++ b/app-misc/khal/khal-0.10.1-r1.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="7"
+EAPI=7
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{7,8} )
 PYTHON_REQ_USE="sqlite"
 
 inherit distutils-r1

diff --git a/app-misc/khal/khal-0.9.10.ebuild b/app-misc/khal/khal-0.9.10.ebuild
deleted file mode 100644
index ab611970184..00000000000
--- a/app-misc/khal/khal-0.9.10.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_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 ~arm ~arm64 ~x86"
-SLOT="0"
-IUSE="zsh-completion"
-
-RDEPEND=">=dev-python/click-3.2[${PYTHON_USEDEP}]
-	>=dev-python/click-log-0.2.0[${PYTHON_USEDEP}]
-	>=dev-python/icalendar-3.11.7[${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
-}


             reply	other threads:[~2020-08-02 20:27 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-02 20:27 Aaron Bauman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-31 18:36 [gentoo-commits] repo/gentoo:master commit in: app-misc/khal/ Sam James
2024-06-10 17:01 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-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-07-02  7:33 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=1596400028.529f1bfb60e92a2390761f4f6d764490af6c5d95.bman@gentoo \
    --to=bman@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