public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/email-validator/
Date: Mon, 23 Oct 2023 12:35:19 +0000 (UTC)	[thread overview]
Message-ID: <1698064484.c8cc6a1a394fe5b816bdd9ad265491781f944ac4.mgorny@gentoo> (raw)

commit:     c8cc6a1a394fe5b816bdd9ad265491781f944ac4
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 23 12:17:34 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Oct 23 12:34:44 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8cc6a1a

dev-python/email-validator: Bump to 2.1.0_p1

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/email-validator/Manifest                |  1 +
 .../email-validator-2.1.0_p1.ebuild                | 31 ++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/email-validator/Manifest b/dev-python/email-validator/Manifest
index 53c35c66a799..409c9eecde0b 100644
--- a/dev-python/email-validator/Manifest
+++ b/dev-python/email-validator/Manifest
@@ -1,2 +1,3 @@
 DIST email_validator-2.0.0.post2.tar.gz 45253 BLAKE2B b213ebab2a10acf6c2ab95d382fa78ef92f41ff85ce25c1cfa5a65403e728fd05c66df3dccbaec77eea469d0665701ad5d8047c31e69b57ed8e6fe52f3a1f9c5 SHA512 8c4abc955d909ef05ca89d6c6931bce06de199c33c5f8d0744d44ff00ee69c1841f295882af3da03963cc90ef031da46cdaef90249f73e0c7b47f19dfb816b62
+DIST email_validator-2.1.0.post1.tar.gz 46288 BLAKE2B 0321869435485f69bb31b5eb59b778e72add7df4c24815fded9f71740a3fabe48b0a2cf705df692a699d4370f8ab25af946c526b4cec2d9d04777fcb4f37f9ad SHA512 a9ed642bf3c8f80b3a5e832f31e4ea114dcb012afe162439803a499a7ad016b10f6a25092cc61e445f91a1fe1ab6cfb7eb0aca054fd5458c0b935baf92735739
 DIST email_validator-2.1.0.tar.gz 46254 BLAKE2B 2bb1740a4c205d159cb968c405e18384b9c34cf38477919c1f7b5a42d0677e6186769445cf516b0aa142e9aeeb0a800bb80d59e32219fc78fd9a199f78683da2 SHA512 c53d1700fdeac5e1e4240916647d6dc406174f1e249c94e0127832177e549ad8aa4115d4d238947e7a3da35e2748f788695ac22d0dc66a3d135b01de825a8356

diff --git a/dev-python/email-validator/email-validator-2.1.0_p1.ebuild b/dev-python/email-validator/email-validator-2.1.0_p1.ebuild
new file mode 100644
index 000000000000..2de9d92d52cb
--- /dev/null
+++ b/dev-python/email-validator/email-validator-2.1.0_p1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_PN=email-validator
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A robust email syntax and deliverability validation library"
+HOMEPAGE="
+	https://github.com/JoshData/python-email-validator/
+	https://pypi.org/project/email-validator/
+"
+
+LICENSE="CC0-1.0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+SLOT="0"
+
+RDEPEND="
+	>=dev-python/idna-2.8[${PYTHON_USEDEP}]
+	>=dev-python/dnspython-1.15.0[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+	epytest -m "not network"
+}


             reply	other threads:[~2023-10-23 12:35 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-23 12:35 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-06  6:35 [gentoo-commits] repo/gentoo:master commit in: dev-python/email-validator/ Michał Górny
2024-07-06  6:11 Sam James
2024-06-21  1:58 Michał Górny
2024-06-17  2:52 Michał Górny
2024-05-17 17:38 Michał Górny
2024-03-13 15:02 Michał Górny
2024-03-13 15:01 Michał Górny
2024-03-13 13:50 Arthur Zamarin
2024-02-27  6:38 Michał Górny
2023-11-22 11:06 Michał Górny
2023-11-22 11:06 Michał Górny
2023-10-22 19:14 Michał Górny
2023-05-28 11:36 Sam James

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1698064484.c8cc6a1a394fe5b816bdd9ad265491781f944ac4.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox