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 1FB4E139084 for ; Mon, 11 Dec 2017 03:49:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 633E8E0FF4; Mon, 11 Dec 2017 03:49:05 +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 3F12FE0FF4 for ; Mon, 11 Dec 2017 03:49:05 +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 CEF9B33BF55 for ; Mon, 11 Dec 2017 03:49:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93B7AAE7C for ; Mon, 11 Dec 2017 03:49:02 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1512964103.89527c2a40e5e42cf7f440523fa299b1e11a5086.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/atpublic/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/atpublic/Manifest dev-python/atpublic/atpublic-1.0.ebuild dev-python/atpublic/metadata.xml X-VCS-Directories: dev-python/atpublic/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 89527c2a40e5e42cf7f440523fa299b1e11a5086 X-VCS-Branch: master Date: Mon, 11 Dec 2017 03:49:02 +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-Archives-Salt: 9894bc10-f764-4aa1-ba24-ccbc704ea5e7 X-Archives-Hash: 4b9019204486aa7e20ea0bccc9edacae commit: 89527c2a40e5e42cf7f440523fa299b1e11a5086 Author: Matthew Thode gentoo org> AuthorDate: Mon Dec 11 02:54:46 2017 +0000 Commit: Matt Thode gentoo org> CommitDate: Mon Dec 11 03:48:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89527c2a dev-python/atpublic: adding for mailman 3 Package-Manager: Portage-2.3.14, Repoman-2.3.6 dev-python/atpublic/Manifest | 1 + dev-python/atpublic/atpublic-1.0.ebuild | 19 +++++++++++++++++++ dev-python/atpublic/metadata.xml | 14 ++++++++++++++ 3 files changed, 34 insertions(+) diff --git a/dev-python/atpublic/Manifest b/dev-python/atpublic/Manifest new file mode 100644 index 00000000000..a613070f15a --- /dev/null +++ b/dev-python/atpublic/Manifest @@ -0,0 +1 @@ +DIST atpublic-1.0.tar.gz 13611 BLAKE2B b5ce4cbbe950943c001e25c3f0c1fe6c25a99a96e4c630844a409cb0ae9a2e7d8fae8d010864364bb2bc948ce78ed17bef5c1f1ca1435faca439f62521bcc719 SHA512 f9e6f7bbbe12d86df5bc849c432e789fb55c6d19b9d6b3fb2462ea38aa8ad6602504a30a95ec14e001f62709ae5e11ae29258b9cb7a71eaa48879f9cb0cb19d8 diff --git a/dev-python/atpublic/atpublic-1.0.ebuild b/dev-python/atpublic/atpublic-1.0.ebuild new file mode 100644 index 00000000000..10513575bb3 --- /dev/null +++ b/dev-python/atpublic/atpublic-1.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python3_4 python3_5 python3_6 ) +inherit distutils-r1 + +DESCRIPTION="A decorator and function to polulate a module's __all__ and the module globals." +HOMEPAGE="https://gitlab.com/warsaw/public" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND}" diff --git a/dev-python/atpublic/metadata.xml b/dev-python/atpublic/metadata.xml new file mode 100644 index 00000000000..3aea3831625 --- /dev/null +++ b/dev-python/atpublic/metadata.xml @@ -0,0 +1,14 @@ + + + + + python@gentoo.org + + + prometheanfire@gentoo.org + Matthew Thode + + + This is a very simple decorator and function which populates a module's __all__ and optionally the module globals. + +