* [gentoo-commits] repo/gentoo:master commit in: dev-python/flufl-bounce/
@ 2021-09-02 17:40 Arthur Zamarin
0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2021-09-02 17:40 UTC (permalink / raw
To: gentoo-commits
commit: f7b1217eaf25ceec9d3d9c7127db92e61e88f4e4
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 2 17:32:52 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 2 17:40:31 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7b1217e
dev-python/flufl-bounce: mark ALLARCHES
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/flufl-bounce/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/flufl-bounce/metadata.xml b/dev-python/flufl-bounce/metadata.xml
index 3b99adc7faf..ace3341bb63 100644
--- a/dev-python/flufl-bounce/metadata.xml
+++ b/dev-python/flufl-bounce/metadata.xml
@@ -8,6 +8,7 @@
<email>prometheanfire@gentoo.org</email>
<name>Matthew Thode</name>
</maintainer>
+ <stabilize-allarches/>
<upstream>
<remote-id type="pypi">flufl.bounce</remote-id>
<remote-id type="gitlab">warsaw/flufl.bounce</remote-id>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/flufl-bounce/
@ 2021-10-17 8:23 Michał Górny
0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2021-10-17 8:23 UTC (permalink / raw
To: gentoo-commits
commit: c6deabe6df3c1d1099d51a35144fcb15459c4864
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 17 08:16:40 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 17 08:23:16 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6deabe6
dev-python/flufl-bounce: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/flufl-bounce/Manifest | 1 -
dev-python/flufl-bounce/flufl-bounce-3.0.1.ebuild | 25 -----------------------
2 files changed, 26 deletions(-)
diff --git a/dev-python/flufl-bounce/Manifest b/dev-python/flufl-bounce/Manifest
index 2771fff8fa0..b0d725e1232 100644
--- a/dev-python/flufl-bounce/Manifest
+++ b/dev-python/flufl-bounce/Manifest
@@ -1,2 +1 @@
-DIST flufl-bounce-3.0.1.tar.gz 100217 BLAKE2B d5620d73513a7e5bbfffb212f13bba34ce199a129a217873a8237d8456a7a1854d78cb9b06e4ee763d4dcfdcfdc185e0d67eb3be82ad829c054baced8acfc25c SHA512 9a8d0dec98f8699fd3dff62f5dd831ab5754f11d246b750cfed8ae7ebb771c3c7c1abd4fcceb0f8aa052653802c6e6e5a7bd4711e63b9095ede238817a3cd146
DIST flufl.bounce-4.0.tar.gz 108623 BLAKE2B 00c9d69d0aab3a4ca6f781dbd32bcc00d33de59371a163589f8be1747144f6cb9f51da57152235cfbc08ded63894402669c0ba4745eeb3c7b60c95cccf6206c7 SHA512 c6dd8cf2f4f0ea7c8698054042dfc9da3bd1a2d9cae082e01a0be9c39018fefba07154e2c9c15b1a00c896e58bb0a6d2063a3c067bec6b464d201bb7b3220e9e
diff --git a/dev-python/flufl-bounce/flufl-bounce-3.0.1.ebuild b/dev-python/flufl-bounce/flufl-bounce-3.0.1.ebuild
deleted file mode 100644
index dd0a8e417b7..00000000000
--- a/dev-python/flufl-bounce/flufl-bounce-3.0.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-inherit distutils-r1
-
-MY_PN=${PN/-/.}
-
-DESCRIPTION="Email bounce detectors."
-HOMEPAGE="https://gitlab.com/warsaw/flufl.bounce"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="
- dev-python/atpublic[${PYTHON_USEDEP}]
- dev-python/zope-interface[${PYTHON_USEDEP}]
-"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/flufl-bounce/
@ 2021-09-02 17:40 Arthur Zamarin
0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2021-09-02 17:40 UTC (permalink / raw
To: gentoo-commits
commit: 7e70e93dea9da9132ad5c130a74e00d54e8478ca
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 2 17:31:39 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 2 17:40:29 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e70e93d
dev-python/flufl-bounce: add 4.0, enable py3.10, enable tests
Closes: https://bugs.gentoo.org/797922
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/flufl-bounce/Manifest | 1 +
dev-python/flufl-bounce/flufl-bounce-4.0.ebuild | 30 +++++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/dev-python/flufl-bounce/Manifest b/dev-python/flufl-bounce/Manifest
index 4f526da0246..2771fff8fa0 100644
--- a/dev-python/flufl-bounce/Manifest
+++ b/dev-python/flufl-bounce/Manifest
@@ -1 +1,2 @@
DIST flufl-bounce-3.0.1.tar.gz 100217 BLAKE2B d5620d73513a7e5bbfffb212f13bba34ce199a129a217873a8237d8456a7a1854d78cb9b06e4ee763d4dcfdcfdc185e0d67eb3be82ad829c054baced8acfc25c SHA512 9a8d0dec98f8699fd3dff62f5dd831ab5754f11d246b750cfed8ae7ebb771c3c7c1abd4fcceb0f8aa052653802c6e6e5a7bd4711e63b9095ede238817a3cd146
+DIST flufl.bounce-4.0.tar.gz 108623 BLAKE2B 00c9d69d0aab3a4ca6f781dbd32bcc00d33de59371a163589f8be1747144f6cb9f51da57152235cfbc08ded63894402669c0ba4745eeb3c7b60c95cccf6206c7 SHA512 c6dd8cf2f4f0ea7c8698054042dfc9da3bd1a2d9cae082e01a0be9c39018fefba07154e2c9c15b1a00c896e58bb0a6d2063a3c067bec6b464d201bb7b3220e9e
diff --git a/dev-python/flufl-bounce/flufl-bounce-4.0.ebuild b/dev-python/flufl-bounce/flufl-bounce-4.0.ebuild
new file mode 100644
index 00000000000..fb2312fbbe7
--- /dev/null
+++ b/dev-python/flufl-bounce/flufl-bounce-4.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+MY_PN=${PN/-/.}
+
+DESCRIPTION="Email bounce detectors."
+HOMEPAGE="https://gitlab.com/warsaw/flufl.bounce"
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ dev-python/atpublic[${PYTHON_USEDEP}]
+ dev-python/zope-interface[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest
+
+python_install_all() {
+ distutils-r1_python_install_all
+ find "${D}" -name '*.pth' -delete || die
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/flufl-bounce/
@ 2021-09-02 17:40 Arthur Zamarin
0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2021-09-02 17:40 UTC (permalink / raw
To: gentoo-commits
commit: 0bea2fa250a3f88909d77946a8d9dfd798b61772
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 2 17:32:16 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 2 17:40:30 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bea2fa2
dev-python/flufl-bounce: add gitlab upstream metadata
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/flufl-bounce/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/flufl-bounce/metadata.xml b/dev-python/flufl-bounce/metadata.xml
index dc01cb742b0..3b99adc7faf 100644
--- a/dev-python/flufl-bounce/metadata.xml
+++ b/dev-python/flufl-bounce/metadata.xml
@@ -10,5 +10,6 @@
</maintainer>
<upstream>
<remote-id type="pypi">flufl.bounce</remote-id>
+ <remote-id type="gitlab">warsaw/flufl.bounce</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/flufl-bounce/
@ 2020-11-10 9:35 Hanno Böck
0 siblings, 0 replies; 9+ messages in thread
From: Hanno Böck @ 2020-11-10 9:35 UTC (permalink / raw
To: gentoo-commits
commit: 2c61cc0a9c9f1a336a05d68480ac3d5fe9cb332f
Author: Hanno Böck <hanno <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 10 09:35:35 2020 +0000
Commit: Hanno Böck <hanno <AT> gentoo <DOT> org>
CommitDate: Tue Nov 10 09:35:35 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c61cc0a
dev-python/flufl-bounce: Add Python 3.8 and 3.9
Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>
Package-Manager: Portage-3.0.9, Repoman-3.0.2
dev-python/flufl-bounce/flufl-bounce-3.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/flufl-bounce/flufl-bounce-3.0.1.ebuild b/dev-python/flufl-bounce/flufl-bounce-3.0.1.ebuild
index 7e4fe6857b5..6c9fe9a7680 100644
--- a/dev-python/flufl-bounce/flufl-bounce-3.0.1.ebuild
+++ b/dev-python/flufl-bounce/flufl-bounce-3.0.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
inherit distutils-r1
MY_PN=${PN/-/.}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/flufl-bounce/
@ 2020-03-27 9:16 Michał Górny
0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2020-03-27 9:16 UTC (permalink / raw
To: gentoo-commits
commit: 7c51480844f37fa405430a17a34168a6dbc81926
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 27 09:15:08 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar 27 09:16:30 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c514808
dev-python/flufl-bounce: Remove redundant longdesc
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/flufl-bounce/metadata.xml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/dev-python/flufl-bounce/metadata.xml b/dev-python/flufl-bounce/metadata.xml
index 61eff8c23d7..3ee70120def 100644
--- a/dev-python/flufl-bounce/metadata.xml
+++ b/dev-python/flufl-bounce/metadata.xml
@@ -8,7 +8,4 @@
<email>prometheanfire@gentoo.org</email>
<name>Matthew Thode</name>
</maintainer>
- <longdescription lang="en">
- Email bounce detectors.
- </longdescription>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/flufl-bounce/
@ 2020-03-27 9:16 Michał Górny
0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2020-03-27 9:16 UTC (permalink / raw
To: gentoo-commits
commit: b212b2c492e81a399093f872341e2eb77409f4f4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 27 09:12:44 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar 27 09:16:25 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b212b2c4
dev-python/flufl-bounce: Remove redundant versions
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/flufl-bounce/Manifest | 1 -
dev-python/flufl-bounce/flufl-bounce-3.0.ebuild | 25 -------------------------
2 files changed, 26 deletions(-)
diff --git a/dev-python/flufl-bounce/Manifest b/dev-python/flufl-bounce/Manifest
index 74d2c36e710..4f526da0246 100644
--- a/dev-python/flufl-bounce/Manifest
+++ b/dev-python/flufl-bounce/Manifest
@@ -1,2 +1 @@
DIST flufl-bounce-3.0.1.tar.gz 100217 BLAKE2B d5620d73513a7e5bbfffb212f13bba34ce199a129a217873a8237d8456a7a1854d78cb9b06e4ee763d4dcfdcfdc185e0d67eb3be82ad829c054baced8acfc25c SHA512 9a8d0dec98f8699fd3dff62f5dd831ab5754f11d246b750cfed8ae7ebb771c3c7c1abd4fcceb0f8aa052653802c6e6e5a7bd4711e63b9095ede238817a3cd146
-DIST flufl-bounce-3.0.tar.gz 89156 BLAKE2B 02ff80f4ebe42e15c9e6a7ed192d9a032e800b2b1da874837da5e6d5c156f50455795469c1c782bc7070cba3ab66d11ee576b8e95881a78bd1a479c825939dbd SHA512 f6effe38c80e1e5e1119d7951a1a32bb9b91fc52db0887eee4ebb74e005ad5cf48351311985a3169649301efe9273d3fe480b3dded7eff3b77b73312d0416f45
diff --git a/dev-python/flufl-bounce/flufl-bounce-3.0.ebuild b/dev-python/flufl-bounce/flufl-bounce-3.0.ebuild
deleted file mode 100644
index ce9ad1a931e..00000000000
--- a/dev-python/flufl-bounce/flufl-bounce-3.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-inherit distutils-r1
-
-MY_PN=${PN/-/.}
-
-DESCRIPTION="Email bounce detectors."
-HOMEPAGE="https://gitlab.com/warsaw/flufl.bounce"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="
- dev-python/atpublic[${PYTHON_USEDEP}]
- dev-python/zope-interface[${PYTHON_USEDEP}]
-"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/flufl-bounce/
@ 2020-02-07 8:35 Hanno Böck
0 siblings, 0 replies; 9+ messages in thread
From: Hanno Böck @ 2020-02-07 8:35 UTC (permalink / raw
To: gentoo-commits
commit: 01ae2754c99c497ddc1a4cfbb37187c3a2871ebd
Author: Hanno Böck <hanno <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 7 08:35:07 2020 +0000
Commit: Hanno Böck <hanno <AT> gentoo <DOT> org>
CommitDate: Fri Feb 7 08:35:07 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01ae2754
dev-python/flufl-bounce: Bump and Python 3.7.
Bug: https://bugs.gentoo.org/705332
Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>
Package-Manager: Portage-2.3.87, Repoman-2.3.20
dev-python/flufl-bounce/Manifest | 1 +
dev-python/flufl-bounce/flufl-bounce-3.0.1.ebuild | 25 +++++++++++++++++++++++
2 files changed, 26 insertions(+)
diff --git a/dev-python/flufl-bounce/Manifest b/dev-python/flufl-bounce/Manifest
index 81fc1c2567f..74d2c36e710 100644
--- a/dev-python/flufl-bounce/Manifest
+++ b/dev-python/flufl-bounce/Manifest
@@ -1 +1,2 @@
+DIST flufl-bounce-3.0.1.tar.gz 100217 BLAKE2B d5620d73513a7e5bbfffb212f13bba34ce199a129a217873a8237d8456a7a1854d78cb9b06e4ee763d4dcfdcfdc185e0d67eb3be82ad829c054baced8acfc25c SHA512 9a8d0dec98f8699fd3dff62f5dd831ab5754f11d246b750cfed8ae7ebb771c3c7c1abd4fcceb0f8aa052653802c6e6e5a7bd4711e63b9095ede238817a3cd146
DIST flufl-bounce-3.0.tar.gz 89156 BLAKE2B 02ff80f4ebe42e15c9e6a7ed192d9a032e800b2b1da874837da5e6d5c156f50455795469c1c782bc7070cba3ab66d11ee576b8e95881a78bd1a479c825939dbd SHA512 f6effe38c80e1e5e1119d7951a1a32bb9b91fc52db0887eee4ebb74e005ad5cf48351311985a3169649301efe9273d3fe480b3dded7eff3b77b73312d0416f45
diff --git a/dev-python/flufl-bounce/flufl-bounce-3.0.1.ebuild b/dev-python/flufl-bounce/flufl-bounce-3.0.1.ebuild
new file mode 100644
index 00000000000..7e4fe6857b5
--- /dev/null
+++ b/dev-python/flufl-bounce/flufl-bounce-3.0.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7} )
+inherit distutils-r1
+
+MY_PN=${PN/-/.}
+
+DESCRIPTION="Email bounce detectors."
+HOMEPAGE="https://gitlab.com/warsaw/flufl.bounce"
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="
+ dev-python/atpublic[${PYTHON_USEDEP}]
+ dev-python/zope-interface[${PYTHON_USEDEP}]
+"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/flufl-bounce/
@ 2017-12-11 3:49 Matt Thode
0 siblings, 0 replies; 9+ messages in thread
From: Matt Thode @ 2017-12-11 3:49 UTC (permalink / raw
To: gentoo-commits
commit: 14520e9da5d860aaf281ea4799e2bfb8d6894a61
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 11 03:12:23 2017 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Mon Dec 11 03:48:33 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14520e9d
dev-python/flufl-bounce: 3.0 for mailman
Package-Manager: Portage-2.3.14, Repoman-2.3.6
dev-python/flufl-bounce/Manifest | 1 +
dev-python/flufl-bounce/flufl-bounce-3.0.ebuild | 25 +++++++++++++++++++++++++
dev-python/flufl-bounce/metadata.xml | 14 ++++++++++++++
3 files changed, 40 insertions(+)
diff --git a/dev-python/flufl-bounce/Manifest b/dev-python/flufl-bounce/Manifest
new file mode 100644
index 00000000000..81fc1c2567f
--- /dev/null
+++ b/dev-python/flufl-bounce/Manifest
@@ -0,0 +1 @@
+DIST flufl-bounce-3.0.tar.gz 89156 BLAKE2B 02ff80f4ebe42e15c9e6a7ed192d9a032e800b2b1da874837da5e6d5c156f50455795469c1c782bc7070cba3ab66d11ee576b8e95881a78bd1a479c825939dbd SHA512 f6effe38c80e1e5e1119d7951a1a32bb9b91fc52db0887eee4ebb74e005ad5cf48351311985a3169649301efe9273d3fe480b3dded7eff3b77b73312d0416f45
diff --git a/dev-python/flufl-bounce/flufl-bounce-3.0.ebuild b/dev-python/flufl-bounce/flufl-bounce-3.0.ebuild
new file mode 100644
index 00000000000..b9fad4a3d53
--- /dev/null
+++ b/dev-python/flufl-bounce/flufl-bounce-3.0.ebuild
@@ -0,0 +1,25 @@
+# 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
+
+MY_PN=${PN/-/.}
+
+DESCRIPTION="Email bounce detectors."
+HOMEPAGE="https://gitlab.com/warsaw/flufl.bounce"
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="
+ dev-python/atpublic[${PYTHON_USEDEP}]
+ dev-python/zope-interface[${PYTHON_USEDEP}]
+"
diff --git a/dev-python/flufl-bounce/metadata.xml b/dev-python/flufl-bounce/metadata.xml
new file mode 100644
index 00000000000..61eff8c23d7
--- /dev/null
+++ b/dev-python/flufl-bounce/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ </maintainer>
+ <maintainer type="person">
+ <email>prometheanfire@gentoo.org</email>
+ <name>Matthew Thode</name>
+ </maintainer>
+ <longdescription lang="en">
+ Email bounce detectors.
+ </longdescription>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2021-10-17 8:23 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-02 17:40 [gentoo-commits] repo/gentoo:master commit in: dev-python/flufl-bounce/ Arthur Zamarin
-- strict thread matches above, loose matches on Subject: below --
2021-10-17 8:23 Michał Górny
2021-09-02 17:40 Arthur Zamarin
2021-09-02 17:40 Arthur Zamarin
2020-11-10 9:35 Hanno Böck
2020-03-27 9:16 Michał Górny
2020-03-27 9:16 Michał Górny
2020-02-07 8:35 Hanno Böck
2017-12-11 3:49 Matt Thode
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox