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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9D1EC158086 for ; Mon, 29 Nov 2021 04:02:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AEA682BC016; Mon, 29 Nov 2021 04:02:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 946DD2BC016 for ; Mon, 29 Nov 2021 04:02:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5E9D0335DBA for ; Mon, 29 Nov 2021 04:02:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E0ECC1F5 for ; Mon, 29 Nov 2021 04:02:39 +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: <1638158297.9ecc32adb2c68cf7ec620af181db24faf3766fb5.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/argparse-manpage/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/argparse-manpage/Manifest dev-python/argparse-manpage/argparse-manpage-2.ebuild X-VCS-Directories: dev-python/argparse-manpage/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9ecc32adb2c68cf7ec620af181db24faf3766fb5 X-VCS-Branch: master Date: Mon, 29 Nov 2021 04:02:39 +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: 7bf720cf-fbef-450f-9f94-14516970e9e7 X-Archives-Hash: cd2d45ec4243f47358b7af59f83cc523 commit: 9ecc32adb2c68cf7ec620af181db24faf3766fb5 Author: Michał Górny gentoo org> AuthorDate: Mon Nov 29 03:56:06 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Nov 29 03:58:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ecc32ad dev-python/argparse-manpage: Bump to 2 Signed-off-by: Michał Górny gentoo.org> dev-python/argparse-manpage/Manifest | 1 + .../argparse-manpage/argparse-manpage-2.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/dev-python/argparse-manpage/Manifest b/dev-python/argparse-manpage/Manifest index 8a5fc939b1a3..5bd14339f3d8 100644 --- a/dev-python/argparse-manpage/Manifest +++ b/dev-python/argparse-manpage/Manifest @@ -1 +1,2 @@ DIST argparse-manpage-1.5.tar.gz 34290 BLAKE2B 598a0eb0d4816a764c1ba4093b18e28d7865c9a113db1910793748eb24394636a9e1caad86fef5416933ae5341026048d1e39ce928131a8796a5d66a40e36853 SHA512 bfdea19fa62ac029754d6df26c4fb51c18f7fee4fae681c1117253627e724cf1ff1db5196ad0690fd436cebbe403536905f157cb7eae7be50d321c663b491fd0 +DIST argparse-manpage-2.tar.gz 38279 BLAKE2B 24edcb71aed7731178d24e99a36baf8be2270f6d4da0d884610da294d44313d913f8aa2db381eae77409ec504b18346688d5f7f27257285b7aa92d453b1a58f1 SHA512 24854cd5209635e8938716f97cb4eb283152a2a109c554385a78a5145c6e0f38c76a9172d607fb3ffdf610e8d3f7270ed94f6b4612ce731ea9dafe0a1bebebe6 diff --git a/dev-python/argparse-manpage/argparse-manpage-2.ebuild b/dev-python/argparse-manpage/argparse-manpage-2.ebuild new file mode 100644 index 000000000000..c0c3a4592e26 --- /dev/null +++ b/dev-python/argparse-manpage/argparse-manpage-2.ebuild @@ -0,0 +1,22 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} ) +inherit distutils-r1 + +DESCRIPTION="Automatically build man-pages for your Python project" +HOMEPAGE="https://github.com/praiskup/argparse-manpage https://pypi.org/project/argparse-manpage/" +SRC_URI="https://github.com/praiskup/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" + +distutils_enable_tests pytest + +python_test() { + local -x COLUMNS=80 + epytest +}