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 57F1013835A for ; Mon, 22 Jun 2020 15:36:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D806E08FC; Mon, 22 Jun 2020 15:36:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 74D77E08FC for ; Mon, 22 Jun 2020 15:36:49 +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 8D41434F00D for ; Mon, 22 Jun 2020 15:36:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5084257 for ; Mon, 22 Jun 2020 15:36:44 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1592840135.73c94bc429d4502c9aa0157a05679da7b96f933f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-distutils-extra/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-distutils-extra/Manifest dev-python/python-distutils-extra/python-distutils-extra-2.45.ebuild X-VCS-Directories: dev-python/python-distutils-extra/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 73c94bc429d4502c9aa0157a05679da7b96f933f X-VCS-Branch: master Date: Mon, 22 Jun 2020 15:36:44 +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: bef965fb-88fe-4347-b54c-f0b72f3fc949 X-Archives-Hash: cad6c912d28b3d53de14c55d277efd56 commit: 73c94bc429d4502c9aa0157a05679da7b96f933f Author: Michał Górny gentoo org> AuthorDate: Mon Jun 22 10:54:12 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jun 22 15:35:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73c94bc4 dev-python/python-distutils-extra: Bump to 2.45 Signed-off-by: Michał Górny gentoo.org> dev-python/python-distutils-extra/Manifest | 1 + .../python-distutils-extra-2.45.ebuild | 36 ++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/dev-python/python-distutils-extra/Manifest b/dev-python/python-distutils-extra/Manifest index dfcf028535d..3c6dcf4b79a 100644 --- a/dev-python/python-distutils-extra/Manifest +++ b/dev-python/python-distutils-extra/Manifest @@ -1 +1,2 @@ DIST python-distutils-extra-2.44.tar.bz2 37687 BLAKE2B 3d7e3ad277440bfb6fbade8b890b95aad37589700b69a26ec9a5c30e97491871bc8c8f82b540131859d2ce82cebd3758f29ca510abe28046ffcaa0e7240fad3e SHA512 517222b4e34efba730db53ffeee8b8c8d96bd9d1b6044e6ca84c0f2c1d5c0e044240b899d460c50295615c94c513f7e57db3e34e5db6588a01ec92a73999f822 +DIST python-distutils-extra-2.45.tar.bz2 38094 BLAKE2B b8c0adcb92d07e087e10389c9671e9eca78a9a634d0092c1633e184fb9d128b006903ce8f2c9deb504b3d1557a8afc78e3edea7f1a2e95734c55099b4a21dd41 SHA512 04d2be290726d7ceed599031bfa960468c6a8654c8d9105dd77cb5744f6908d1c9a6732095692aebde1f1e042ef70b2695d41586663e4d539ee96247a39f02a1 diff --git a/dev-python/python-distutils-extra/python-distutils-extra-2.45.ebuild b/dev-python/python-distutils-extra/python-distutils-extra-2.45.ebuild new file mode 100644 index 00000000000..426f03e80fb --- /dev/null +++ b/dev-python/python-distutils-extra/python-distutils-extra-2.45.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DISTUTILS_USE_SETUPTOOLS="rdepend" +PYTHON_COMPAT=( python2_7 python3_{6..9} ) + +inherit distutils-r1 + +DESCRIPTION="Gettext support, themed icons and scrollkeeper-based documentation in distutils" +HOMEPAGE=" + https://salsa.debian.org/python-team/modules/python-distutils-extra + https://launchpad.net/python-distutils-extra" +SRC_URI=" + https://salsa.debian.org/python-team/modules/python-distutils-extra/-/archive/${PV}/${P}.tar.bz2" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" +IUSE="test" +RESTRICT="!test? ( test )" + +DOCS=( doc/{README,FAQ} ) + +BDEPEND=" + test? ( + dev-libs/gobject-introspection + dev-python/httplib2[${PYTHON_USEDEP}] + dev-python/pygobject[${PYTHON_USEDEP}] + dev-util/intltool + )" + +python_test() { + "${EPYTHON}" test/auto.py -v || die "Tests fail with ${EPYTHON}" +}