diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-01-17 12:34:50 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-01-17 12:34:50 +0000 |
| commit | 9e570a52fd9cfdcddaef57098fd4565bdeda8eee (patch) | |
| tree | e7674b4ad4eabd918bd4b2f25ff2d02b16924e7e /dev-python/imapclient | |
| parent | 6fc802acb601618604b595ef8332e53d6dcb79eb (diff) | |
| download | baldeagleos-repo-9e570a52fd9cfdcddaef57098fd4565bdeda8eee.tar.gz baldeagleos-repo-9e570a52fd9cfdcddaef57098fd4565bdeda8eee.tar.xz baldeagleos-repo-9e570a52fd9cfdcddaef57098fd4565bdeda8eee.zip | |
Updating liguros repo
Diffstat (limited to 'dev-python/imapclient')
| -rw-r--r-- | dev-python/imapclient/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/imapclient/imapclient-2.2.0.ebuild | 27 |
2 files changed, 28 insertions, 0 deletions
diff --git a/dev-python/imapclient/Manifest b/dev-python/imapclient/Manifest index f0c7713f8662..50295fae8cf1 100644 --- a/dev-python/imapclient/Manifest +++ b/dev-python/imapclient/Manifest @@ -1 +1,2 @@ DIST imapclient-2.1.0.tar.gz 85925 BLAKE2B 9725be7988c4bec105fda73389241e39e6c006bccd8130125b280041d13becd6a71a1832763171daf25dfb4e7b4a7fc86c0a3afa93216c3dc4370b19348c0a5e SHA512 57e5824504f2667cf41ac4983130e16a5ea73ea37f29cdb16295eb725b56eda55db26a12e380acb579ef6b8540d38ae6badac5dd5b644d4419cbe9151f634e70 +DIST imapclient-2.2.0.tar.gz 89505 BLAKE2B 448e8c736cd80f261c50dd7d6fe88498bf988e475f8135bf7079021d0154904741ab8af28c0ede817ec1bd8c7bd329b1c891c24e37c3466d68287afa02d636c7 SHA512 ace8f55e0f7f4dbb9127b2bbf26cce4c12dce40357cf8127aa6e377321d5156f91f913bd4d4ca57bd5b7f0c86ae5d0b7fdf352b74a6edb7d607f46aa45a144a2 diff --git a/dev-python/imapclient/imapclient-2.2.0.ebuild b/dev-python/imapclient/imapclient-2.2.0.ebuild new file mode 100644 index 000000000000..3836910c76c2 --- /dev/null +++ b/dev-python/imapclient/imapclient-2.2.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) + +inherit distutils-r1 + +DESCRIPTION="easy-to-use, pythonic, and complete IMAP client library" +HOMEPAGE="https://github.com/mjs/imapclient" +SRC_URI="https://github.com/mjs/imapclient/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc examples" + +RDEPEND="dev-python/six[${PYTHON_USEDEP}]" + +distutils_enable_sphinx doc/src +distutils_enable_tests unittest + +python_install_all() { + distutils-r1_python_install_all + use examples && dodoc -r examples +} |
