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/flufl-bounce/
Date: Mon, 11 Dec 2017 03:49:06
Message-Id: 1512964113.14520e9da5d860aaf281ea4799e2bfb8d6894a61.prometheanfire@gentoo
1 commit: 14520e9da5d860aaf281ea4799e2bfb8d6894a61
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 11 03:12:23 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 11 03:48:33 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14520e9d
7
8 dev-python/flufl-bounce: 3.0 for mailman
9
10 Package-Manager: Portage-2.3.14, Repoman-2.3.6
11
12 dev-python/flufl-bounce/Manifest | 1 +
13 dev-python/flufl-bounce/flufl-bounce-3.0.ebuild | 25 +++++++++++++++++++++++++
14 dev-python/flufl-bounce/metadata.xml | 14 ++++++++++++++
15 3 files changed, 40 insertions(+)
16
17 diff --git a/dev-python/flufl-bounce/Manifest b/dev-python/flufl-bounce/Manifest
18 new file mode 100644
19 index 00000000000..81fc1c2567f
20 --- /dev/null
21 +++ b/dev-python/flufl-bounce/Manifest
22 @@ -0,0 +1 @@
23 +DIST flufl-bounce-3.0.tar.gz 89156 BLAKE2B 02ff80f4ebe42e15c9e6a7ed192d9a032e800b2b1da874837da5e6d5c156f50455795469c1c782bc7070cba3ab66d11ee576b8e95881a78bd1a479c825939dbd SHA512 f6effe38c80e1e5e1119d7951a1a32bb9b91fc52db0887eee4ebb74e005ad5cf48351311985a3169649301efe9273d3fe480b3dded7eff3b77b73312d0416f45
24
25 diff --git a/dev-python/flufl-bounce/flufl-bounce-3.0.ebuild b/dev-python/flufl-bounce/flufl-bounce-3.0.ebuild
26 new file mode 100644
27 index 00000000000..b9fad4a3d53
28 --- /dev/null
29 +++ b/dev-python/flufl-bounce/flufl-bounce-3.0.ebuild
30 @@ -0,0 +1,25 @@
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 +MY_PN=${PN/-/.}
40 +
41 +DESCRIPTION="Email bounce detectors."
42 +HOMEPAGE="https://gitlab.com/warsaw/flufl.bounce"
43 +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
44 +S="${WORKDIR}/${MY_PN}-${PV}"
45 +
46 +LICENSE="Apache-2.0"
47 +SLOT="0"
48 +KEYWORDS="~amd64 ~x86"
49 +IUSE=""
50 +
51 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
52 +RDEPEND="
53 + dev-python/atpublic[${PYTHON_USEDEP}]
54 + dev-python/zope-interface[${PYTHON_USEDEP}]
55 +"
56
57 diff --git a/dev-python/flufl-bounce/metadata.xml b/dev-python/flufl-bounce/metadata.xml
58 new file mode 100644
59 index 00000000000..61eff8c23d7
60 --- /dev/null
61 +++ b/dev-python/flufl-bounce/metadata.xml
62 @@ -0,0 +1,14 @@
63 +<?xml version="1.0" encoding="UTF-8"?>
64 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
65 +<pkgmetadata>
66 + <maintainer type="project">
67 + <email>python@g.o</email>
68 + </maintainer>
69 + <maintainer type="person">
70 + <email>prometheanfire@g.o</email>
71 + <name>Matthew Thode</name>
72 + </maintainer>
73 + <longdescription lang="en">
74 + Email bounce detectors.
75 + </longdescription>
76 +</pkgmetadata>