public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytoolconfig/
Date: Wed, 22 Jun 2022 17:31:51 +0000 (UTC)	[thread overview]
Message-ID: <1655918092.d252207052ee575b197107f4a55db3e990279a3d.arthurzam@gentoo> (raw)

commit:     d252207052ee575b197107f4a55db3e990279a3d
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 22 17:14:52 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 22 17:14:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2522070

dev-python/pytoolconfig: new package, add 1.1.2

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/pytoolconfig/Manifest                  |  1 +
 dev-python/pytoolconfig/metadata.xml              | 13 ++++++++++
 dev-python/pytoolconfig/pytoolconfig-1.1.2.ebuild | 31 +++++++++++++++++++++++
 3 files changed, 45 insertions(+)

diff --git a/dev-python/pytoolconfig/Manifest b/dev-python/pytoolconfig/Manifest
new file mode 100644
index 000000000000..964bfabaa39a
--- /dev/null
+++ b/dev-python/pytoolconfig/Manifest
@@ -0,0 +1 @@
+DIST pytoolconfig-1.1.2.tar.gz 12066 BLAKE2B 9e1627bebd1cf8e5cd36e3d772ec3abc26d46b55bb582fb4c11f3073b2a0c1bcc64022a559791b3c63e4c92db7a762f5c2656e353f69dde223c319e419e61adb SHA512 bae9636d23ab3df1bf7f64d10ec7735b741bbab53afb79bccac3586774081c1d2170fc4086725c13bc6d296c3460098956386f9707ef9aeb6b57a21a4c9ba16f

diff --git a/dev-python/pytoolconfig/metadata.xml b/dev-python/pytoolconfig/metadata.xml
new file mode 100644
index 000000000000..0d65c075419a
--- /dev/null
+++ b/dev-python/pytoolconfig/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="pypi">pytoolconfig</remote-id>
+    <remote-id type="github">bageljrkhanofemus/pytoolconfig</remote-id>
+  </upstream>
+</pkgmetadata>

diff --git a/dev-python/pytoolconfig/pytoolconfig-1.1.2.ebuild b/dev-python/pytoolconfig/pytoolconfig-1.1.2.ebuild
new file mode 100644
index 000000000000..e1cf0230c848
--- /dev/null
+++ b/dev-python/pytoolconfig/pytoolconfig-1.1.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="Python tool configuration"
+HOMEPAGE="
+	https://pypi.org/project/pytoolconfig/
+	https://github.com/bageljrkhanofemus/pytoolconfig
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	dev-python/packaging[${PYTHON_USEDEP}]
+	$(python_gen_cond_dep '
+		dev-python/typing-extensions[${PYTHON_USEDEP}]
+	' 3.8 3.9 )
+	$(python_gen_cond_dep '
+		dev-python/tomli[${PYTHON_USEDEP}]
+	' 3.{8..10} )
+"
+
+distutils_enable_tests pytest


             reply	other threads:[~2022-06-22 17:31 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-22 17:31 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-06-23  7:19 [gentoo-commits] repo/gentoo:master commit in: dev-python/pytoolconfig/ Michał Górny
2022-06-24 20:45 Jakov Smolić
2022-07-04  5:08 Michał Górny
2022-07-30  2:33 Sam James
2022-08-01 11:07 Michał Górny
2022-08-31 18:19 Arthur Zamarin
2022-08-31 18:21 Arthur Zamarin
2022-09-06 21:12 Sam James
2022-09-07  4:44 Michał Górny
2022-11-25 20:37 Sam James
2022-11-25 20:38 Arthur Zamarin
2022-11-30  0:52 Sam James
2022-12-13 19:53 Arthur Zamarin
2022-12-14  6:31 Michał Górny
2022-12-14  6:31 Michał Górny
2022-12-14  8:47 Michał Górny
2022-12-20  8:07 Michał Górny
2023-01-31 11:22 Michał Górny
2023-02-03 12:20 Arthur Zamarin
2023-02-28 19:09 Sam James
2023-03-03 18:55 Arthur Zamarin
2023-03-03 19:16 Michał Górny
2023-03-03 19:16 Michał Górny
2023-09-28  4:43 Michał Górny
2023-10-15  3:26 Michał Górny
2023-11-15 16:34 Arthur Zamarin
2023-11-15 16:34 Arthur Zamarin
2023-11-15 17:10 Michał Górny
2023-11-24 22:48 Sam James
2024-01-11  4:56 Michał Górny
2024-01-12  4:57 Michał Górny
2024-01-29  8:19 Sam James
2024-01-29 10:25 Michał Górny
2024-06-24  9:04 Petr Vaněk
2025-03-02 19:31 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=1655918092.d252207052ee575b197107f4a55db3e990279a3d.arthurzam@gentoo \
    --to=arthurzam@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