From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 73B391399D4 for ; Wed, 2 Sep 2015 11:05:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 718AD14284; Wed, 2 Sep 2015 11:05:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 78A1B1425A for ; Wed, 2 Sep 2015 11:05:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A75FC340712 for ; Wed, 2 Sep 2015 11:05:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1B0A170 for ; Wed, 2 Sep 2015 11:05:36 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1441191931.abec25e82f89e1286b2b83622ea8d6ebe674bc27.jlec@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/metadata.xml dev-python/strict-rfc3339/strict-rfc3339-0.6.ebuild X-VCS-Directories: dev-python/strict-rfc3339/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: abec25e82f89e1286b2b83622ea8d6ebe674bc27 X-VCS-Branch: master Date: Wed, 2 Sep 2015 11:05:36 +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: 0b1d1fe8-2291-4366-8cf5-c349f6e4d04c X-Archives-Hash: 135fd9c3bdf426d5ede8fd068da5a779 commit: abec25e82f89e1286b2b83622ea8d6ebe674bc27 Author: Justin Lecher gentoo org> AuthorDate: Wed Sep 2 10:31:00 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Sep 2 11:05:31 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abec25e8 dev-python/strict-rfc3339: New package, ebuild written by me Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher gentoo.org> dev-python/strict-rfc3339/Manifest | 1 + dev-python/strict-rfc3339/metadata.xml | 5 +++++ dev-python/strict-rfc3339/strict-rfc3339-0.6.ebuild | 18 ++++++++++++++++++ 3 files changed, 24 insertions(+) diff --git a/dev-python/strict-rfc3339/Manifest b/dev-python/strict-rfc3339/Manifest new file mode 100644 index 0000000..a1624c8 --- /dev/null +++ b/dev-python/strict-rfc3339/Manifest @@ -0,0 +1 @@ +DIST strict-rfc3339-0.6.tar.gz 16856 SHA256 8d505093cff2a65144eecee09a171ec3401a4d725438381c22011eceddf549df SHA512 7f1e15d60c2295c00647af84b31a1836b6c3994fadbb2695f5709861caae543ae69a3199dffd6dcf7e0768eadf39e496a5e600e291dd0befbe8fc35fa60897af WHIRLPOOL 39f6c8ba67bf84d9c208ae96c32fe25d85a8043d55474994372fe68ed0d6e7254db89df956204c606e950d9d35fd1896c18b65a81d980aafc873da010ff710e8 diff --git a/dev-python/strict-rfc3339/metadata.xml b/dev-python/strict-rfc3339/metadata.xml new file mode 100644 index 0000000..301d220 --- /dev/null +++ b/dev-python/strict-rfc3339/metadata.xml @@ -0,0 +1,5 @@ + + + + python + diff --git a/dev-python/strict-rfc3339/strict-rfc3339-0.6.ebuild b/dev-python/strict-rfc3339/strict-rfc3339-0.6.ebuild new file mode 100644 index 0000000..2abdefb --- /dev/null +++ b/dev-python/strict-rfc3339/strict-rfc3339-0.6.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 python3_{3,4} ) + +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="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE=""