public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/frozen-flask/
Date: Mon, 12 Jul 2021 22:53:31 +0000 (UTC)	[thread overview]
Message-ID: <1626130045.8598676aa1ea71670565a1ce0d906a9e1bddadb0.mgorny@gentoo> (raw)

commit:     8598676aa1ea71670565a1ce0d906a9e1bddadb0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 12 22:47:25 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jul 12 22:47:25 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8598676a

dev-python/frozen-flask: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/frozen-flask/Manifest                 |  2 --
 dev-python/frozen-flask/frozen-flask-0.15.ebuild | 34 ------------------------
 dev-python/frozen-flask/frozen-flask-0.17.ebuild | 26 ------------------
 3 files changed, 62 deletions(-)

diff --git a/dev-python/frozen-flask/Manifest b/dev-python/frozen-flask/Manifest
index 9bd15ed2e70..c58d5b858a4 100644
--- a/dev-python/frozen-flask/Manifest
+++ b/dev-python/frozen-flask/Manifest
@@ -1,3 +1 @@
-DIST Frozen-Flask-0.15.tar.gz 477516 BLAKE2B 1f9ecc59cabc547f7c4358c5fbbde0c57264a6c8e45bcf567c00f5c20eef288b8d261edf878e1295ef702d863c16dd605b59982abfe4daf9f073b29787b01921 SHA512 8cb80ccb5018abdaaf53a43c219504d57f2630af3d8d5c7bd6bee44c7cf483f50530bc00ff49fd674d54c0e1f6a5e0caa004bff04e95dec7f58a8bb443a36241
-DIST Frozen-Flask-0.17.tar.gz 179081 BLAKE2B ddd029bdcebfc6a682de5e052bfed50ede18cfeab29655d321dcbdf38070c61c4c9c2d2424a43d170ea34d7ea512b029014786b6f6a48b90d024ad512ccb0861 SHA512 278aff5ac5f581963f0b5935c7b52b44c93ba6dcac735ee3802bba899faa35ed6a170fcf2d6f7507948b277e6de9a30f46f99f0e61e94fc0c670181ec35ddf53
 DIST Frozen-Flask-0.18.tar.gz 179245 BLAKE2B a82695892aef9b6b4e3aeb91f12f78d7d661f2f2b0efc57c11f64524ed467b85d8d9e0e7b147cb78c3d0a641dfef0f683e0f77cfda560aada79e1b435424c0ce SHA512 6c2e4d900547cc5c0de4af23b96c5b9e1925101fb40f710bedc67ac52c303282aa223f6972f5b9cc813878bb15eb90cb0a007619dd5a9db2dec762f04dcc7ba0

diff --git a/dev-python/frozen-flask/frozen-flask-0.15.ebuild b/dev-python/frozen-flask/frozen-flask-0.15.ebuild
deleted file mode 100644
index d34cbdb14e7..00000000000
--- a/dev-python/frozen-flask/frozen-flask-0.15.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{7,8,9} )
-
-inherit distutils-r1
-
-MY_PN="Frozen-Flask"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Freezes a Flask application into a set of static files"
-HOMEPAGE="https://github.com/Frozen-Flask/Frozen-Flask https://pypi.org/project/Frozen-Flask/"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc test"
-
-RDEPEND=">=dev-python/flask-0.7[${PYTHON_USEDEP}]"
-DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests nose
-
-python_compile_all() {
-	if use doc; then
-		sed -i "s/'sphinx.ext.intersphinx'//" -i docs/conf.py || die
-		sphinx-build -c docs docs docs/_build  || die
-		HTML_DOCS=( docs/_build/. )
-	fi
-}

diff --git a/dev-python/frozen-flask/frozen-flask-0.17.ebuild b/dev-python/frozen-flask/frozen-flask-0.17.ebuild
deleted file mode 100644
index 2b5a9bfaed6..00000000000
--- a/dev-python/frozen-flask/frozen-flask-0.17.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{7..9} )
-
-inherit distutils-r1
-
-MY_PN="Frozen-Flask"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Freezes a Flask application into a set of static files"
-HOMEPAGE="https://github.com/Frozen-Flask/Frozen-Flask https://pypi.org/project/Frozen-Flask/"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="<dev-python/flask-2[${PYTHON_USEDEP}]"
-
-distutils_enable_sphinx docs \
-	dev-python/flask-sphinx-themes
-distutils_enable_tests nose


             reply	other threads:[~2021-07-12 22:53 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-12 22:53 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-17  9:58 [gentoo-commits] repo/gentoo:master commit in: dev-python/frozen-flask/ Michał Górny
2024-11-22 19:30 [gentoo-commits] repo/gentoo:master commit in: dev-python/Frozen-Flask/ Michał Górny
2024-02-24 10:26 Sam James
2024-02-09 18:45 Arthur Zamarin
2023-12-27 16:43 Michał Górny
2023-12-09 15:54 Michał Górny
2023-12-09 15:47 Michał Górny
2023-12-09 14:37 Michał Górny
2023-12-09 14:30 Michał Górny
2023-11-11 20:23 Michał Górny
2023-11-11 20:23 Michał Górny
2023-10-20 12:59 Michał Górny
2023-03-17 15:21 Michał Górny
2022-08-03  7:04 Michał Górny
2022-08-02 20:27 Sam James
2022-07-02 11:36 Michał Górny
2022-07-02 11:36 Michał Górny
2021-07-12 21:50 [gentoo-commits] repo/gentoo:master commit in: dev-python/frozen-flask/ Sam James
2021-06-15 21:32 Michał Górny
2021-06-02 23:14 Michał Górny
2021-03-04  4:19 Sam James
2021-03-04  4:19 Sam James
2020-07-04  9:07 Michał Górny
2020-04-22 18:40 Michał Górny
2020-03-11  6:35 Michał Górny
2018-06-24 14:09 Jason Zaman
2018-06-24 13:53 Louis Sautier
2018-06-24 11:31 Pacho Ramos
2018-06-19 19:13 Patrice Clement
2018-01-03 23:35 Michał Górny
2017-09-16 17:10 Patrick Lauer
2017-05-02 13:11 Michał Górny
2016-10-20 17:30 Patrick Lauer
2016-01-03 16:41 Patrick Lauer

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=1626130045.8598676aa1ea71670565a1ce0d906a9e1bddadb0.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