From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/untangle/
Date: Thu, 9 Sep 2021 16:25:57 +0000 (UTC) [thread overview]
Message-ID: <1631204716.16f4d19f30d87303bbdbc99ff987d9fe9659f007.andrewammerlaan@gentoo> (raw)
commit: 16f4d19f30d87303bbdbc99ff987d9fe9659f007
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 9 15:16:09 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Sep 9 16:25:16 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16f4d19f
dev-python/untangle: add pack, test dep of pydevd
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/untangle/Manifest | 1 +
dev-python/untangle/metadata.xml | 13 +++++++++++++
dev-python/untangle/untangle-1.1.1.ebuild | 16 ++++++++++++++++
3 files changed, 30 insertions(+)
diff --git a/dev-python/untangle/Manifest b/dev-python/untangle/Manifest
new file mode 100644
index 00000000000..6dfdf4d8abd
--- /dev/null
+++ b/dev-python/untangle/Manifest
@@ -0,0 +1 @@
+DIST untangle-1.1.1.tar.gz 3089 BLAKE2B d8b8ffe1adb2acbcdcde8e6f67231315b9f318c9e8e1496dfa23b0ac6dd68651e75e2d2e67f6d7d521002ad6b0e9c4cc30c155685b9df60b6b223d137add0632 SHA512 252c3d0ed8d004660adad8f37a179a4d1b2b46e9d7127aee59b596eac3f65684a7a8b5b881bec97ddaf5470aa678df407b903209eaa069a40f53dc2dde9a94b2
diff --git a/dev-python/untangle/metadata.xml b/dev-python/untangle/metadata.xml
new file mode 100644
index 00000000000..040848faec6
--- /dev/null
+++ b/dev-python/untangle/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>sci@gentoo.org</email>
+ <name>Gentoo Science Project</name>
+ </maintainer>
+ <stabilize-allarches/>
+ <upstream>
+ <remote-id type="pypi">untangle</remote-id>
+ <remote-id type="github">stchris/untangle</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/untangle/untangle-1.1.1.ebuild b/dev-python/untangle/untangle-1.1.1.ebuild
new file mode 100644
index 00000000000..181e7eb0c13
--- /dev/null
+++ b/dev-python/untangle/untangle-1.1.1.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Convert XML documents into Python objects"
+HOMEPAGE="https://github.com/stchris/untangle"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
next reply other threads:[~2021-09-09 16:26 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-09 16:25 Andrew Ammerlaan [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-09-11 13:12 [gentoo-commits] repo/gentoo:master commit in: dev-python/untangle/ Yixun Lan
2021-09-11 15:59 Sam James
2021-09-12 8:21 Sam James
2021-09-12 8:21 Sam James
2021-09-12 17:38 Sam James
2021-09-12 17:38 Sam James
2021-10-10 23:45 Sam James
2021-11-05 2:20 Sam James
2021-11-05 14:57 Jakov Smolić
2021-11-11 8:36 Jakov Smolić
2021-11-15 6:02 Sam James
2021-11-17 7:55 Sam James
2021-11-19 7:30 Sam James
2021-11-19 8:34 Sam James
2021-11-19 9:07 Sam James
2021-11-19 11:58 Sam James
2021-11-19 19:24 Arthur Zamarin
2021-11-20 3:54 Sam James
2022-01-30 11:33 James Le Cuirot
2022-02-14 8:35 Matt Turner
2022-05-16 18:41 Arthur Zamarin
2022-05-16 18:41 Arthur Zamarin
2022-06-16 9:50 Jakov Smolić
2022-06-16 11:47 Michał Górny
2022-07-02 4:47 Michał Górny
2022-07-02 4:47 Michał Górny
2022-07-02 19:11 Arthur Zamarin
2022-07-03 8:42 Michał Górny
2022-07-27 8:11 Sam James
2022-07-27 9:05 Michał Górny
2022-09-22 7:45 Michał Górny
2023-02-19 19:46 Michał Górny
2023-05-27 19:21 Arthur Zamarin
2024-05-18 11:11 Michał Górny
2024-05-28 15:27 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=1631204716.16f4d19f30d87303bbdbc99ff987d9fe9659f007.andrewammerlaan@gentoo \
--to=andrewammerlaan@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