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 47AA61384B4 for ; Tue, 29 Dec 2015 11:33:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE315E0855; Tue, 29 Dec 2015 11:33:46 +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 80934E0855 for ; Tue, 29 Dec 2015 11:33:46 +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 7EAC634068A for ; Tue, 29 Dec 2015 11:33:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA86713A for ; Tue, 29 Dec 2015 11:33:41 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1451386821.88d2461cc912d4e2bdb2acdb8709b80485f64fb6.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/inflect/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/inflect/Manifest dev-python/inflect/inflect-0.2.5.ebuild dev-python/inflect/metadata.xml X-VCS-Directories: dev-python/inflect/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: 88d2461cc912d4e2bdb2acdb8709b80485f64fb6 X-VCS-Branch: master Date: Tue, 29 Dec 2015 11:33:41 +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: 2183b366-4633-4a80-9312-12bacd8a8695 X-Archives-Hash: bdca83162190bf80b799bab9f3b17818 commit: 88d2461cc912d4e2bdb2acdb8709b80485f64fb6 Author: Louis Sautier gmail com> AuthorDate: Tue Dec 29 09:54:53 2015 +0000 Commit: Ian Delaney gentoo org> CommitDate: Tue Dec 29 11:00:21 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88d2461c dev-python/inflect: needed as a new dep to dev-python/irc Package-Manager: portage-2.2.26 dev-python/inflect/Manifest | 1 + dev-python/inflect/inflect-0.2.5.ebuild | 25 +++++++++++++++++++++++++ dev-python/inflect/metadata.xml | 14 ++++++++++++++ 3 files changed, 40 insertions(+) diff --git a/dev-python/inflect/Manifest b/dev-python/inflect/Manifest new file mode 100644 index 0000000..4f13746 --- /dev/null +++ b/dev-python/inflect/Manifest @@ -0,0 +1 @@ +DIST inflect-0.2.5.tar.gz 109756 SHA256 2014c8dcb2114ebae2941ba3f0fbd98a02c846792a7b72f2da31eb9aa431a818 SHA512 68371158ac90d9662c19657cbf697f44ee9ceac090286d53e29ee04252efbb7d0bfbd99ae6847e6eec1991ef4ef670eff60693d1f0a301885bab2a09c7ce4616 WHIRLPOOL 4c6a88a43fd126ebebcace4a0fce3453253db1495f4c5fe26ea60c5f8237c484383e766d64e4d51957b15bbdcdf686951fd733827cfee3c111af71646718b546 diff --git a/dev-python/inflect/inflect-0.2.5.ebuild b/dev-python/inflect/inflect-0.2.5.ebuild new file mode 100644 index 0000000..815b0e9 --- /dev/null +++ b/dev-python/inflect/inflect-0.2.5.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) + +inherit distutils-r1 + +DESCRIPTION="Correctly inflect words and numbers" +HOMEPAGE="https://github.com/pwdyson/inflect.py" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${PV}.tar.gz" + +LICENSE="AGPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + test? ( dev-python/nose[${PYTHON_USEDEP}] )" + +python_test() { + nosetests tests || die "tests failed with ${EPYTHON}" +} diff --git a/dev-python/inflect/metadata.xml b/dev-python/inflect/metadata.xml new file mode 100644 index 0000000..bbe181e --- /dev/null +++ b/dev-python/inflect/metadata.xml @@ -0,0 +1,14 @@ + + + + proxy-maintainers + + sautier.louis@gmail.com + Louis Sautier + Proxied maintainer; set to assignee in all bugs + + + inflect + pwdyson/inflect.py + +