public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/email-validator/
Date: Tue, 28 Apr 2020 17:30:10 +0000 (UTC)	[thread overview]
Message-ID: <1588092585.fa3a322f8b5060871d7a5f6a9a855d539539fcee.andrewammerlaan@gentoo> (raw)
Message-ID: <20200428173010.0NXaQiIGTY-HuIOHY7tYqL-p6fZfw4QXMRJFkaIebIc@z> (raw)

commit:     fa3a322f8b5060871d7a5f6a9a855d539539fcee
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Apr 28 16:49:45 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Apr 28 16:49:45 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fa3a322f

dev-python/email-validator: Robust email syntax and deliverability validation

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/email-validator/Manifest                |  1 +
 .../email-validator/email-validator-1.0.5.ebuild   | 29 ++++++++++++++++++++++
 dev-python/email-validator/metadata.xml            | 13 ++++++++++
 3 files changed, 43 insertions(+)

diff --git a/dev-python/email-validator/Manifest b/dev-python/email-validator/Manifest
new file mode 100644
index 0000000..0d4734b
--- /dev/null
+++ b/dev-python/email-validator/Manifest
@@ -0,0 +1 @@
+DIST email-validator-1.0.5.tar.gz 14109 BLAKE2B b67425913baecd1629120dc2b17eadd904d20b99bf2a2b2650efed873961323a15f843b6024c09f83bf51b46ab363f0c3ffc31a8ce5a4af8b930f0e352ee90a9 SHA512 e9dd0ee8dfc603e40591eb8cd4e58c32331c1b9450feb4ae0ff27e1d655d0abb2c8a46b7d0cb43d7e037964f0c120dbad6bf32a60dfe297fb552058733ffd173

diff --git a/dev-python/email-validator/email-validator-1.0.5.ebuild b/dev-python/email-validator/email-validator-1.0.5.ebuild
new file mode 100644
index 0000000..55651d6
--- /dev/null
+++ b/dev-python/email-validator/email-validator-1.0.5.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+# Tests are not in release tarballs
+MYPN="python-${PN}"
+MYP="${MYPN}-${PV}"
+
+DESCRIPTION="A robust email syntax and deliverability validation library"
+HOMEPAGE="https://github.com/JoshData/python-email-validator"
+SRC_URI="https://github.com/JoshData/${MYPN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="CC0-1.0"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+S="${WORKDIR}/${MYP}"
+
+RDEPEND="
+	dev-python/idna[${PYTHON_USEDEP}]
+	dev-python/dnspython[${PYTHON_USEDEP}]
+"

diff --git a/dev-python/email-validator/metadata.xml b/dev-python/email-validator/metadata.xml
new file mode 100644
index 0000000..c54fc0e
--- /dev/null
+++ b/dev-python/email-validator/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+	<maintainer type="person">
+		<email>andrewammerlaan@riseup.net</email>
+		<name>Andrew Ammerlaan</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">JoshData/python-email-validator</remote-id>
+		<remote-id type="pypi">email-validator</remote-id>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2020-04-28 17:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-29 11:12 Andrew Ammerlaan [this message]
2020-04-28 17:30 ` [gentoo-commits] repo/proj/guru:dev commit in: dev-python/email-validator/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2020-05-01 15:36 Andrew Ammerlaan
2020-05-01 15:39 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan

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=1588092585.fa3a322f8b5060871d7a5f6a9a855d539539fcee.andrewammerlaan@gentoo \
    --to=andrewammerlaan@riseup.net \
    --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