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 4594C138359 for ; Sun, 15 Nov 2020 23:56:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88388E077C; Sun, 15 Nov 2020 23:56:00 +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 6C0ECE077C for ; Sun, 15 Nov 2020 23:56:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8FCE7341775 for ; Sun, 15 Nov 2020 23:55:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 416DF3A9 for ; Sun, 15 Nov 2020 23:55:58 +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: <1605484393.58bb17f3ae4209fa00113116c7936466f10f7354.sbraz@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-5.0.2.ebuild dev-python/inflect/metadata.xml X-VCS-Directories: dev-python/inflect/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: 58bb17f3ae4209fa00113116c7936466f10f7354 X-VCS-Branch: master Date: Sun, 15 Nov 2020 23:55:58 +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: 57d296aa-f19e-487a-9044-ba6eeb5a795c X-Archives-Hash: 961bad40671aff1c28e8400b759be1a9 commit: 58bb17f3ae4209fa00113116c7936466f10f7354 Author: Louis Sautier gentoo org> AuthorDate: Sun Nov 15 23:41:34 2020 +0000 Commit: Louis Sautier gentoo org> CommitDate: Sun Nov 15 23:53:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58bb17f3 dev-python/inflect: bump to 5.0.2, update metadata and HOMEPAGE * Reflect upstream change. * Use distutils_enable_tests to save a few lines of dependencies. * importlib_metadata is no longer required (__version__ has been removed). Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Louis Sautier gentoo.org> dev-python/inflect/Manifest | 1 + dev-python/inflect/inflect-5.0.2.ebuild | 31 +++++++++++++++++++++++++++++++ dev-python/inflect/metadata.xml | 3 ++- 3 files changed, 34 insertions(+), 1 deletion(-) diff --git a/dev-python/inflect/Manifest b/dev-python/inflect/Manifest index 36ee7fb3e27..c25924b8c25 100644 --- a/dev-python/inflect/Manifest +++ b/dev-python/inflect/Manifest @@ -1 +1,2 @@ DIST inflect-4.1.0.tar.gz 72200 BLAKE2B c15f6b0d5d93050283dfc4d691e9fdbc26bb2f71573d6b397834e87af62f3afb8f5cdb0448c531de37e84729c0c6ae0cf4ea7a7b081a9dd784f7c06b962d7def SHA512 9a2ba4777f01475390976f3ac28f046d39d1f86cfdafd161cc7c8d33526aca35d44e6598ccf2a0b68d3511a64b67ed0991b51c78bda8f279cd706fd29a3fa514 +DIST inflect-5.0.2.tar.gz 71323 BLAKE2B 42b2524b00a8b71aca6f164de9b57708be172ce63bc62480e951d082bd68f082ad2fadb502321a5fc97ffa3af95f26935d0de855144863b9bd1dfbdf3bdae516 SHA512 ea97ec4a4a1a94a6218e60c20d63e483026beb1901abe2fa69f186a823f8a786b9a82af231fc42bf705146f650fdbfa5ff660cfbe821eceb53891ef2e91eaec3 diff --git a/dev-python/inflect/inflect-5.0.2.ebuild b/dev-python/inflect/inflect-5.0.2.ebuild new file mode 100644 index 00000000000..3edb82bfc62 --- /dev/null +++ b/dev-python/inflect/inflect-5.0.2.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( pypy3 python3_{6..9} ) + +inherit distutils-r1 + +DESCRIPTION="Correctly inflect words and numbers" +HOMEPAGE="https://github.com/jaraco/inflect" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +BDEPEND=" + >=dev-python/setuptools_scm-3.4.1[${PYTHON_USEDEP}] + dev-python/toml[${PYTHON_USEDEP}] +" + +distutils_enable_sphinx docs '>=dev-python/jaraco-packaging-3.2' \ + '>=dev-python/rst-linker-1.9' dev-python/alabaster +distutils_enable_tests pytest + +python_test() { + # Override pytest options to skip flake8 + pytest -vv tests --override-ini="addopts=--doctest-modules" \ + || die "tests failed with ${EPYTHON}" +} diff --git a/dev-python/inflect/metadata.xml b/dev-python/inflect/metadata.xml index a25053c52f4..96bd609280d 100644 --- a/dev-python/inflect/metadata.xml +++ b/dev-python/inflect/metadata.xml @@ -12,6 +12,7 @@ inflect - jazzband/inflect + jaraco/inflect + https://github.com/jaraco/inflect/issues