diff --git a/dev-python/authheaders/Manifest b/dev-python/authheaders/Manifest new file mode 100644 index 0000000..91375b0 --- /dev/null +++ b/dev-python/authheaders/Manifest @@ -0,0 +1 @@ +DIST authheaders-0.15.2.tar.gz 107991 BLAKE2B 7e195dc4720d8af9144709ccb10f40bb42e6f043c732439d060f1b2911562a5b2597d18986c9b231291daba953f98e3febaba1fd57e8498ac33ffd1bd9120a4b SHA512 487bb7d7128e98fa673c0fd0038ce1c3042a5b49fc7a6ddb896b464543ffa9fa8112b80259c4d0bbb5f02f2d077dd8d75c478b55b5c0229c538416460e215c2c diff --git a/dev-python/authheaders/authheaders-0.15.2.ebuild b/dev-python/authheaders/authheaders-0.15.2.ebuild new file mode 100644 index 0000000..e52c0d5 --- /dev/null +++ b/dev-python/authheaders/authheaders-0.15.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 2019-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9..11} ) + +inherit distutils-r1 + +DESCRIPTION="A library wrapping email authentication header verification and generation" +HOMEPAGE=" + https://pypi.org/project/authheaders/ + https://github.com/ValiMail/authentication-headers/ +" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" + +RDEPEND=" + >=dev-python/authres-1.0.1[${PYTHON_USEDEP}] + dev-python/dkimpy[${PYTHON_USEDEP}] + dev-python/dnspython[${PYTHON_USEDEP}] + >=dev-python/publicsuffix-2.20190205[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest diff --git a/dev-python/authheaders/metadata.xml b/dev-python/authheaders/metadata.xml new file mode 100644 index 0000000..c7dd066 --- /dev/null +++ b/dev-python/authheaders/metadata.xml @@ -0,0 +1,17 @@ + + + + + python@gentoo.org + Python + + + prometheanfire@gentoo.org + Matthew Thode + + + + authheaders + ValiMail/authentication-headers + +