public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/flask-restx/
Date: Thu, 25 Apr 2024 21:49:04 +0000 (UTC)	[thread overview]
Message-ID: <1714072060.dd413101d347a539b1a7a3f9d9b3be7f79016f06.julien@gentoo> (raw)

commit:     dd413101d347a539b1a7a3f9d9b3be7f79016f06
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Thu Apr 25 19:00:44 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Thu Apr 25 19:07:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dd413101

dev-python/flask-restx: drop 1.1.0, 1.1.0-r1

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 dev-python/flask-restx/Manifest                    |  1 -
 dev-python/flask-restx/flask-restx-1.1.0-r1.ebuild | 50 ----------------------
 dev-python/flask-restx/flask-restx-1.1.0.ebuild    | 48 ---------------------
 3 files changed, 99 deletions(-)

diff --git a/dev-python/flask-restx/Manifest b/dev-python/flask-restx/Manifest
index c2cb7304bc..19db7fcf45 100644
--- a/dev-python/flask-restx/Manifest
+++ b/dev-python/flask-restx/Manifest
@@ -1,2 +1 @@
-DIST flask-restx-1.1.0.tar.gz 398890 BLAKE2B 0268d0173e35bd36e3cd7c8eb40b1083370eed9cad3fe0cd0c55c548481844f14fa68b80f7d0461ef98074ca384cb880c1c9c30fb8d1bf0ca5e497b0cfc134b2 SHA512 83c0319591078827fe7ad2db04833817df13b5e808e3137b309b6b994908c9ae40c665aa8f10def5e06a7d1f41d9b4dc03be35c46b6403e03ef28684cc512380
 DIST flask-restx-1.3.0.tar.gz 400119 BLAKE2B 9f1056ed517eba9438cd29b67b621fdc46b63d3b8351dac8f7c11fc20bdea058f6b0ad5b1d732b0edb71e4fac16006535a7ec48e3a47e1aa7e261861b7fc37cb SHA512 6e1148e124fb84b486b799f7dc11dd627e8da43af89f51f603267d9e569c8517280fca7898309dbacb9213131419fa745725b7ffa5af40c17aaeeee0453f6146

diff --git a/dev-python/flask-restx/flask-restx-1.1.0-r1.ebuild b/dev-python/flask-restx/flask-restx-1.1.0-r1.ebuild
deleted file mode 100644
index 82a49c480c..0000000000
--- a/dev-python/flask-restx/flask-restx-1.1.0-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11,12})
-inherit distutils-r1
-
-DESCRIPTION="Framework API development with Flask"
-HOMEPAGE="https://flask-restx.readthedocs.io"
-SRC_URI="https://github.com/python-restx/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-PATCHES=( "${FILESDIR}/${PN}-fix-flask-compat.patch" )
-
-RDEPEND="
-	dev-python/aniso8601[${PYTHON_USEDEP}]
-	dev-python/flask[${PYTHON_USEDEP}]
-	dev-python/jsonschema[${PYTHON_USEDEP}]
-	dev-python/pytz[${PYTHON_USEDEP}]
-	dev-python/six[${PYTHON_USEDEP}]
-	dev-python/werkzeug[${PYTHON_USEDEP}]
-"
-
-DEPEND="${RDEPEND}
-	test? (
-		dev-python/blinker[${PYTHON_USEDEP}]
-		dev-python/Faker[${PYTHON_USEDEP}]
-		dev-python/pytest-flask[${PYTHON_USEDEP}]
-		dev-python/pytest-mock[${PYTHON_USEDEP}]
-		dev-python/tzlocal[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-	skip_tests=" \
-		not ReqParseTest and \
-		not EmailTest and \
-		not URLTest and \
-		not LoggingTest"
-
-	epytest tests/test_*.py -k "${skip_tests}"
-}

diff --git a/dev-python/flask-restx/flask-restx-1.1.0.ebuild b/dev-python/flask-restx/flask-restx-1.1.0.ebuild
deleted file mode 100644
index 199166fc7e..0000000000
--- a/dev-python/flask-restx/flask-restx-1.1.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11,12})
-inherit distutils-r1
-
-DESCRIPTION="Framework API development with Flask"
-HOMEPAGE="https://flask-restx.readthedocs.io"
-SRC_URI="https://github.com/python-restx/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-RDEPEND="
-	dev-python/aniso8601[${PYTHON_USEDEP}]
-	dev-python/flask[${PYTHON_USEDEP}]
-	dev-python/jsonschema[${PYTHON_USEDEP}]
-	dev-python/pytz[${PYTHON_USEDEP}]
-	dev-python/six[${PYTHON_USEDEP}]
-	dev-python/werkzeug[${PYTHON_USEDEP}]
-"
-
-DEPEND="${RDEPEND}
-	test? (
-		dev-python/blinker[${PYTHON_USEDEP}]
-		dev-python/Faker[${PYTHON_USEDEP}]
-		dev-python/pytest-flask[${PYTHON_USEDEP}]
-		dev-python/pytest-mock[${PYTHON_USEDEP}]
-		dev-python/tzlocal[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-	skip_tests=" \
-		not ReqParseTest and \
-		not EmailTest and \
-		not URLTest and \
-		not LoggingTest"
-
-	epytest tests/test_*.py -k "${skip_tests}"
-}


             reply	other threads:[~2024-04-25 21:49 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-25 21:49 Julien Roy [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-12 10:46 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/flask-restx/ David Roman
2023-12-12 10:52 ` [gentoo-commits] repo/proj/guru:master " David Roman
2023-10-10 15:41 Haelwenn Monnier
2023-10-10 15:41 Haelwenn Monnier
2023-10-03 10:15 David Roman
2022-06-13 10:49 Andrew Ammerlaan
2022-06-13 10:49 Andrew Ammerlaan

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=1714072060.dd413101d347a539b1a7a3f9d9b3be7f79016f06.julien@gentoo \
    --to=julien@jroy.ca \
    --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