summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2020-03-30 22:14:14 +0200
committerMichał Górny <mgorny@gentoo.org>2020-04-17 12:05:30 +0200
commit45201f64cd1f8ccf027064af765d1d7c965f264e (patch)
tree284a7afd9b749c9ae9f3211780c60351307757e4 /dev-python/flask-restful
parentwww-apps/postfixadmin: bump to 3.2.4 (diff)
downloadgentoo-45201f64cd1f8ccf027064af765d1d7c965f264e.tar.gz
gentoo-45201f64cd1f8ccf027064af765d1d7c965f264e.tar.bz2
gentoo-45201f64cd1f8ccf027064af765d1d7c965f264e.zip
dev-python/flask-restful: drop paging useflag and pycrypto dep
https://github.com/flask-restful/flask-restful/commit/517ccfdfadb018f08fc77e484c9448b9715aa06c Closes: https://bugs.gentoo.org/611594 Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/15179 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/flask-restful')
-rw-r--r--dev-python/flask-restful/flask-restful-0.3.7.ebuild4
-rw-r--r--dev-python/flask-restful/metadata.xml3
2 files changed, 1 insertions, 6 deletions
diff --git a/dev-python/flask-restful/flask-restful-0.3.7.ebuild b/dev-python/flask-restful/flask-restful-0.3.7.ebuild
index 2662716efc18..3b9a6bd9d809 100644
--- a/dev-python/flask-restful/flask-restful-0.3.7.ebuild
+++ b/dev-python/flask-restful/flask-restful-0.3.7.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/twilio/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
-IUSE="doc examples paging test"
+IUSE="doc examples test"
RESTRICT="!test? ( test )"
RDEPEND="
@@ -21,14 +21,12 @@ RDEPEND="
>=dev-python/flask-0.8[${PYTHON_USEDEP}]
>=dev-python/six-1.3.0[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
- paging? ( >=dev-python/pycrypto-2.6[${PYTHON_USEDEP}] )
"
DEPEND="${RDEPEND}
dev-python/sphinx[${PYTHON_USEDEP}]
test? (
dev-python/mock[${PYTHON_USEDEP}]
dev-python/nose[${PYTHON_USEDEP}]
- dev-python/pycrypto[${PYTHON_USEDEP}]
)
"
diff --git a/dev-python/flask-restful/metadata.xml b/dev-python/flask-restful/metadata.xml
index 7e42a30ff5f6..51b801a00632 100644
--- a/dev-python/flask-restful/metadata.xml
+++ b/dev-python/flask-restful/metadata.xml
@@ -8,7 +8,4 @@
<upstream>
<remote-id type="github">twilio/flask-restful</remote-id>
</upstream>
- <use>
- <flag name="paging">Enable resource paging support</flag>
- </use>
</pkgmetadata>