Search Criteria
Package Details: python2-imapclient 1.0.2-1
Git Clone URL: | https://aur.archlinux.org/python2-imapclient.git (read-only, click to copy) |
---|---|
Package Base: | python2-imapclient |
Description: | An easy-to-use, Pythonic and complete IMAP client library with no dependencies outside the Python standard library |
Upstream URL: | http://imapclient.freshfoo.com/ |
Licenses: | |
Submitter: | None |
Maintainer: | zeppelinlg |
Last Packager: | zeppelinlg |
Votes: | 18 |
Popularity: | 0.000003 |
First Submitted: | 2011-08-05 17:43 |
Last Updated: | 2017-05-31 13:22 |
Dependencies (3)
- python-backports.ssl
- python2
- python2-distribute (python2-setuptools) (make)
Latest Comments
bobpaul commented on 2018-03-01 16:57
To build successfully, now needs
depends=('python2' 'python-backports.ssl' 'python2-sphinx')
mgrimes commented on 2017-02-07 21:00
Seems like the current version on github specifies mock>=1.3.0.
kseistrup commented on 2016-08-20 06:26
pkg_resources.VersionConflict: (mock 2.0.0 (/usr/lib/python2.7/site-packages), Requirement.parse('mock==1.3.0'))
scippio commented on 2012-10-08 17:22
# Maintainer: Carol Alexandru shapeshifter@archlinux.us
pkgname=python2-imapclient
pkgver=0.9
pkgrel=1
pkgdesc="An easy-to-use, Pythonic and complete IMAP client library with no dependencies outside the Python standard library"
arch=('any')
url="http://imapclient.freshfoo.com/"
license=('BSD')
depends=('python2')
makedepends=('python2-distribute')
provides=()
conflicts=()
replaces=()
backup=()
options=(!emptydirs)
source=("http://freshfoo.com/projects/IMAPClient/IMAPClient-$pkgver.tar.gz")
md5sums=('80b437bf07d55744de47d795bc0e7501')
package() {
cd "$srcdir/IMAPClient-$pkgver"
python2 setup.py install --root=$pkgdir/ --optimize=1
}