From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 75B5C138350 for ; Tue, 21 Apr 2020 08:08:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B176E09A1; Tue, 21 Apr 2020 08:08:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 001B8E09A1 for ; Tue, 21 Apr 2020 08:08:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 19DBD34EEE9 for ; Tue, 21 Apr 2020 08:08:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D7A41F0 for ; Tue, 21 Apr 2020 08:08:21 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1587456497.c67df0e39a9dc978f1cf039f46c27157364bf929.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/diskcache/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/diskcache/Manifest dev-python/diskcache/diskcache-4.1.0.ebuild X-VCS-Directories: dev-python/diskcache/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c67df0e39a9dc978f1cf039f46c27157364bf929 X-VCS-Branch: master Date: Tue, 21 Apr 2020 08:08:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d5407d27-b363-4618-be97-18ab61c3abd8 X-Archives-Hash: 53d84b7dc326060a5ae56bbf408b52fd commit: c67df0e39a9dc978f1cf039f46c27157364bf929 Author: Michał Górny gentoo org> AuthorDate: Tue Apr 21 08:03:18 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Apr 21 08:08:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c67df0e3 dev-python/diskcache: Bump to 4.1.0, py3.{7,8} Signed-off-by: Michał Górny gentoo.org> dev-python/diskcache/Manifest | 1 + dev-python/diskcache/diskcache-4.1.0.ebuild | 48 +++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+) diff --git a/dev-python/diskcache/Manifest b/dev-python/diskcache/Manifest index 5cf476e6d6b..a6fee4ee673 100644 --- a/dev-python/diskcache/Manifest +++ b/dev-python/diskcache/Manifest @@ -1 +1,2 @@ DIST diskcache-3.1.0.tar.gz 489821 BLAKE2B 56b54662f31172f4f746ce885d57a3e9f34af9d7318300fe6906aee1b3373919f6ee33922ab30b7979cc6e271f2f780894438b4114483a7c76f198fb7b2213c1 SHA512 30ea3e6c1ed6430c1a7e3bf022bd9233e89a2486308d1f48f6e2f0b50ccc1ee50dade7c55d98a5611ef384bd193cd28f7e65f5737bae00845b17c159177dd345 +DIST diskcache-4.1.0.gh.tar.gz 658268 BLAKE2B 7712892a15e0f7b34b05c48071b4ed22f94ff4c8b6e66dff5591296d7186c686958ef3ec19994b6965319ba3e601850a1782f7ac8ed09090afda4b75ae16a12b SHA512 3871e56fa9a50942e29e200df74d7f4312d21a0f51d6be2041ce71efd3c1d0c204cc1df5ac1f92825314c742bb48bf8b0a3929cee225055903953e095701c8e3 diff --git a/dev-python/diskcache/diskcache-4.1.0.ebuild b/dev-python/diskcache/diskcache-4.1.0.ebuild new file mode 100644 index 00000000000..36f1dadb121 --- /dev/null +++ b/dev-python/diskcache/diskcache-4.1.0.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_REQ_USE="sqlite" + +inherit distutils-r1 + +HOMEPAGE="http://www.grantjenks.com/docs/diskcache/ + https://github.com/grantjenks/python-diskcache/" +DESCRIPTION="Disk and file backed cache" +SRC_URI=" + https://github.com/grantjenks/python-diskcache/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz" +S=${WORKDIR}/python-diskcache-${PV} + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + +BDEPEND=" + test? ( + dev-python/mock[${PYTHON_USEDEP}] + ) +" + +distutils_enable_sphinx docs +distutils_enable_tests pytest + +src_prepare() { + # remove dep on pytest-xdist + sed -i -e '/-n auto/d' tox.ini || die + # requires django-1.1* + rm diskcache/djangocache.py || die + sed -e '/diskcache\.djangocache/d' \ + -e 's:test_djangocache:_&:' \ + -i tests/test_doctest.py || die + rm tests/test_djangocache.py || die + + distutils-r1_src_prepare +} + +pkg_postinst() { + elog "Please note that the Gentoo package does not install the djangocache" + elog "submodule as it requires old version of dev-python/django." +}