Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/atpublic/
Date: Mon, 11 Dec 2017 03:49:09
Message-Id: 1512964103.89527c2a40e5e42cf7f440523fa299b1e11a5086.prometheanfire@gentoo
1 commit: 89527c2a40e5e42cf7f440523fa299b1e11a5086
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 11 02:54:46 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 11 03:48:23 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89527c2a
7
8 dev-python/atpublic: adding for mailman 3
9
10 Package-Manager: Portage-2.3.14, Repoman-2.3.6
11
12 dev-python/atpublic/Manifest | 1 +
13 dev-python/atpublic/atpublic-1.0.ebuild | 19 +++++++++++++++++++
14 dev-python/atpublic/metadata.xml | 14 ++++++++++++++
15 3 files changed, 34 insertions(+)
16
17 diff --git a/dev-python/atpublic/Manifest b/dev-python/atpublic/Manifest
18 new file mode 100644
19 index 00000000000..a613070f15a
20 --- /dev/null
21 +++ b/dev-python/atpublic/Manifest
22 @@ -0,0 +1 @@
23 +DIST atpublic-1.0.tar.gz 13611 BLAKE2B b5ce4cbbe950943c001e25c3f0c1fe6c25a99a96e4c630844a409cb0ae9a2e7d8fae8d010864364bb2bc948ce78ed17bef5c1f1ca1435faca439f62521bcc719 SHA512 f9e6f7bbbe12d86df5bc849c432e789fb55c6d19b9d6b3fb2462ea38aa8ad6602504a30a95ec14e001f62709ae5e11ae29258b9cb7a71eaa48879f9cb0cb19d8
24
25 diff --git a/dev-python/atpublic/atpublic-1.0.ebuild b/dev-python/atpublic/atpublic-1.0.ebuild
26 new file mode 100644
27 index 00000000000..10513575bb3
28 --- /dev/null
29 +++ b/dev-python/atpublic/atpublic-1.0.ebuild
30 @@ -0,0 +1,19 @@
31 +# Copyright 1999-2017 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +
36 +PYTHON_COMPAT=( python3_4 python3_5 python3_6 )
37 +inherit distutils-r1
38 +
39 +DESCRIPTION="A decorator and function to polulate a module's __all__ and the module globals."
40 +HOMEPAGE="https://gitlab.com/warsaw/public"
41 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 +
43 +LICENSE="Apache-2.0"
44 +SLOT="0"
45 +KEYWORDS="~amd64 ~x86"
46 +IUSE=""
47 +
48 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
49 +RDEPEND="${DEPEND}"
50
51 diff --git a/dev-python/atpublic/metadata.xml b/dev-python/atpublic/metadata.xml
52 new file mode 100644
53 index 00000000000..3aea3831625
54 --- /dev/null
55 +++ b/dev-python/atpublic/metadata.xml
56 @@ -0,0 +1,14 @@
57 +<?xml version="1.0" encoding="UTF-8"?>
58 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
59 +<pkgmetadata>
60 + <maintainer type="project">
61 + <email>python@g.o</email>
62 + </maintainer>
63 + <maintainer type="person">
64 + <email>prometheanfire@g.o</email>
65 + <name>Matthew Thode</name>
66 + </maintainer>
67 + <longdescription lang="en">
68 + This is a very simple decorator and function which populates a module's __all__ and optionally the module globals.
69 + </longdescription>
70 +</pkgmetadata>