diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-09-03 20:56:28 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-09-03 20:56:28 +0100 |
commit | fbda87924e6faa7a1919f1a2b4182490bde5ec5c (patch) | |
tree | f3114a4ed212a754756adce027aeef3a4a1a2e2a /dev-python/flufl-bounce | |
parent | 3b08f674e3f771b49370edb144dab0958c8cf721 (diff) |
gentoo resync : 03.09.2021
Diffstat (limited to 'dev-python/flufl-bounce')
-rw-r--r-- | dev-python/flufl-bounce/Manifest | 4 | ||||
-rw-r--r-- | dev-python/flufl-bounce/flufl-bounce-4.0.ebuild | 30 | ||||
-rw-r--r-- | dev-python/flufl-bounce/metadata.xml | 2 |
3 files changed, 35 insertions, 1 deletions
diff --git a/dev-python/flufl-bounce/Manifest b/dev-python/flufl-bounce/Manifest index 74f484f97d59..2fcdcde5d532 100644 --- a/dev-python/flufl-bounce/Manifest +++ b/dev-python/flufl-bounce/Manifest @@ -1,3 +1,5 @@ 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 EBUILD flufl-bounce-3.0.1.ebuild 595 BLAKE2B db5abe0b6553025411292d6246eff47b540fa1b4b0efeb69152e15755d4601af520eed24ab632fac25667a8ab157b44c8a4545ce02e4d65dcc6849f3607abda7 SHA512 5d049adb82ab9f51b07dc9e13c4dcef9a3a12fae7238d9ff4f8c847802080240f5b543d12e54310c54d3ce38d23065f412465f8fa91117b3a416782fba0d7b98 -MISC metadata.xml 408 BLAKE2B 86b95efa86d25f2fdfa4a15280f59b4954a4acc27797c515e3405ff2a919f1f8dcf14eecd599cc9905cf8c006d750da25a857ba62ea38073a58ff1f0804bb4fd SHA512 a21333b02911e94fd2728b0d6235f9af81e4ec258a20ee5d5f09c88364fc08bfc1f5e99a5ae40cb01bb3f19047bba958dffa46543fe93ce9b8c0c588b880be67 +EBUILD flufl-bounce-4.0.ebuild 657 BLAKE2B d480c459749d316d6b543e1921c1d7ed661448b3b7c784226a37681619db94bd374126729d384afec145d9ed292d2b06265f47f1e3a20e8c56cebe8db4eb4e74 SHA512 4a45d10050eaea825b7ced9773eeec34be6189c5321f2f4f7af66d93609df5bad18f464137a6d69563e502139ee98bcd158faf28db0cdd9d2e7ffd6cd93fdfd5 +MISC metadata.xml 491 BLAKE2B a9abb4e0eba63bf300490357dae159c12bbee1854448653962706844dbbe1539c61b3b705089d87c7de02c3dc27b43dcf4805da3d7617f08936bbcbfdb4b8713 SHA512 015c5d164846ed3ee6f94d045c9ed6fe1705dbcfdc20d42ba787f443cc0a24c900dd77e40091f94e9eec747b6eb54cf70a837a95627463d28c84db297eb35259 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 000000000000..fb2312fbbe76 --- /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 +} diff --git a/dev-python/flufl-bounce/metadata.xml b/dev-python/flufl-bounce/metadata.xml index dc01cb742b0d..ace3341bb63d 100644 --- a/dev-python/flufl-bounce/metadata.xml +++ b/dev-python/flufl-bounce/metadata.xml @@ -8,7 +8,9 @@ <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> </upstream> </pkgmetadata> |