public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/beaker/
Date: Fri, 27 Dec 2019 18:52:44 +0000 (UTC)	[thread overview]
Message-ID: <1577472733.df8ecd9ebd0063744a02df009554c466ff907a74.soap@gentoo> (raw)

commit:     df8ecd9ebd0063744a02df009554c466ff907a74
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 27 18:52:13 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Dec 27 18:52:13 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df8ecd9e

dev-python/beaker: Remove old

Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 dev-python/beaker/Manifest               |  1 -
 dev-python/beaker/beaker-1.6.4-r1.ebuild | 49 --------------------------------
 2 files changed, 50 deletions(-)

diff --git a/dev-python/beaker/Manifest b/dev-python/beaker/Manifest
index e7e31ef310a..d0c9400d7de 100644
--- a/dev-python/beaker/Manifest
+++ b/dev-python/beaker/Manifest
@@ -1,2 +1 @@
-DIST Beaker-1.6.4.tar.gz 54480 BLAKE2B 809b2d23fb95a21ab442b3be20ff5372630697baaf507fd26d8aefabeed422401de890c8de165a079bde4a05230cea244a8d5bf31b8b89e60a88b840de9cdedf SHA512 5a6835d01d0b1bee57844525f1223d74edd26f07cc769df6a8cfa77f44dda4435eb96639175928a1caf7c4f927ac3a674c0fd0e7f50f1aea91da7880de3a6704
 DIST beaker-1.8.1.tar.gz 80541 BLAKE2B b60ba47a41f5f039699324dcb403d99cbf3d7e7cdbf593e275e1d41e6abc86dc829fd9a582b80e6274d6459624218585239b1b623e70636e2a1d736c584ce245 SHA512 bd9c4a4bbf21749a59c50ffff1d1dbff8bc9116394f79924efc6be637fb8c1ffef91a8363da3375bffdcb0ba291b71b57f75303f3fbe111e8670a390058e9fa5

diff --git a/dev-python/beaker/beaker-1.6.4-r1.ebuild b/dev-python/beaker/beaker-1.6.4-r1.ebuild
deleted file mode 100644
index 2fbcff2d7d2..00000000000
--- a/dev-python/beaker/beaker-1.6.4-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# py3.3 unfit with some types
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-MY_PN="Beaker"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="A Session and Caching library with WSGI Middleware"
-HOMEPAGE="
-	https://github.com/bbangert/beaker
-	https://beaker.readthedocs.io/en/latest/
-	https://pypi.org/project/Beaker/"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-# webtest-based tests are skipped when webtest is not installed
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-	test? ( dev-python/mock[${PYTHON_USEDEP}]
-		dev-python/nose[${PYTHON_USEDEP}]
-		dev-python/webtest[${PYTHON_USEDEP}] )"
-RDEPEND=""
-
-S="${WORKDIR}/${MY_P}"
-
-python_prepare_all() {
-	# Workaround for http://bugs.python.org/issue11276.
-	sed -e "s/import anydbm/& as anydbm/;/import anydbm/a dbm = anydbm" \
-		-i beaker/container.py || die
-
-	distutils-r1_python_prepare_all
-}
-
-python_test() {
-	cp -r -l tests "${BUILD_DIR}"/ || die
-	pushd  "${BUILD_DIR}"/tests > /dev/null
-	nosetests || die "Tests fail with ${EPYTHON}"
-	popd > /dev/null
-}


             reply	other threads:[~2019-12-27 18:52 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-27 18:52 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-06-27 20:32 [gentoo-commits] repo/gentoo:master commit in: dev-python/beaker/ Pacho Ramos
2018-06-08  9:55 Mikle Kolyada
2018-05-14 12:38 Tobias Klausmann
2018-04-29 15:23 Mikle Kolyada
2018-04-29  7:35 Michał Górny
2018-04-16 21:03 Sergei Trofimovich
2018-04-16 18:36 Sergei Trofimovich
2018-04-15 18:58 Thomas Deutschmann
2018-04-14 17:46 Aaron Bauman
2018-01-02 22:14 Michał Górny
2017-05-17  7:38 Michał Górny
2017-05-16 22:42 Michał Górny
2017-05-16 22:42 Michał Górny
2017-05-16 22:42 Michał Górny
2017-05-16 22:42 Michał Górny
2017-05-16 22:42 Michał Górny
2017-05-16 22:42 Michał Górny
2017-05-16 22:42 Michał Górny
2017-02-02 18:43 David Seifert
2016-02-18 12:17 Patrick Lauer
2015-11-18 15:57 Justin Lecher
2015-08-15 12:23 Ian Delaney
2015-08-12 15:51 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=1577472733.df8ecd9ebd0063744a02df009554c466ff907a74.soap@gentoo \
    --to=soap@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