public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/toml/
Date: Wed, 26 Sep 2018 23:01:28 +0000 (UTC)	[thread overview]
Message-ID: <1538002873.00921f8ed3b4e9442a8e899e2e87db8007f6d846.monsieurp@gentoo> (raw)

commit:     00921f8ed3b4e9442a8e899e2e87db8007f6d846
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 25 20:21:43 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Sep 26 23:01:13 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00921f8e

dev-python/toml: new package.

toml is a Python library for Tom's Obvious Minimal Language.

Closes: https://bugs.gentoo.org/662698
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-python/toml/Manifest          |  1 +
 dev-python/toml/metadata.xml      | 11 +++++++++++
 dev-python/toml/toml-0.9.6.ebuild | 28 ++++++++++++++++++++++++++++
 3 files changed, 40 insertions(+)

diff --git a/dev-python/toml/Manifest b/dev-python/toml/Manifest
new file mode 100644
index 00000000000..396b35e761c
--- /dev/null
+++ b/dev-python/toml/Manifest
@@ -0,0 +1 @@
+DIST toml-0.9.6.tar.gz 14074 BLAKE2B 758dbde35e1afacad8456cfac42354f3205d2d1ae79ceeea1803fe253472e3299ba171ce9435529f64fd8a31adc7cc1c05282a76a47118b7aa0e3ed61ccacc25 SHA512 9f2804daebae0744c3a00bfb27b2f1efd73c96e7e5a14316d492200d63ba546167f669a187297c76daca5ef35b7adb6f309c1f6129302b6f41e6b7673bdb43b6

diff --git a/dev-python/toml/metadata.xml b/dev-python/toml/metadata.xml
new file mode 100644
index 00000000000..c071751e047
--- /dev/null
+++ b/dev-python/toml/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="project">
+    <email>python@gentoo.org</email>
+    <name>Python</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">uiri/toml</remote-id>
+  </upstream>
+</pkgmetadata>

diff --git a/dev-python/toml/toml-0.9.6.ebuild b/dev-python/toml/toml-0.9.6.ebuild
new file mode 100644
index 00000000000..875843eb94f
--- /dev/null
+++ b/dev-python/toml/toml-0.9.6.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Python library for handling TOML files"
+HOMEPAGE="https://github.com/uiri/toml"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+DEPEND="
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	test? (
+		dev-python/pytest[${PYTHON_USEDEP}]
+		dev-python/tox[${PYTHON_USEDEP}]
+	)"
+
+python_test() {
+	"${EPYTHON}" "${S}/setup.py" test || die
+}


             reply	other threads:[~2018-09-26 23:01 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-26 23:01 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-11-18 20:22 [gentoo-commits] repo/gentoo:master commit in: dev-python/toml/ Patrice Clement
2019-01-01  1:16 Virgil Dupras
2019-05-15 22:56 Sergei Trofimovich
2019-06-27  7:05 Sergei Trofimovich
2019-07-05 22:27 Sergei Trofimovich
2019-07-22 15:57 Aaron Bauman
2019-10-12 20:23 Matt Turner
2019-12-07 23:07 Matt Turner
2019-12-24 20:11 Mikle Kolyada
2020-01-05 13:40 Sergei Trofimovich
2020-01-05 18:45 Agostino Sarubbo
2020-01-05 19:43 Agostino Sarubbo
2020-01-28 10:20 Agostino Sarubbo
2020-01-28 11:32 Agostino Sarubbo
2020-01-31 22:17 Sergei Trofimovich
2020-02-17 11:45 Agostino Sarubbo
2020-02-17 12:09 Agostino Sarubbo
2020-02-17 12:17 Agostino Sarubbo
2020-02-17 12:25 Agostino Sarubbo
2020-02-22 14:19 Sergei Trofimovich
2020-02-24  9:56 Agostino Sarubbo
2020-03-14 18:24 Mikle Kolyada
2020-03-14 19:03 Mikle Kolyada
2020-03-29 10:13 Michał Górny
2020-03-29 10:13 Michał Górny
2020-04-01 19:19 Mart Raudsepp
2020-05-20 22:04 Matt Turner
2020-05-25 16:16 Michał Górny
2020-07-09  7:06 Sergei Trofimovich
2020-07-09  8:04 Agostino Sarubbo
2020-07-09  8:16 Agostino Sarubbo
2020-07-09  8:27 Agostino Sarubbo
2020-07-11  9:34 Michał Górny
2020-07-11  9:34 Michał Górny
2020-09-20 15:38 Michał Górny
2020-11-11  8:49 Michał Górny
2020-11-28  8:07 Sam James
2020-12-31  1:20 Sam James
2020-12-31  7:41 Sam James
2021-01-06 22:30 Fabian Groffen
2021-05-05 17:05 Michał Górny
2021-08-13  6:58 Michał Górny
2021-08-21 22:15 James Le Cuirot
2022-04-10 12:32 Fabian Groffen
2022-05-10 16:49 Michał Górny
2022-05-10 16:49 Michał Górny
2022-06-10  3:09 Sam James
2022-06-10  4:18 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=1538002873.00921f8ed3b4e9442a8e899e2e87db8007f6d846.monsieurp@gentoo \
    --to=monsieurp@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