From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-849537-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E31671384B4 for <garchives@archives.gentoo.org>; Tue, 1 Dec 2015 12:13:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE26121C07D; Tue, 1 Dec 2015 12:13:06 +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 2E6BE21C07D for <gentoo-commits@lists.gentoo.org>; Tue, 1 Dec 2015 12:13:06 +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 2143B3407D2 for <gentoo-commits@lists.gentoo.org>; Tue, 1 Dec 2015 12:13:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D986CABD for <gentoo-commits@lists.gentoo.org>; Tue, 1 Dec 2015 12:13:00 +0000 (UTC) From: "Justin Lecher" <jlec@gentoo.org> 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" <jlec@gentoo.org> Message-ID: <1448971978.78b2e9b4c74ed07faba579401c1eda517133f20f.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/statistics/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/statistics/Manifest dev-python/statistics/metadata.xml dev-python/statistics/statistics-1.0.3.5.ebuild X-VCS-Directories: dev-python/statistics/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 78b2e9b4c74ed07faba579401c1eda517133f20f X-VCS-Branch: master Date: Tue, 1 Dec 2015 12:13:00 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7de39a1c-7dfb-42cf-9434-2a7504a0059a X-Archives-Hash: d77d7a1197b4c730ff1728c4bb8a7d42 commit: 78b2e9b4c74ed07faba579401c1eda517133f20f Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Tue Dec 1 12:11:12 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Tue Dec 1 12:12:58 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78b2e9b4 dev-python/statistics: New package, ebuild written by me Package-Manager: portage-2.2.25 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> dev-python/statistics/Manifest | 1 + dev-python/statistics/metadata.xml | 12 ++++++++++++ dev-python/statistics/statistics-1.0.3.5.ebuild | 22 ++++++++++++++++++++++ 3 files changed, 35 insertions(+) diff --git a/dev-python/statistics/Manifest b/dev-python/statistics/Manifest new file mode 100644 index 0000000..63aa707 --- /dev/null +++ b/dev-python/statistics/Manifest @@ -0,0 +1 @@ +DIST statistics-1.0.3.5.tar.gz 8303 SHA256 2dc379b80b07bf2ddd5488cad06b2b9531da4dd31edb04dc9ec0dc226486c138 SHA512 1d7fd2304a885dbd9ebc564323349f9c5ad1ea1ecea8182b52a1f42308963bd49f07c9dc9f0b87a35d2f6ed3c37429dbc38183c0b1bd65a527558e4504a9a3a0 WHIRLPOOL ce4b7309119da0eaa2a01678ce2b7e048fc895b82d31ec12e4b28371fa6c5e928537433d05afddc10a9f01434ba5be072bb52bd70fe7f724f12c55c25d85f852 diff --git a/dev-python/statistics/metadata.xml b/dev-python/statistics/metadata.xml new file mode 100644 index 0000000..48b92cd --- /dev/null +++ b/dev-python/statistics/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>python</herd> + <upstream> + <remote-id type="pypi">statistics</remote-id> + <maintainer status="unknown"> + <email>stefano@digitalemagine.com</email> + <name>Stefano Crosta</name> + </maintainer> + </upstream> +</pkgmetadata> diff --git a/dev-python/statistics/statistics-1.0.3.5.ebuild b/dev-python/statistics/statistics-1.0.3.5.ebuild new file mode 100644 index 0000000..a9d836c --- /dev/null +++ b/dev-python/statistics/statistics-1.0.3.5.ebuild @@ -0,0 +1,22 @@ +# 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 pypy pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="A Python 2.* port of 3.4 Statistics Module" +HOMEPAGE="https://github.com/digitalemagine/py-statistics http://pypi.python.org/pypi/statistics" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND="" +DEPEND="${REDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]"