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 00803138350 for ; Mon, 20 Jan 2020 18:15:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 873BCE09BE; Mon, 20 Jan 2020 18:15:30 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 47F9FE09BE for ; Mon, 20 Jan 2020 18:15:30 +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 D32F634E31C for ; Mon, 20 Jan 2020 18:15:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 84750E5 for ; Mon, 20 Jan 2020 18:15:26 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1579544099.bfd88aa41db7fa5735138fa1052eac3f48249c77.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/path-and-address/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/path-and-address/Manifest dev-python/path-and-address/metadata.xml dev-python/path-and-address/path-and-address-2.0.1.ebuild X-VCS-Directories: dev-python/path-and-address/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: bfd88aa41db7fa5735138fa1052eac3f48249c77 X-VCS-Branch: master Date: Mon, 20 Jan 2020 18:15:26 +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: b8ccd379-3e8f-436b-8a1e-da6b72e35a58 X-Archives-Hash: af81b1f8a22a3ab6c4d91fe14a14514d commit: bfd88aa41db7fa5735138fa1052eac3f48249c77 Author: Ben Kohler gentoo org> AuthorDate: Mon Jan 20 18:03:49 2020 +0000 Commit: Ben Kohler gentoo org> CommitDate: Mon Jan 20 18:14:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfd88aa4 dev-python/path-and-address: bump to 2.0.1 & update PYTHON_COMPAT Also add myself to maintainers list since I'm taking over this package's only reverse dep. Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Ben Kohler gentoo.org> dev-python/path-and-address/Manifest | 1 + dev-python/path-and-address/metadata.xml | 3 +++ .../path-and-address/path-and-address-2.0.1.ebuild | 20 ++++++++++++++++++++ 3 files changed, 24 insertions(+) diff --git a/dev-python/path-and-address/Manifest b/dev-python/path-and-address/Manifest index 63a46df4a44..2efef2d1ad4 100644 --- a/dev-python/path-and-address/Manifest +++ b/dev-python/path-and-address/Manifest @@ -1 +1,2 @@ DIST path-and-address-1.1.0.zip 7652 BLAKE2B fcf80494a2969d4b59a96ca6cd6f9dbc03a56b11e4374e64ea59fba18859b50eb8621d506b28472713bce8aaec6e8d9f26ba763b82b726df439967aa3c8a75be SHA512 eb60fabce6a71401b4681bcc1db5253c2043c33bd25f9bc8bf678d45aa459e2398ed482166fa0f85a0365ba8762a46e75c6c497ea25b6c1ba5c91d6a37618062 +DIST path-and-address-2.0.1.zip 6503 BLAKE2B 146e73b5b54ea536f8b94da8ebbb923441564cf2137a55f3938552493b6fffe28c4e90c908a3fef2acb55e76f320519c7f59c0b2c99f144ebb29ca90d32e590a SHA512 11b2352389662412451e1e9f3e2997e81d36acbef7ad18c50328b9e9bb395f2f5fc8bca988ef14a7d9b76f5213cbfa17bb82df0e00f6989671181b104e4f1406 diff --git a/dev-python/path-and-address/metadata.xml b/dev-python/path-and-address/metadata.xml index c007c2aa27e..f07d1514075 100644 --- a/dev-python/path-and-address/metadata.xml +++ b/dev-python/path-and-address/metadata.xml @@ -4,6 +4,9 @@ python@gentoo.org + + bkohler@gentoo.org + joeyespo/path-and-address path-and-address diff --git a/dev-python/path-and-address/path-and-address-2.0.1.ebuild b/dev-python/path-and-address/path-and-address-2.0.1.ebuild new file mode 100644 index 00000000000..aad20838d94 --- /dev/null +++ b/dev-python/path-and-address/path-and-address-2.0.1.ebuild @@ -0,0 +1,20 @@ +# 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} ) + +inherit distutils-r1 + +DESCRIPTION="Functions for server CLI applications used by humans" +HOMEPAGE="https://github.com/joeyespo/path-and-address" +LICENSE="MIT" + +SLOT="0" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" + +KEYWORDS="~amd64" + +BDEPEND="app-arch/unzip" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"