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 2628E1382DF for ; Wed, 29 Jun 2016 17:41:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37BE6E09B3; Wed, 29 Jun 2016 17:41:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 730E3E09B3 for ; Wed, 29 Jun 2016 17:41:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 03993340DB7 for ; Wed, 29 Jun 2016 17:41:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DCA4B2407 for ; Wed, 29 Jun 2016 17:41:06 +0000 (UTC) From: "Patrick Lauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" Message-ID: <1467222036.8725c839d9d530e5995417c99c7cc76700dd3db7.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/strict-rfc3339/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/strict-rfc3339/Manifest dev-python/strict-rfc3339/strict-rfc3339-0.7.ebuild X-VCS-Directories: dev-python/strict-rfc3339/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: 8725c839d9d530e5995417c99c7cc76700dd3db7 X-VCS-Branch: master Date: Wed, 29 Jun 2016 17:41:06 +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: dac1731e-2611-4481-a22a-056c9a1f3fae X-Archives-Hash: 7aaa51a32b1e3a8bc8406c2f091421af commit: 8725c839d9d530e5995417c99c7cc76700dd3db7 Author: Patrick Lauer gentoo org> AuthorDate: Wed Jun 29 17:30:51 2016 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Wed Jun 29 17:40:36 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8725c839 dev-python/strict-rfc3339: Bump Package-Manager: portage-2.3.0 dev-python/strict-rfc3339/Manifest | 1 + .../strict-rfc3339/strict-rfc3339-0.7.ebuild | 25 ++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/dev-python/strict-rfc3339/Manifest b/dev-python/strict-rfc3339/Manifest index a1624c8..15b75f4 100644 --- a/dev-python/strict-rfc3339/Manifest +++ b/dev-python/strict-rfc3339/Manifest @@ -1 +1,2 @@ DIST strict-rfc3339-0.6.tar.gz 16856 SHA256 8d505093cff2a65144eecee09a171ec3401a4d725438381c22011eceddf549df SHA512 7f1e15d60c2295c00647af84b31a1836b6c3994fadbb2695f5709861caae543ae69a3199dffd6dcf7e0768eadf39e496a5e600e291dd0befbe8fc35fa60897af WHIRLPOOL 39f6c8ba67bf84d9c208ae96c32fe25d85a8043d55474994372fe68ed0d6e7254db89df956204c606e950d9d35fd1896c18b65a81d980aafc873da010ff710e8 +DIST strict-rfc3339-0.7.tar.gz 17552 SHA256 5cad17bedfc3af57b399db0fed32771f18fc54bbd917e85546088607ac5e1277 SHA512 94a2992a9ea41b75527348f0f8dae1d118d57b0764122f874baa85f5e3b523beb219ed83c2d7224725e504cd3737a6bde485957135856dcde470f32675e44e77 WHIRLPOOL e687f876172d298eefef5e62e1d8af0241b49a2d27f6206446ac2f7d2fd87baa077080dfc3d7c4e140b320b941b348665505eda0a86be5d3512129f8a7569184 diff --git a/dev-python/strict-rfc3339/strict-rfc3339-0.7.ebuild b/dev-python/strict-rfc3339/strict-rfc3339-0.7.ebuild new file mode 100644 index 0000000..50d9511 --- /dev/null +++ b/dev-python/strict-rfc3339/strict-rfc3339-0.7.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Strict, simple, lightweight RFC3339 functions" +HOMEPAGE="https://pypi.python.org/pypi/strict-rfc3339 https://github.com/danielrichman/strict-rfc3339" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-3+" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +# Not shipped +RESTRICT=test + +python_test() { + ${PYTHON} test_strict_rfc3339.py || die +}