dev-python: email-validator moved to ::gentoo

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2020-05-21 19:52:58 +02:00
parent 07912058f3
commit 707d825675
4 changed files with 1 additions and 44 deletions

View File

@@ -1 +0,0 @@
DIST email-validator-1.1.0.tar.gz 18205 BLAKE2B 5cbf360cb8181c33b4876b4380da704e4a4f7525ce864e503b7793ad80a8a6725aaa145ccfc9ac94865572d05668bbed2fc1741c69b1fa24411158a64b716c6e SHA512 9eb3636298dcfc71aa2dada3e10044966181d1a6e5f7cd397a3143c82a855760cf69b129b573f01d75702b96f78da9a9799350bdf6eb8f12cfd7daa013e71604

View File

@@ -1,29 +0,0 @@
# 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}]
"

View File

@@ -1,13 +0,0 @@
<?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>

View File

@@ -33,7 +33,7 @@ DEPEND="test? (
RDEPEND="
>=dev-python/devtools-0.5.1[${PYTHON_USEDEP}]
>=dev-python/email-validator-1.0.5[${PYTHON_USEDEP}]
>=dev-python/python-email-validator-1.0.5[${PYTHON_USEDEP}]
>=dev-python/python-dotenv-0.13.0[${PYTHON_USEDEP}]
dev-python/typing-extensions[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/dataclasses[${PYTHON_USEDEP}]' python3_6)