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 D47FD138359 for ; Mon, 24 Aug 2020 13:21:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F8FBE084E; Mon, 24 Aug 2020 13:21:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 E92F3E084E for ; Mon, 24 Aug 2020 13:21:36 +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 B033F335C39 for ; Mon, 24 Aug 2020 13:21:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2419A31C for ; Mon, 24 Aug 2020 13:21:34 +0000 (UTC) From: "Louis Sautier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Louis Sautier" Message-ID: <1598275101.5e100f0b4892c506537f03f7dbc805433c18dca9.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/inflection/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/inflection/Manifest dev-python/inflection/inflection-0.5.1.ebuild X-VCS-Directories: dev-python/inflection/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: 5e100f0b4892c506537f03f7dbc805433c18dca9 X-VCS-Branch: master Date: Mon, 24 Aug 2020 13:21:34 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 41e5b34c-5227-4924-8688-c3da03fb1751 X-Archives-Hash: b35c5f01f312cc84a4420bd807555654 commit: 5e100f0b4892c506537f03f7dbc805433c18dca9 Author: Louis Sautier gentoo org> AuthorDate: Mon Aug 24 13:18:21 2020 +0000 Commit: Louis Sautier gentoo org> CommitDate: Mon Aug 24 13:18:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e100f0b dev-python/inflection: bump to 0.5.1 Package-Manager: Portage-3.0.3, Repoman-2.3.23 Signed-off-by: Louis Sautier gentoo.org> dev-python/inflection/Manifest | 1 + dev-python/inflection/inflection-0.5.1.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/dev-python/inflection/Manifest b/dev-python/inflection/Manifest index fec6d7b0589..ab5a05bbc6b 100644 --- a/dev-python/inflection/Manifest +++ b/dev-python/inflection/Manifest @@ -1 +1,2 @@ DIST inflection-0.5.0.tar.gz 14830 BLAKE2B 0e3cbac92b823de37ce99837c82d3319a61d0106eced561d2607ed0481db023059401a313478465e25fe16057df956554f01faa4d77f574040ffbe46f4b53afe SHA512 6d05447eb65feda1830b22b6409dfc7f7e472b5a50f2fc92008393bb06dd148471db4d460b683cb78358e755a86266b4db039bd10fc21d1cee26632d76cc0c70 +DIST inflection-0.5.1.tar.gz 15091 BLAKE2B f3db09d1010ce22b67dcd519f59f25f240f463872932fd6218209768b4c5e064776ef5300a8d7f9a6b9cb94392b05b46963f00b94c6de29fb325947df7b243cf SHA512 82f70e2b81fb166260191a464383f6674e3b21504a35ee605ac6ce4bb163c8f3bbe6d06379575178d7196701459506dd541f32e48f24b32f42d5cfb717158d50 diff --git a/dev-python/inflection/inflection-0.5.1.ebuild b/dev-python/inflection/inflection-0.5.1.ebuild new file mode 100644 index 00000000000..2198c8bc672 --- /dev/null +++ b/dev-python/inflection/inflection-0.5.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} ) + +inherit distutils-r1 + +DESCRIPTION="A port of Ruby on Rails' inflector to Python" +HOMEPAGE="https://github.com/jpvanhal/inflection" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +distutils_enable_sphinx docs +distutils_enable_tests pytest