dev-python/flask-restful: drop paging useflag and pycrypto dep
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>
Mon, 30 Mar 2020 20:14:14 +0000 (22:14 +0200)
committerMichał Górny <mgorny@gentoo.org>
Fri, 17 Apr 2020 10:05:30 +0000 (12:05 +0200)
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>
dev-python/flask-restful/flask-restful-0.3.7.ebuild
dev-python/flask-restful/metadata.xml

index 2662716efc18ee1e32f4ed638d95eddebc5e7d2f..3b9a6bd9d809a10c688d48f7e917886be7b1ee20 100644 (file)
@@ -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}]
        )
 "
 
index 7e42a30ff5f69d33c9a6f721f3f7acccdd1d544e..51b801a00632f7801edcc9f716fd8fc27dc6b630 100644 (file)
@@ -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>