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 CB60F1382C5 for ; Tue, 30 Mar 2021 07:17:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29E43E08BB; Tue, 30 Mar 2021 07:17:18 +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 12032E08BB for ; Tue, 30 Mar 2021 07:17:18 +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 14D0B340845 for ; Tue, 30 Mar 2021 07:17:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8AC35B8 for ; Tue, 30 Mar 2021 07:17:15 +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: <1617088629.aa8fe629dfdb46d33fb1253b920eeed1b05cdb77.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/autoprop/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/autoprop/Manifest dev-python/autoprop/autoprop-2.0.0.ebuild X-VCS-Directories: dev-python/autoprop/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: aa8fe629dfdb46d33fb1253b920eeed1b05cdb77 X-VCS-Branch: master Date: Tue, 30 Mar 2021 07:17:15 +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: cf1ad8f0-5bf0-4ce6-ae8b-0235f542cfc9 X-Archives-Hash: 558cc36d098dc6762115d9166578f866 commit: aa8fe629dfdb46d33fb1253b920eeed1b05cdb77 Author: Michał Górny gentoo org> AuthorDate: Tue Mar 30 07:09:43 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Mar 30 07:17:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa8fe629 dev-python/autoprop: Bump to 2.0.0 Signed-off-by: Michał Górny gentoo.org> dev-python/autoprop/Manifest | 1 + dev-python/autoprop/autoprop-2.0.0.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/dev-python/autoprop/Manifest b/dev-python/autoprop/Manifest index 6ca9ddbb732..daa988f1d3c 100644 --- a/dev-python/autoprop/Manifest +++ b/dev-python/autoprop/Manifest @@ -1 +1,2 @@ DIST autoprop-1.0.2.tar.gz 11040 BLAKE2B b53bdbf79947002a0c319fa84c6033908948365d18a85dd2fd4139bff2125752e0bc3fc8f19e5d38c06cdc089f423cc8a720b8040593cfbda9c04c84b7cd4ffd SHA512 281c30fded6d79ed3bbb0de5b7a37c2cc5b985a4980974503b5bbb5940cd22f3c09c3b3d9d513d5cb95239519519b277bf43536407fedb593a43122ee32a8db6 +DIST autoprop-2.0.0.tar.gz 11705 BLAKE2B 0dd6401671250f9445aaaf20345035bec683eb7e7e3889ee6c89bbefd76bff9112c848ab4b95c47f09f2487af92c3c6a3404be17bc57f47c9be33f36ec369175 SHA512 7e2f9d2d950ac8f2b0e73b483940590dbb6eb342a36204cc36fff219375eb223c62d5c0dc864b0d1212593919f1625cd282f0467a5bf84d5c1e5c158cfcf6cc1 diff --git a/dev-python/autoprop/autoprop-2.0.0.ebuild b/dev-python/autoprop/autoprop-2.0.0.ebuild new file mode 100644 index 00000000000..ca29913dfd5 --- /dev/null +++ b/dev-python/autoprop/autoprop-2.0.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7..9} ) + +inherit distutils-r1 + +DESCRIPTION="Infer properties from accessor methods" +HOMEPAGE=" + https://github.com/kalekundert/autoprop/ + https://pypi.org/project/autoprop/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +KEYWORDS="~amd64" +SLOT="0" + +distutils_enable_tests pytest