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 33A9E138359 for ; Wed, 4 Nov 2020 07:34:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8876E0948; Wed, 4 Nov 2020 07:34:16 +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 87B7DE0948 for ; Wed, 4 Nov 2020 07:34:16 +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 959FF340E29 for ; Wed, 4 Nov 2020 07:34:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1BBD843F for ; Wed, 4 Nov 2020 07:34:12 +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: <1604475247.2ba57a24fe855d096ccb474c2df798ca8d314c1d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-memcached/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-memcached/Manifest dev-python/python-memcached/python-memcached-1.59.ebuild X-VCS-Directories: dev-python/python-memcached/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2ba57a24fe855d096ccb474c2df798ca8d314c1d X-VCS-Branch: master Date: Wed, 4 Nov 2020 07:34:12 +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: de1e51cc-7889-4355-8a63-abc7597ecc7c X-Archives-Hash: e2c11221790353aaee05860adb07e878 commit: 2ba57a24fe855d096ccb474c2df798ca8d314c1d Author: Michał Górny gentoo org> AuthorDate: Wed Nov 4 07:26:30 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Nov 4 07:34:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ba57a24 dev-python/python-memcached: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/python-memcached/Manifest | 1 - .../python-memcached/python-memcached-1.59.ebuild | 47 ---------------------- 2 files changed, 48 deletions(-) diff --git a/dev-python/python-memcached/Manifest b/dev-python/python-memcached/Manifest index 00b745958fa..ad992bd85f4 100644 --- a/dev-python/python-memcached/Manifest +++ b/dev-python/python-memcached/Manifest @@ -1,2 +1 @@ DIST python-memcached-1.59-gh.tar.gz 32334 BLAKE2B de8d18ba887b03e4737b554cc4b0074a4f16745e26a8b3631a747c45019e1da83612677dc3e98f97d76e851320c61baafbd0a29231a826c14b7d3bf3e477f29e SHA512 d7ff45a329f2a9bf97fdc7c0268c2c67046c3501270fcf03578b955c2da35904d7bdecd4239924d390797ddff8f4cc69fc5743f4d4f663cdb9f2f8c7e8159512 -DIST python-memcached-1.59.tar.gz 22210 BLAKE2B 50387821d50cf974ada738346e016eb736043078721bf905782f41df1f27574244d03b6b94ac9e5ccab7aeecfa8ca4c5a78cec2c41d15fda8756c7cb3bce9aa1 SHA512 a25cbb9efb3babe85e1523bdabfe4644b93b3a6a7268787a3928f724f833ce0eea7d2ef676d1b7f894cdfe293129975b35cb46ec553c92810dbc18013bfabece diff --git a/dev-python/python-memcached/python-memcached-1.59.ebuild b/dev-python/python-memcached/python-memcached-1.59.ebuild deleted file mode 100644 index d394de41685..00000000000 --- a/dev-python/python-memcached/python-memcached-1.59.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) - -inherit distutils-r1 - -DESCRIPTION="Pure python memcached client" -HOMEPAGE=" - https://www.tummy.com/Community/software/python-memcached/ - https://pypi.org/project/python-memcached/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="OSL-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm64 ppc x86 ~amd64-linux ~x86-linux ~x86-macos" -IUSE="test" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - net-misc/memcached - dev-python/nose[${PYTHON_USEDEP}] - )" -RDEPEND="dev-python/six[${PYTHON_USEDEP}]" - -# Tests try to connect to memcached via TCP/IP. Please do not re-enable -# until you get them all to pass properly while using the UNIX socket -# only and not even trying to connect to memcached over TCP/IP. -RESTRICT=test - -python_test() { - # Note: partial. Needs fixing. Stuff like that. - - cd "${TMPDIR}" || die - - local memcached_opts=( -d -P memcached.pid -s memcached.socket ) - [[ ${EUID} == 0 ]] && memcached_opts+=( -u portage ) - - memcached "${memached_opts[@]}" || die - - "${PYTHON}" memcache.py --do-unix || die "Tests fail with ${EPYTHON}" - - kill "$(