public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/littleutils/
Date: Thu, 13 Jan 2022 09:26:28 +0000 (UTC)	[thread overview]
Message-ID: <1642065980.103b4dd7663ab1f779a3593040f5403778b995a0.sam@gentoo> (raw)

commit:     103b4dd7663ab1f779a3593040f5403778b995a0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 13 09:18:40 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan 13 09:26:20 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=103b4dd7

dev-python/littleutils: initial import

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/littleutils/Manifest                 |  1 +
 dev-python/littleutils/littleutils-0.2.2.ebuild | 16 ++++++++++++++++
 dev-python/littleutils/metadata.xml             | 12 ++++++++++++
 3 files changed, 29 insertions(+)

diff --git a/dev-python/littleutils/Manifest b/dev-python/littleutils/Manifest
new file mode 100644
index 000000000000..575ccdc8356b
--- /dev/null
+++ b/dev-python/littleutils/Manifest
@@ -0,0 +1 @@
+DIST littleutils-0.2.2.tar.gz 6579 BLAKE2B 80aec2c133e39eb0e18c948b15d475e60842689fd0e758c43511a8b014648d7c9e843182e2a87c0b3f9933f748340f2059653f0885cf416edbc5a60457c70629 SHA512 ce0b3af4ef5db634ce0dbb916deb767260f66418abbdca2b289386ecd4c2e44602cb95d568c70588ef9a40e3d700f33cbc5bcdbf859f5030795f79f11871a6ff

diff --git a/dev-python/littleutils/littleutils-0.2.2.ebuild b/dev-python/littleutils/littleutils-0.2.2.ebuild
new file mode 100644
index 000000000000..4ad8f48f290a
--- /dev/null
+++ b/dev-python/littleutils/littleutils-0.2.2.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Small personal collection of Python utility functions"
+HOMEPAGE="https://github.com/alexmojaki/littleutils"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"

diff --git a/dev-python/littleutils/metadata.xml b/dev-python/littleutils/metadata.xml
new file mode 100644
index 000000000000..87c130b98a60
--- /dev/null
+++ b/dev-python/littleutils/metadata.xml
@@ -0,0 +1,12 @@
+<?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>
+	<upstream>
+		<remote-id type="pypi">littleutils</remote-id>
+		<remote-id type="github">alexmojaki/littleutils</remote-id>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2022-01-13  9:26 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-13  9:26 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-01-13 10:02 [gentoo-commits] repo/gentoo:master commit in: dev-python/littleutils/ Sam James
2022-01-15  8:15 Arthur Zamarin
2022-01-15  9:55 Arthur Zamarin
2022-01-15 11:41 Yixun Lan
2022-01-21 12:25 Sam James
2022-01-29 15:50 Sam James
2022-02-05  6:37 Sam James
2022-03-15 18:16 Jakov Smolić
2022-03-18  9:00 Arthur Zamarin
2022-03-18  9:16 Arthur Zamarin
2022-03-19 18:47 Arthur Zamarin
2022-03-19 18:49 Arthur Zamarin
2022-03-19 18:49 Arthur Zamarin
2022-03-20 18:11 Arthur Zamarin
2022-05-02 19:03 Sam James
2022-05-05  5:29 Arthur Zamarin
2022-05-07 17:52 Arthur Zamarin
2022-05-07 17:52 Arthur Zamarin
2022-05-08  4:08 Sam James
2022-05-16 14:43 Andrew Ammerlaan
2022-12-05  5:30 WANG Xuerui
2023-03-16  3:56 Michał Górny
2023-07-08 14:46 Michał Górny
2023-08-11 19:03 Arthur Zamarin
2023-08-11 19:04 Arthur Zamarin
2023-08-11 19:12 Arthur Zamarin
2023-08-12  0:10 Sam James
2023-08-12  0:10 Sam James
2023-08-12  0:13 Sam James
2023-08-12 21:53 Sam James
2023-08-13 16:11 Arthur Zamarin
2023-08-13 19:29 Michał Górny
2023-11-10  5:47 Viorel Munteanu
2023-11-16 17:11 Michał Górny
2024-05-18  5:50 Michał Górny
2024-07-08  4:41 Michał Górny
2024-07-27  7:07 Arthur Zamarin
2024-07-27  7:12 Arthur Zamarin
2024-07-27  7:57 Arthur Zamarin
2024-07-27  7:59 Arthur Zamarin
2024-07-27  8:10 Arthur Zamarin
2024-07-27  8:25 Arthur Zamarin
2024-07-27  8:46 Arthur Zamarin
2024-10-30 15:23 Sam James
2024-10-30 19:29 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=1642065980.103b4dd7663ab1f779a3593040f5403778b995a0.sam@gentoo \
    --to=sam@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