From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/imapclient/
Date: Thu, 4 Jan 2018 21:50:44 +0000 (UTC) [thread overview]
Message-ID: <1515102630.876c69b8de39357064dfa4d4533e6fa8bed2c4a5.mgorny@gentoo> (raw)
commit: 876c69b8de39357064dfa4d4533e6fa8bed2c4a5
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 4 20:37:49 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan 4 21:50:30 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=876c69b8
dev-python/imapclient: Clean old up
dev-python/imapclient/Manifest | 1 -
dev-python/imapclient/imapclient-0.12.ebuild | 62 ----------------------------
2 files changed, 63 deletions(-)
diff --git a/dev-python/imapclient/Manifest b/dev-python/imapclient/Manifest
index d34758a74b3..38d18b9e8f3 100644
--- a/dev-python/imapclient/Manifest
+++ b/dev-python/imapclient/Manifest
@@ -1,2 +1 @@
-DIST IMAPClient-0.12.tar.gz 100698 BLAKE2B d5a9ce4285d468ac827c4f33b140317cbff45e28b503e601e2755463957d3eca0144e54f6f59b9564bd1d530d77f791714bd4a72fc44da7e4aace34970bac5a0 SHA512 bd7d3e3911ff5ef1cc4a66f20e261955851562e76228f941d35f16a4680678be6a3741d520cc3133925a2dba9e8b6b5b988d7a740ff8abb63c14db1cf962acda
DIST IMAPClient-0.13.tar.gz 102427 BLAKE2B f087b6e89c45810f359bed889345e6748ebf9ae90f6e3c4e013097a4e57d3f5ab0ec21906cfdccc03a344d92ccc442d58e38e687cd0761d86956047e89fedb03 SHA512 daebaf7f4180b6c9c6f4a486b313abfdd06f3ed8ece18a19bf46a50e56c2094e85de8a8e4efb8850566378eba016c10816611d03852caf637ee1d43f3c8a418f
diff --git a/dev-python/imapclient/imapclient-0.12.ebuild b/dev-python/imapclient/imapclient-0.12.ebuild
deleted file mode 100644
index 8c024c439d8..00000000000
--- a/dev-python/imapclient/imapclient-0.12.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_4} 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
-}
next reply other threads:[~2018-01-04 21:50 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-04 21:50 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-27 13:59 [gentoo-commits] repo/gentoo:master commit in: dev-python/imapclient/ Michał Górny
2024-07-06 16:27 Michał Górny
2023-12-09 18:15 Michał Górny
2023-12-09 18:12 Sam James
2023-12-09 14:58 Michał Górny
2023-12-09 14:22 Michał Górny
2023-12-02 13:11 Michał Górny
2023-10-27 12:56 Michał Górny
2023-06-06 16:12 Michał Górny
2022-07-24 16:29 Sam James
2021-06-03 19:22 Michał Górny
2021-02-19 2:41 Sam James
2021-02-19 0:50 Michał Górny
2021-01-17 9:02 Michał Górny
2020-11-17 17:43 Michał Górny
2020-03-27 15:37 Michał Górny
2017-08-05 9:15 Michael Palimaka
2017-07-31 10:37 Tobias Klausmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1515102630.876c69b8de39357064dfa4d4533e6fa8bed2c4a5.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox