public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/x-wr-timezone/
Date: Tue, 17 Jan 2023 15:44:32 +0000 (UTC)	[thread overview]
Message-ID: <1673970261.23f6043aa25f8d108292fced7b904ccd60b3fda0.mgorny@gentoo> (raw)

commit:     23f6043aa25f8d108292fced7b904ccd60b3fda0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 17 15:11:53 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jan 17 15:44:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23f6043a

dev-python/x-wr-timezone: New package, v0.0.5

New package needed for recurring-ical-events, that is a test dep
of dev-python/caldav.

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/x-wr-timezone/Manifest                  |  1 +
 dev-python/x-wr-timezone/metadata.xml              | 13 +++++++++
 .../x-wr-timezone/x-wr-timezone-0.0.5.ebuild       | 34 ++++++++++++++++++++++
 3 files changed, 48 insertions(+)

diff --git a/dev-python/x-wr-timezone/Manifest b/dev-python/x-wr-timezone/Manifest
new file mode 100644
index 000000000000..e7037785c320
--- /dev/null
+++ b/dev-python/x-wr-timezone/Manifest
@@ -0,0 +1 @@
+DIST x-wr-timezone-0.0.5.gh.tar.gz 19728 BLAKE2B d3b098da4ff358e19cb70c2f59bb95de55fc27f058359e6d8eca8595bc375e83c05d139491b8e06f07ab1a5ca9e0b9a2dc1fa87cb1aea83e722f494da2ebbc88 SHA512 b530e96e2e32febf82a4aac9fe1067431c7396a029ca785ade8a8c5e2fe04b1d95e60ecf7ecc9862057bffd3e9dd6a773d14c385cb431d1b22858091f3bd7892

diff --git a/dev-python/x-wr-timezone/metadata.xml b/dev-python/x-wr-timezone/metadata.xml
new file mode 100644
index 000000000000..62a860ccbf79
--- /dev/null
+++ b/dev-python/x-wr-timezone/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>python@gentoo.org</email>
+		<name>Python</name>
+	</maintainer>
+	<stabilize-allarches/>
+	<upstream>
+		<remote-id type="github">niccokunzmann/x-wr-timezone</remote-id>
+		<remote-id type="pypi">x-wr-timezone</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-python/x-wr-timezone/x-wr-timezone-0.0.5.ebuild b/dev-python/x-wr-timezone/x-wr-timezone-0.0.5.ebuild
new file mode 100644
index 000000000000..39d605d10fe4
--- /dev/null
+++ b/dev-python/x-wr-timezone/x-wr-timezone-0.0.5.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Convert calendars using X-WR-TIMEZONE to standard ones"
+HOMEPAGE="
+	https://github.com/niccokunzmann/x-wr-timezone/
+	https://pypi.org/project/x-wr-timezone/
+"
+SRC_URI="
+	https://github.com/niccokunzmann/x-wr-timezone/archive/v${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	dev-python/icalendar[${PYTHON_USEDEP}]
+	dev-python/pytz[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_IGNORE=(
+	test/test_readme.py
+)


             reply	other threads:[~2023-01-17 15:44 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-17 15:44 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-01-21 13:34 [gentoo-commits] repo/gentoo:master commit in: dev-python/x-wr-timezone/ Arthur Zamarin
2023-05-27 19:32 Arthur Zamarin
2023-05-29 20:18 Sam James
2023-11-04  6:29 Michał Górny
2023-12-30 18:35 Michał Górny
2024-03-17 16:24 Michał Górny
2024-06-15 19:15 Michał Górny
2024-06-15 19:15 Michał Górny
2024-10-01  4:24 Michał Górny
2024-10-01 11:18 Michał Górny
2024-11-28  6:43 Michał Górny
2024-11-28  6:43 Michał Górny
2024-11-28  7:27 Sam James
2025-02-07  5:45 Michał Górny
2025-05-04 19:23 Michał Górny
2025-05-23  8:36 Arthur Zamarin

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=1673970261.23f6043aa25f8d108292fced7b904ccd60b3fda0.mgorny@gentoo \
    --to=mgorny@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