From 6b933047f46efec1aa747570f945344254227457 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 15 Dec 2017 17:25:28 +0000 Subject: gentoo resync : 15.12.2017 --- dev-python/atpublic/Manifest | 3 +++ dev-python/atpublic/atpublic-1.0.ebuild | 19 +++++++++++++++++++ dev-python/atpublic/metadata.xml | 14 ++++++++++++++ 3 files changed, 36 insertions(+) create mode 100644 dev-python/atpublic/Manifest create mode 100644 dev-python/atpublic/atpublic-1.0.ebuild create mode 100644 dev-python/atpublic/metadata.xml (limited to 'dev-python/atpublic') diff --git a/dev-python/atpublic/Manifest b/dev-python/atpublic/Manifest new file mode 100644 index 000000000000..81971b5aa6c5 --- /dev/null +++ b/dev-python/atpublic/Manifest @@ -0,0 +1,3 @@ +DIST atpublic-1.0.tar.gz 13611 BLAKE2B b5ce4cbbe950943c001e25c3f0c1fe6c25a99a96e4c630844a409cb0ae9a2e7d8fae8d010864364bb2bc948ce78ed17bef5c1f1ca1435faca439f62521bcc719 SHA512 f9e6f7bbbe12d86df5bc849c432e789fb55c6d19b9d6b3fb2462ea38aa8ad6602504a30a95ec14e001f62709ae5e11ae29258b9cb7a71eaa48879f9cb0cb19d8 +EBUILD atpublic-1.0.ebuild 508 BLAKE2B 2ec0659c0e2f888b191bbd4b6338a81e5d95fb9536d98dd8341109d4e981a4f6e36009e6a11c7ec84909a15a2df47b8243bfeed469587832e570dfecc467c519 SHA512 ed30945d083d9850190cafe02d1ff3995509e75ed4760587c28da3c9b92849c989d339c90e7d388f719246d7ff5a9f53904eb490328bed7731b556849669302e +MISC metadata.xml 499 BLAKE2B 545ff1748d57a895d71011220a139f70d3d6477248c79a2345ddba23995c5ac32ec2748567728485db49dbe2f2b61d3b0a5ba76839217ca5e58881193b49b0a1 SHA512 9001d8c190fae7cd4ec6e9ec9224493b4bd66af4a3cae4caa38c2ad02a361208cf953dc7357861dec1582923df187bf0ac85f478b06a3dbdf2f6921a40a2f1c6 diff --git a/dev-python/atpublic/atpublic-1.0.ebuild b/dev-python/atpublic/atpublic-1.0.ebuild new file mode 100644 index 000000000000..10513575bb33 --- /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 000000000000..3aea3831625d --- /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. + + -- cgit v1.2.3