public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/click-plugins/
Date: Fri, 12 Jun 2020 07:00:45 +0000 (UTC)	[thread overview]
Message-ID: <1591945186.7bc10c9148bd6c64230349f40ac826bd4736cd8b.juippis@gentoo> (raw)

commit:     7bc10c9148bd6c64230349f40ac826bd4736cd8b
Author:     Tomáš Mózes <hydrapolic <AT> gmail <DOT> com>
AuthorDate: Tue May 12 19:45:30 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Jun 12 06:59:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bc10c91

dev-python/click-plugins: bump to 1.1.1

Closes: https://bugs.gentoo.org/722756
Signed-off-by: Tomáš Mózes <hydrapolic <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/15769
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-python/click-plugins/Manifest                   |  1 +
 dev-python/click-plugins/click-plugins-1.1.1.ebuild | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/dev-python/click-plugins/Manifest b/dev-python/click-plugins/Manifest
index 322451961b5..fbc5d7f37cb 100644
--- a/dev-python/click-plugins/Manifest
+++ b/dev-python/click-plugins/Manifest
@@ -1 +1,2 @@
 DIST click-plugins-1.0.3.tar.gz 7950 BLAKE2B 4ed7d15c37b2eb127faac6179c06467507405d4fd3eb55d93e2210df0eae124167e0206fe9996298abbd7ee26edc8849d5c4062875db12ea92937f225408b4e6 SHA512 1eac03d57931bdf8e2f387164490436b3b921738936ee6cd9a58246e05e84133e77c47dd606a00d1b3e238a806bf83ffe7dc7c758a92d789cc229a94ed26e17f
+DIST click-plugins-1.1.1.tar.gz 8164 BLAKE2B 48d75b9445b72dca41516fe81d02c6fad8089630c0d49963f559a847b90c7897c8db64773c4ec5f4c162d0f2f4fdd14fe212d485765d38977145fd32acdd0dcb SHA512 bbd838f50603ac4e76daf3535fd5d27a17e17549addbc8b582df6d6193b4f07d743101ce52f0b71f326995fdfeac159805025770350ca2e7697f212dce0c4b1a

diff --git a/dev-python/click-plugins/click-plugins-1.1.1.ebuild b/dev-python/click-plugins/click-plugins-1.1.1.ebuild
new file mode 100644
index 00000000000..67d02a253fb
--- /dev/null
+++ b/dev-python/click-plugins/click-plugins-1.1.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PYTHON_COMPAT=( python3_{7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Module for click to enable registering CLI commands via setuptools entry-points"
+HOMEPAGE="https://github.com/click-contrib/click-plugins"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~arm64 ~x86"
+SLOT="0"
+
+RDEPEND="dev-python/click[${PYTHON_USEDEP}]"
+DEPEND="test? ( ${RDEPEND} )"
+
+distutils_enable_tests pytest


             reply	other threads:[~2020-06-12  7:00 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-12  7:00 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-10 12:49 [gentoo-commits] repo/gentoo:master commit in: dev-python/click-plugins/ Michał Górny
2024-05-17 14:26 Michał Górny
2024-05-17 14:26 Michał Górny
2023-06-02 15:09 Michał Górny
2023-03-16 18:13 Michał Górny
2023-03-04 17:28 Arthur Zamarin
2023-03-04 17:28 Arthur Zamarin
2023-02-12 19:05 Michał Górny
2023-02-10 10:22 Andrew Ammerlaan
2023-01-04 18:36 Arthur Zamarin
2023-01-04 18:36 Arthur Zamarin
2022-11-24 12:00 WANG Xuerui
2022-04-30 15:53 Marek Szuba
2021-10-17  7:33 Michał Górny
2021-06-05 13:19 Michał Górny
2021-02-15  2:19 Rick Farina
2020-06-12  7:00 Joonas Niilola
2020-06-12  7:00 Joonas Niilola
2020-02-04 15:48 Michał Górny
2019-09-25 18:36 Rick Farina
2019-05-21 16:02 Stephen Klimaszewski
2017-06-01 10:27 Slawek Lis
2017-05-30 10:31 Slawek Lis

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=1591945186.7bc10c9148bd6c64230349f40ac826bd4736cd8b.juippis@gentoo \
    --to=juippis@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