public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/keep/
Date: Sun,  6 Sep 2020 10:35:45 +0000 (UTC)	[thread overview]
Message-ID: <1599388539.8b15e9600b68dc2e63e0eea5f8b7410202992007.kensington@gentoo> (raw)

commit:     8b15e9600b68dc2e63e0eea5f8b7410202992007
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  6 10:31:43 2020 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Sep  6 10:35:39 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b15e960

dev-python/keep: new package

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org>

 dev-python/keep/Manifest        |  1 +
 dev-python/keep/keep-2.9.ebuild | 24 ++++++++++++++++++++++++
 dev-python/keep/metadata.xml    | 11 +++++++++++
 3 files changed, 36 insertions(+)

diff --git a/dev-python/keep/Manifest b/dev-python/keep/Manifest
new file mode 100644
index 00000000000..473438a7538
--- /dev/null
+++ b/dev-python/keep/Manifest
@@ -0,0 +1 @@
+DIST keep-2.9.tar.gz 11277 BLAKE2B ea9813b725e9cbc93a0fdcab9d7a6b8927b69de8e960bf5b91696a8fcd9806f4ec0646bae147355206c05b91f2a828e2a20728ed16c9ca97b2592887b1f9f185 SHA512 36d6c4d268fe72f05bf3ccf6006f3ec1d93e6320f5dc810814d15274f3e63b29e97678089178fee99e9bb5b119079895550e8f48627d1dc1612140f13e7f02df

diff --git a/dev-python/keep/keep-2.9.ebuild b/dev-python/keep/keep-2.9.ebuild
new file mode 100644
index 00000000000..a466bbc6e43
--- /dev/null
+++ b/dev-python/keep/keep-2.9.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_7 )
+DISTUTILS_USE_SETUPTOOLS="rdepend"
+inherit distutils-r1
+
+DESCRIPTION="Personal shell command keeper and snippets manager"
+HOMEPAGE="https://pypi.org/project/keep/ https://github.com/orkohunter/keep"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	dev-python/click[${PYTHON_USEDEP}]
+	dev-python/PyGithub[${PYTHON_USEDEP}]
+	dev-python/requests[${PYTHON_USEDEP}]
+	dev-python/terminaltables[${PYTHON_USEDEP}]
+"

diff --git a/dev-python/keep/metadata.xml b/dev-python/keep/metadata.xml
new file mode 100644
index 00000000000..b54a4007423
--- /dev/null
+++ b/dev-python/keep/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>kensington@gentoo.org</email>
+	</maintainer>
+	<upstream>
+		<remote-id type="pypi">keep</remote-id>
+		<remote-id type="github">orkohunter/keep</remote-id>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2020-09-06 10:35 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-06 10:35 Michael Palimaka [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-11-09  8:06 [gentoo-commits] repo/gentoo:master commit in: dev-python/keep/ Michael Palimaka
2020-12-03  9:39 Michael Palimaka
2020-12-03  9:39 Michael Palimaka
2020-12-03 14:55 Aaron Bauman
2020-12-03 17:37 Thomas Deutschmann
2020-12-15  6:16 Sam James
2020-12-15  6:16 Sam James
2021-02-24  7:38 Michael Palimaka
2021-03-30 22:02 Sam James
2021-03-30 22:27 Michał Górny
2022-05-13 11:02 Arthur Zamarin
2022-05-13 11:02 Arthur Zamarin
2022-06-16  9:37 Jakov Smolić
2022-06-16 11:24 Michał Górny
2023-01-10 14:31 Michał Górny
2023-03-07 17:18 Sam James
2023-04-08  8:47 Arthur Zamarin
2023-04-08 12:24 Michał Górny
2023-11-09 21:12 Arthur Zamarin
2023-11-30  3:09 Sam James
2024-08-10 13:20 Michał Górny
2024-12-30  7:48 Michał Górny
2025-01-18  8:24 Michał Górny
2025-01-18  9:49 Arthur Zamarin
2025-01-18 10:08 Michał Górny

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=1599388539.8b15e9600b68dc2e63e0eea5f8b7410202992007.kensington@gentoo \
    --to=kensington@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