public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytoml/
Date: Tue, 15 Aug 2017 12:37:53 +0000 (UTC)	[thread overview]
Message-ID: <1502800647.3bb8bc7bf8957952a82ed24f81c1480276b395ad.mrueg@gentoo> (raw)

commit:     3bb8bc7bf8957952a82ed24f81c1480276b395ad
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 15 12:37:27 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Aug 15 12:37:27 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bb8bc7b

dev-python/pytoml: Initial version

Package-Manager: Portage-2.3.7, Repoman-2.3.3

 dev-python/pytoml/Manifest             |  2 ++
 dev-python/pytoml/metadata.xml         | 12 ++++++++++++
 dev-python/pytoml/pytoml-0.1.14.ebuild | 26 ++++++++++++++++++++++++++
 3 files changed, 40 insertions(+)

diff --git a/dev-python/pytoml/Manifest b/dev-python/pytoml/Manifest
new file mode 100644
index 00000000000..9370e715d87
--- /dev/null
+++ b/dev-python/pytoml/Manifest
@@ -0,0 +1,2 @@
+DIST pytoml-0.1.14.tar.gz 7679 SHA256 ced2c5d5c240fa96adf2ccbdfa071d51cc80415dd11a4ea800ff0ec987459d34 SHA512 1a608dfa563ebf979bd72b7fad755d3c02afbda6cff99a0ed9a36ca8eecaaea5f89b7b39ff1f5204dd7302e8957c8304dbc4c221e56589c7654edc0fe93f3178 WHIRLPOOL 08c21677b00368b3de54362840179dc5b37e57072ec57799b60ccf59686eee271492aebdbd0ace93db36fdd316d79309b5b6f42c29ea39e976c32946850e2975
+DIST toml-test-fa9501a192b7c46b82059caddaef978e3de883dc.tar.gz 16627 SHA256 a097166292d39e69b8d95f20d67e3609e48b96d88a11e76382e1e5e8e099209d SHA512 fea37ebf547633016a83c8e59e7d01a8df2e2795fdb8954246d10e4763675474e112fc52adfed38d3d8ce25bb5a60ef820f798aec2477b0fb7755f1cd6a66a98 WHIRLPOOL 1e409d25c3a3b3050e4e268579f48cedea9964a148a8931eb02a5577be05cc52066a160ec5ebbd42919efd670b81e6601968df20887e152a724e1fba72db0412

diff --git a/dev-python/pytoml/metadata.xml b/dev-python/pytoml/metadata.xml
new file mode 100644
index 00000000000..0b02f1b3ec2
--- /dev/null
+++ b/dev-python/pytoml/metadata.xml
@@ -0,0 +1,12 @@
+<?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">avakar/pytoml</remote-id>
+		<remote-id type="pypi">pytoml</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-python/pytoml/pytoml-0.1.14.ebuild b/dev-python/pytoml/pytoml-0.1.14.ebuild
new file mode 100644
index 00000000000..4fbf49311c5
--- /dev/null
+++ b/dev-python/pytoml/pytoml-0.1.14.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+inherit distutils-r1
+
+TOML_TEST_COMMIT="fa9501a192b7c46b82059caddaef978e3de883dc"
+
+DESCRIPTION="A TOML-0.4.0 parser/writer for Python"
+HOMEPAGE="https://github.com/avakar/pytoml"
+SRC_URI="https://github.com/avakar/pytoml/archive/v${PV}.tar.gz -> ${P}.tar.gz
+	test? ( https://github.com/avakar/toml-test/archive/${TOML_TEST_COMMIT}.tar.gz -> toml-test-${TOML_TEST_COMMIT}.tar.gz )"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+	cp -R ../toml-test-${TOML_TEST_COMMIT}/* test/toml-test/ || die
+	${EPYTHON} test/test.py || die
+}


             reply	other threads:[~2017-08-15 12:37 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-15 12:37 Manuel Rüger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-07-25 17:29 [gentoo-commits] repo/gentoo:master commit in: dev-python/pytoml/ Patrice Clement
2018-12-13  0:30 Patrick McLean
2020-03-28 21:11 Michał Górny
2020-08-02  9:21 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=1502800647.3bb8bc7bf8957952a82ed24f81c1480276b395ad.mrueg@gentoo \
    --to=mrueg@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