From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/routes/
Date: Sun, 15 Nov 2020 07:54:20 +0000 (UTC) [thread overview]
Message-ID: <1605425909.670f55abf77545f3b9bc86f4411b49addfb6802d.mgorny@gentoo> (raw)
commit: 670f55abf77545f3b9bc86f4411b49addfb6802d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 15 07:38:29 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Nov 15 07:38:29 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=670f55ab
dev-python/routes: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/routes/Manifest | 1 -
dev-python/routes/routes-2.4.1-r1.ebuild | 50 --------------------------------
2 files changed, 51 deletions(-)
diff --git a/dev-python/routes/Manifest b/dev-python/routes/Manifest
index 68ceaccf390..319143004d0 100644
--- a/dev-python/routes/Manifest
+++ b/dev-python/routes/Manifest
@@ -1,2 +1 @@
-DIST Routes-2.4.1.tar.gz 182403 BLAKE2B 21a079616e1533af8fae44b0ad428b3309e5e8d1e27dddddbf3632cb3e1f5286225aec73246012a8c7c22d59d755be27f10fa09ab6ee6b34f71c6c540dfd36e4 SHA512 b0566f10ca83af0459e9c59fa2217bdc5ebf349d944396bcb21ffa731ad189c642e409381979cb5da3153630c24f20aa974a99711f16aca9f91413976af2bb04
DIST Routes-2.5.1.tar.gz 190905 BLAKE2B e1498d0a26c7ebb1ee423ad211221f648d5bab4d37effac8c34a5f5189558a62c3ab34780f98f6a1620a261efc6085afd54f0827ac0e7a80217de7ae2226580a SHA512 06ec9a8426ced86524096703de47e3da2fa08bd0ed8c962d451b4338966804245b5074077021fb58a5afcb63acd6dcffa05a89703b8b54841a69a4cdff12b755
diff --git a/dev-python/routes/routes-2.4.1-r1.ebuild b/dev-python/routes/routes-2.4.1-r1.ebuild
deleted file mode 100644
index 7f92c712c81..00000000000
--- a/dev-python/routes/routes-2.4.1-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6..9} pypy3 )
-
-inherit distutils-r1
-
-MY_PN="Routes"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="A re-implementation of Rails routes system, mapping URLs to Controllers/Actions"
-HOMEPAGE="https://routes.readthedocs.io/en/latest/ https://pypi.org/project/Routes/"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ia64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="doc"
-
-RDEPEND="
- >=dev-python/repoze-lru-0.3[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
- test? ( dev-python/webob[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests nose
-distutils_enable_sphinx doc
-
-# The testsuite appears to be held back by the author
-
-# https://github.com/bbangert/routes/issues/42 presents a patch
-# for the faulty docbuild converted to sed stmnts
-python_prepare_all() {
- # The default theme in sphinx switched to classic from shpinx-1.3.1
- if has_version ">=dev-python/sphinx-1.3.1"; then
- sed -e "s:html_theme_options = {:html_theme = 'classic'\n&:" \
- -i docs/conf.py || die
- else
- sed -e "s:html_theme_options = {:html_theme = 'default'\n&:" \
- -i docs/conf.py || die
- fi
- sed -e "s:changes:changes\n todo:" \
- -i docs/index.rst || die
-
- distutils-r1_python_prepare_all
-}
next reply other threads:[~2020-11-15 7:54 UTC|newest]
Thread overview: 50+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-15 7:54 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-12 18:24 [gentoo-commits] repo/gentoo:master commit in: dev-python/routes/ Sam James
2025-03-01 19:01 Arthur Zamarin
2025-02-16 20:33 Michał Górny
2025-01-04 15:08 Sam James
2024-11-30 16:43 Michał Górny
2024-10-25 12:09 Arthur Zamarin
2024-07-11 21:39 James Le Cuirot
2024-06-15 13:47 Michał Górny
2023-11-05 16:27 Michał Górny
2023-06-06 17:58 Arthur Zamarin
2023-01-03 2:53 WANG Xuerui
2022-11-18 15:14 Arthur Zamarin
2022-10-22 14:54 Michał Górny
2022-09-10 18:28 Arthur Zamarin
2022-09-08 5:19 Sam James
2022-06-24 11:40 Michał Górny
2022-06-21 18:48 Arthur Zamarin
2022-06-21 18:38 Arthur Zamarin
2022-05-22 8:40 Michał Górny
2022-05-22 8:40 Michał Górny
2021-09-02 13:27 Marek Szuba
2021-07-04 16:55 Michał Górny
2021-07-04 8:28 Michał Górny
2021-01-01 6:11 Sam James
2020-11-15 5:19 Sam James
2020-11-14 22:13 Michał Górny
2020-10-14 15:27 Michał Górny
2020-10-14 7:04 Michał Górny
2020-07-13 23:13 Sam James
2020-07-06 11:57 Michał Górny
2020-06-22 19:05 Mart Raudsepp
2020-06-21 11:18 Michał Górny
2020-06-04 14:06 Michał Górny
2020-05-30 20:33 Sergei Trofimovich
2020-05-30 16:20 Michał Górny
2020-05-04 12:17 Michał Górny
2020-05-03 19:02 Agostino Sarubbo
2020-05-01 15:44 Michał Górny
2020-03-27 0:29 Patrick McLean
2020-02-25 8:17 Georgy Yakovlev
2020-02-05 21:21 Michał Górny
2019-04-09 7:05 Matthew Thode
2018-05-01 18:40 Michał Górny
2017-06-15 17:37 Pacho Ramos
2016-03-25 4:13 Matt Thode
2016-02-28 6:12 Matt Thode
2015-11-16 16:26 Agostino Sarubbo
2015-11-16 16:15 Agostino Sarubbo
2015-08-20 2:28 Ian Delaney
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=1605425909.670f55abf77545f3b9bc86f4411b49addfb6802d.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