summaryrefslogtreecommitdiff
path: root/dev-python/imapclient
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-python/imapclient
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-python/imapclient')
-rw-r--r--dev-python/imapclient/Manifest4
-rw-r--r--dev-python/imapclient/files/0.12-tests.patch36
-rw-r--r--dev-python/imapclient/imapclient-0.13.ebuild62
-rw-r--r--dev-python/imapclient/metadata.xml11
4 files changed, 0 insertions, 113 deletions
diff --git a/dev-python/imapclient/Manifest b/dev-python/imapclient/Manifest
deleted file mode 100644
index c2c656337ea0..000000000000
--- a/dev-python/imapclient/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX 0.12-tests.patch 1596 BLAKE2B 2150cdfd5ae8135f83bd77f6260ab9bc4c2396c9ec6c7fe0e6d4c595ccf09272fd6b991aac89e93f3e267ab129ac15a0ba7c1589af291001987f9be5b279fd87 SHA512 87cd44146f273bf4d77df34eeb4f921eaaa36bfed951769b7c7b8b729b21ca078f8e7a907d98529f917c88754c48b5cc08acb53ac7786dd6b205b567a50d2c0d
-DIST IMAPClient-0.13.tar.gz 102427 BLAKE2B f087b6e89c45810f359bed889345e6748ebf9ae90f6e3c4e013097a4e57d3f5ab0ec21906cfdccc03a344d92ccc442d58e38e687cd0761d86956047e89fedb03 SHA512 daebaf7f4180b6c9c6f4a486b313abfdd06f3ed8ece18a19bf46a50e56c2094e85de8a8e4efb8850566378eba016c10816611d03852caf637ee1d43f3c8a418f
-EBUILD imapclient-0.13.ebuild 1714 BLAKE2B 0cdf72a709583a9937e81219f76f5a6ba159dfe9b12b33c6d011d5b53407641e212272c9c9fa370feedafb7227ffd6c082ac6ab1b9c85925f6c63fd16f4ad2c2 SHA512 3bfdc98ee2e723cafb291a2e3a2994f12f55cacf5c0b804c3b7633980fea0656c3cc79e29fc81734707e9a1f901b85c48b4a557f5c549407df94199de9bdb1cf
-MISC metadata.xml 313 BLAKE2B 89d6cfc58f1d5e5e5e0737bf8fafc74e26800234041390fdc259aaf4a49b9c8aacbf9c5c2c55e8ddac4b5010dd70a2ca349f41ee15a0812335522354381bd151 SHA512 b8b32e8bfcf59a3f7134ca2f562365c02e590a2d6e8e5eae9c6d3dbe2d4918b973b614aa38650cc67a5c34167b6293f4dede92e53f635f079a050bb26289d48b
diff --git a/dev-python/imapclient/files/0.12-tests.patch b/dev-python/imapclient/files/0.12-tests.patch
deleted file mode 100644
index 0bd0d001e6e1..000000000000
--- a/dev-python/imapclient/files/0.12-tests.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-diff -ur IMAPClient-0.12.orig/imapclient/test/test_imapclient.py IMAPClient-0.12/imapclient/test/test_imapclient.py
---- imapclient/test/test_imapclient.py 2015-01-12 19:36:18.000000000 +0800
-+++ imapclient/test/test_imapclient.py 2015-01-17 08:42:46.669121934 +0800
-@@ -10,7 +10,7 @@
- from datetime import datetime
- from mock import patch, sentinel, Mock
-
--from imapclient import six
-+import six
- from imapclient.fixed_offset import FixedOffset
- from .testable_imapclient import TestableIMAPClient as IMAPClient
- from .imapclient_test import IMAPClientTest
-diff -ur IMAPClient-0.12.orig/imapclient/test/test_imap_utf7.py IMAPClient-0.12/imapclient/test/test_imap_utf7.py
---- imapclient/test/test_imap_utf7.py 2015-01-12 19:36:18.000000000 +0800
-+++ imapclient/test/test_imap_utf7.py 2015-01-17 08:43:23.893392410 +0800
-@@ -4,7 +4,7 @@
-
- from __future__ import unicode_literals
-
--from imapclient.six import text_type, binary_type, int2byte, unichr
-+from six import text_type, binary_type, int2byte, unichr
- from imapclient.imap_utf7 import decode, encode
- from imapclient.test.util import unittest
-
-diff -ur IMAPClient-0.12.orig/imapclient/test/test_response_lexer.py IMAPClient-0.12/imapclient/test/test_response_lexer.py
---- imapclient/test/test_response_lexer.py 2015-01-12 19:36:18.000000000 +0800
-+++ imapclient/test/test_response_lexer.py 2015-01-17 08:42:14.749747748 +0800
-@@ -5,7 +5,7 @@
- from __future__ import unicode_literals
-
- from imapclient.response_lexer import TokenSource
--from imapclient.six import next
-+from six import next
- from imapclient.test.util import unittest
-
-
diff --git a/dev-python/imapclient/imapclient-0.13.ebuild b/dev-python/imapclient/imapclient-0.13.ebuild
deleted file mode 100644
index 1bb557f59606..000000000000
--- a/dev-python/imapclient/imapclient-0.13.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
-
-inherit distutils-r1
-
-MY_PN="IMAPClient"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="easy-to-use, pythonic, and complete IMAP client library"
-HOMEPAGE="http://imapclient.freshfoo.com/"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc examples test"
-
-RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7 pypy) )"
-
-S=${WORKDIR}/${MY_P}
-
-python_prepare_all() {
- # use system setuptools
- sed -i '/use_setuptools/d' setup.py || die
-
- # drop explicit mock version test dep
- sed -i "/tests_require/s:'mock==.\+':'mock':" setup.py || die
-
- # use system six library. patch proven less preferable to use of sed (< maintenance)
- # but a copy of the working hunks from prior version works fine for now.
- rm imapclient/six.py || die
- epatch "${FILESDIR}"/0.12-tests.patch
- sed -e 's:from .six:from six:g' \
- -e 's:from . import six:import six:g' \
- -i ${PN}/*.py || die
-
- distutils-r1_python_prepare_all
-}
-
-python_test() {
- "${PYTHON}" -m unittest discover || die "tests failed under ${EPYTHON}"
-}
-
-python_install() {
- distutils-r1_python_install
- # don't install examples and tests in module dir
- rm -r "${D}"$(python_get_sitedir)/imapclient/{examples,test} || die
-}
-
-python_install_all() {
-# local DOCS=( AUTHORS HACKING.rst NEWS.rst README.rst THANKS )
- use doc && local HTML_DOCS=( doc/html/. )
- distutils-r1_python_install_all
- use examples && dodoc -r ${PN}/examples
-}
diff --git a/dev-python/imapclient/metadata.xml b/dev-python/imapclient/metadata.xml
deleted file mode 100644
index 918bf0e26c80..000000000000
--- a/dev-python/imapclient/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <upstream>
- <remote-id type="pypi">IMAPClient</remote-id>
- </upstream>
-</pkgmetadata>