diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-06-07 01:24:59 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-06-07 01:24:59 +0000 |
| commit | 844c4dd27c5439ed810fdb667bf0023eb1a06795 (patch) | |
| tree | 0f5edd906f986ea5a7f446f9caa761683073a6b0 /dev-python/imapclient | |
| parent | aea1c682c0ad600b81d4ae5d2b6bffa445dfe73d (diff) | |
| download | baldeagleos-repo-844c4dd27c5439ed810fdb667bf0023eb1a06795.tar.gz baldeagleos-repo-844c4dd27c5439ed810fdb667bf0023eb1a06795.tar.xz baldeagleos-repo-844c4dd27c5439ed810fdb667bf0023eb1a06795.zip | |
Adding metadata
Diffstat (limited to 'dev-python/imapclient')
| -rw-r--r-- | dev-python/imapclient/imapclient-2.3.1.ebuild | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/dev-python/imapclient/imapclient-2.3.1.ebuild b/dev-python/imapclient/imapclient-2.3.1.ebuild index 3b0a7cda709c..e16785a5ac9d 100644 --- a/dev-python/imapclient/imapclient-2.3.1.ebuild +++ b/dev-python/imapclient/imapclient-2.3.1.ebuild @@ -9,8 +9,14 @@ PYTHON_COMPAT=( python3_{7,8,9,10,11} ) 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}.gh.tar.gz" +HOMEPAGE=" + https://github.com/mjs/imapclient/ + https://pypi.org/project/IMAPClient/ +" +SRC_URI=" + https://github.com/mjs/imapclient/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" LICENSE="BSD" SLOT="0" |
