public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/flask-restx/
@ 2022-06-12  9:17 David Roman
  0 siblings, 0 replies; 8+ messages in thread
From: David Roman @ 2022-06-12  9:17 UTC (permalink / raw
  To: gentoo-commits

commit:     8f9943ff3befc5d750e3aec7ac19b0800147c987
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Sun Jun 12 09:17:30 2022 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Jun 12 09:17:30 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8f9943ff

dev-python/flask-restx: new package, add 0.5.1

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

 dev-python/flask-restx/Manifest                 |  1 +
 dev-python/flask-restx/flask-restx-0.5.1.ebuild | 48 +++++++++++++++++++++++++
 dev-python/flask-restx/metadata.xml             |  8 +++++
 3 files changed, 57 insertions(+)

diff --git a/dev-python/flask-restx/Manifest b/dev-python/flask-restx/Manifest
new file mode 100644
index 000000000..7fe71e9d3
--- /dev/null
+++ b/dev-python/flask-restx/Manifest
@@ -0,0 +1 @@
+DIST flask-restx-0.5.1.tar.gz 398653 BLAKE2B 605c66decc83d8d7fc3449d3b7053cc2bb589d23f4db22d3a61b9422a97ceefdc0335af8c002762ec7693844b005f5562fdfda09e95c1e83fa266709af640a9d SHA512 0e4ca95a6bb45f7dfba1758387aded6215ec64fa55060889e6843fb50eed09fda96ba936eacd0d8f27b29f5dec2468d4945386f25ff4de6a51f571e16617cf52

diff --git a/dev-python/flask-restx/flask-restx-0.5.1.ebuild b/dev-python/flask-restx/flask-restx-0.5.1.ebuild
new file mode 100644
index 000000000..b36d6d5ab
--- /dev/null
+++ b/dev-python/flask-restx/flask-restx-0.5.1.ebuild
@@ -0,0 +1,48 @@
+# 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_{8..10})
+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 ~x86"
+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}"
+}

diff --git a/dev-python/flask-restx/metadata.xml b/dev-python/flask-restx/metadata.xml
new file mode 100644
index 000000000..7ba40ca60
--- /dev/null
+++ b/dev-python/flask-restx/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person" proxied="yes">
+		<email>davidroman96@gmail.com</email>
+		<name>David Roman</name>
+	</maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/flask-restx/
  2022-06-13 10:49 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2022-06-13 10:49 ` Andrew Ammerlaan
  0 siblings, 0 replies; 8+ messages in thread
From: Andrew Ammerlaan @ 2022-06-13 10:49 UTC (permalink / raw
  To: gentoo-commits

commit:     862d8987eaf6a7a22b37b9ea1a5ded76a9ca87c8
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 13 10:48:20 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Jun 13 10:48:20 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=862d8987

dev-python/flask-restx: unkeyword 0.5.1 for ~amd64, ~x86

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/flask-restx/flask-restx-0.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/flask-restx/flask-restx-0.5.1.ebuild b/dev-python/flask-restx/flask-restx-0.5.1.ebuild
index b36d6d5ab..10eaf9b26 100644
--- a/dev-python/flask-restx/flask-restx-0.5.1.ebuild
+++ b/dev-python/flask-restx/flask-restx-0.5.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/python-restx/${PN}/archive/${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS=""
 IUSE="test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/flask-restx/
  2023-10-03 10:15 [gentoo-commits] repo/proj/guru:master commit in: dev-python/flask-restx/ David Roman
@ 2023-10-03 10:14 ` David Roman
  0 siblings, 0 replies; 8+ messages in thread
From: David Roman @ 2023-10-03 10:14 UTC (permalink / raw
  To: gentoo-commits

commit:     5fa90f1a60788c86024853b13a46dbe984f154a7
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue Oct  3 10:14:50 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Oct  3 10:14:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5fa90f1a

dev-python/flask-restx: add 1.1.0

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

 dev-python/flask-restx/Manifest                 |  1 +
 dev-python/flask-restx/flask-restx-1.1.0.ebuild | 48 +++++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/dev-python/flask-restx/Manifest b/dev-python/flask-restx/Manifest
index 7fe71e9d3f..52b760f31a 100644
--- a/dev-python/flask-restx/Manifest
+++ b/dev-python/flask-restx/Manifest
@@ -1 +1,2 @@
 DIST flask-restx-0.5.1.tar.gz 398653 BLAKE2B 605c66decc83d8d7fc3449d3b7053cc2bb589d23f4db22d3a61b9422a97ceefdc0335af8c002762ec7693844b005f5562fdfda09e95c1e83fa266709af640a9d SHA512 0e4ca95a6bb45f7dfba1758387aded6215ec64fa55060889e6843fb50eed09fda96ba936eacd0d8f27b29f5dec2468d4945386f25ff4de6a51f571e16617cf52
+DIST flask-restx-1.1.0.tar.gz 398890 BLAKE2B 0268d0173e35bd36e3cd7c8eb40b1083370eed9cad3fe0cd0c55c548481844f14fa68b80f7d0461ef98074ca384cb880c1c9c30fb8d1bf0ca5e497b0cfc134b2 SHA512 83c0319591078827fe7ad2db04833817df13b5e808e3137b309b6b994908c9ae40c665aa8f10def5e06a7d1f41d9b4dc03be35c46b6403e03ef28684cc512380

diff --git a/dev-python/flask-restx/flask-restx-1.1.0.ebuild b/dev-python/flask-restx/flask-restx-1.1.0.ebuild
new file mode 100644
index 0000000000..199166fc7e
--- /dev/null
+++ b/dev-python/flask-restx/flask-restx-1.1.0.ebuild
@@ -0,0 +1,48 @@
+# 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}"
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/flask-restx/
@ 2023-10-03 10:15 David Roman
  2023-10-03 10:14 ` [gentoo-commits] repo/proj/guru:dev " David Roman
  0 siblings, 1 reply; 8+ messages in thread
From: David Roman @ 2023-10-03 10:15 UTC (permalink / raw
  To: gentoo-commits

commit:     5fa90f1a60788c86024853b13a46dbe984f154a7
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue Oct  3 10:14:50 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Oct  3 10:14:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5fa90f1a

dev-python/flask-restx: add 1.1.0

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

 dev-python/flask-restx/Manifest                 |  1 +
 dev-python/flask-restx/flask-restx-1.1.0.ebuild | 48 +++++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/dev-python/flask-restx/Manifest b/dev-python/flask-restx/Manifest
index 7fe71e9d3f..52b760f31a 100644
--- a/dev-python/flask-restx/Manifest
+++ b/dev-python/flask-restx/Manifest
@@ -1 +1,2 @@
 DIST flask-restx-0.5.1.tar.gz 398653 BLAKE2B 605c66decc83d8d7fc3449d3b7053cc2bb589d23f4db22d3a61b9422a97ceefdc0335af8c002762ec7693844b005f5562fdfda09e95c1e83fa266709af640a9d SHA512 0e4ca95a6bb45f7dfba1758387aded6215ec64fa55060889e6843fb50eed09fda96ba936eacd0d8f27b29f5dec2468d4945386f25ff4de6a51f571e16617cf52
+DIST flask-restx-1.1.0.tar.gz 398890 BLAKE2B 0268d0173e35bd36e3cd7c8eb40b1083370eed9cad3fe0cd0c55c548481844f14fa68b80f7d0461ef98074ca384cb880c1c9c30fb8d1bf0ca5e497b0cfc134b2 SHA512 83c0319591078827fe7ad2db04833817df13b5e808e3137b309b6b994908c9ae40c665aa8f10def5e06a7d1f41d9b4dc03be35c46b6403e03ef28684cc512380

diff --git a/dev-python/flask-restx/flask-restx-1.1.0.ebuild b/dev-python/flask-restx/flask-restx-1.1.0.ebuild
new file mode 100644
index 0000000000..199166fc7e
--- /dev/null
+++ b/dev-python/flask-restx/flask-restx-1.1.0.ebuild
@@ -0,0 +1,48 @@
+# 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}"
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/flask-restx/
@ 2023-10-10 10:27 David Roman
  0 siblings, 0 replies; 8+ messages in thread
From: David Roman @ 2023-10-10 10:27 UTC (permalink / raw
  To: gentoo-commits

commit:     6c82dd5f171c273218fcdcba0e18453142004667
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue Oct 10 10:27:07 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Oct 10 10:27:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6c82dd5f

dev-python/flask-restx: fix variable name

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

 dev-python/flask-restx/flask-restx-1.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index 291db010e6..82a49c480c 100644
--- a/dev-python/flask-restx/flask-restx-1.1.0-r1.ebuild
+++ b/dev-python/flask-restx/flask-restx-1.1.0-r1.ebuild
@@ -16,7 +16,7 @@ SLOT="0"
 KEYWORDS="~amd64"
 IUSE="test"
 
-PATCHES=( "${FILESDI}/${PN}-fix-flask-compat.patch" )
+PATCHES=( "${FILESDIR}/${PN}-fix-flask-compat.patch" )
 
 RDEPEND="
 	dev-python/aniso8601[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/flask-restx/
@ 2023-10-10 10:27 David Roman
  0 siblings, 0 replies; 8+ messages in thread
From: David Roman @ 2023-10-10 10:27 UTC (permalink / raw
  To: gentoo-commits

commit:     80a7cdce2dd63e115112cf13fe8f7424eab0b231
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue Oct 10 10:27:34 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Oct 10 10:27:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=80a7cdce

dev-python/flask-restx: drop 0.5.1

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

 dev-python/flask-restx/Manifest                 |  1 -
 dev-python/flask-restx/flask-restx-0.5.1.ebuild | 48 -------------------------
 2 files changed, 49 deletions(-)

diff --git a/dev-python/flask-restx/Manifest b/dev-python/flask-restx/Manifest
index 52b760f31a..3fcd91b416 100644
--- a/dev-python/flask-restx/Manifest
+++ b/dev-python/flask-restx/Manifest
@@ -1,2 +1 @@
-DIST flask-restx-0.5.1.tar.gz 398653 BLAKE2B 605c66decc83d8d7fc3449d3b7053cc2bb589d23f4db22d3a61b9422a97ceefdc0335af8c002762ec7693844b005f5562fdfda09e95c1e83fa266709af640a9d SHA512 0e4ca95a6bb45f7dfba1758387aded6215ec64fa55060889e6843fb50eed09fda96ba936eacd0d8f27b29f5dec2468d4945386f25ff4de6a51f571e16617cf52
 DIST flask-restx-1.1.0.tar.gz 398890 BLAKE2B 0268d0173e35bd36e3cd7c8eb40b1083370eed9cad3fe0cd0c55c548481844f14fa68b80f7d0461ef98074ca384cb880c1c9c30fb8d1bf0ca5e497b0cfc134b2 SHA512 83c0319591078827fe7ad2db04833817df13b5e808e3137b309b6b994908c9ae40c665aa8f10def5e06a7d1f41d9b4dc03be35c46b6403e03ef28684cc512380

diff --git a/dev-python/flask-restx/flask-restx-0.5.1.ebuild b/dev-python/flask-restx/flask-restx-0.5.1.ebuild
deleted file mode 100644
index 22760a33c3..0000000000
--- a/dev-python/flask-restx/flask-restx-0.5.1.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_10)
-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=""
-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}"
-}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/flask-restx/
@ 2023-12-12 10:46 David Roman
  0 siblings, 0 replies; 8+ messages in thread
From: David Roman @ 2023-12-12 10:46 UTC (permalink / raw
  To: gentoo-commits

commit:     e625524a4b7c2071f02e6b01d066813023466e66
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue Dec 12 10:45:57 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Dec 12 10:45:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e625524a

dev-python/flask-restx: add 1.3.0

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

 dev-python/flask-restx/Manifest                 |  1 +
 dev-python/flask-restx/flask-restx-1.3.0.ebuild | 49 +++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/dev-python/flask-restx/Manifest b/dev-python/flask-restx/Manifest
index 3fcd91b416..c2cb7304bc 100644
--- a/dev-python/flask-restx/Manifest
+++ b/dev-python/flask-restx/Manifest
@@ -1 +1,2 @@
 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.3.0.ebuild b/dev-python/flask-restx/flask-restx-1.3.0.ebuild
new file mode 100644
index 0000000000..51c5db5d93
--- /dev/null
+++ b/dev-python/flask-restx/flask-restx-1.3.0.ebuild
@@ -0,0 +1,49 @@
+# 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}]
+	dev-python/importlib-resources[${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}"
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/flask-restx/
@ 2024-04-25 19:07 David Roman
  0 siblings, 0 replies; 8+ messages in thread
From: David Roman @ 2024-04-25 19:07 UTC (permalink / raw
  To: gentoo-commits

commit:     dd413101d347a539b1a7a3f9d9b3be7f79016f06
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Thu Apr 25 19:00:44 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
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}"
-}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-04-25 19:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-03 10:15 [gentoo-commits] repo/proj/guru:master commit in: dev-python/flask-restx/ David Roman
2023-10-03 10:14 ` [gentoo-commits] repo/proj/guru:dev " David Roman
  -- strict thread matches above, loose matches on Subject: below --
2024-04-25 19:07 David Roman
2023-12-12 10:46 David Roman
2023-10-10 10:27 David Roman
2023-10-10 10:27 David Roman
2022-06-13 10:49 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2022-06-13 10:49 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2022-06-12  9:17 David Roman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox