From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3D66C1396D0 for ; Tue, 15 Aug 2017 12:37:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94BF3E0EF7; Tue, 15 Aug 2017 12:37:55 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6039DE0EF7 for ; Tue, 15 Aug 2017 12:37:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7255E3417A3 for ; Tue, 15 Aug 2017 12:37:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 165317846 for ; Tue, 15 Aug 2017 12:37:53 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1502800647.3bb8bc7bf8957952a82ed24f81c1480276b395ad.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytoml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytoml/Manifest dev-python/pytoml/metadata.xml dev-python/pytoml/pytoml-0.1.14.ebuild X-VCS-Directories: dev-python/pytoml/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 3bb8bc7bf8957952a82ed24f81c1480276b395ad X-VCS-Branch: master Date: Tue, 15 Aug 2017 12:37:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 546b42b4-860a-46b6-8a2d-c7605ea7f473 X-Archives-Hash: e9251fa762fee5438facabb6df45377e commit: 3bb8bc7bf8957952a82ed24f81c1480276b395ad Author: Manuel Rüger gentoo org> AuthorDate: Tue Aug 15 12:37:27 2017 +0000 Commit: Manuel Rüger gentoo 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 @@ + + + + + python@gentoo.org + Python + + + avakar/pytoml + pytoml + + 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 +}