summaryrefslogtreecommitdiff
path: root/dev-python/flask-paranoid
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-01-22 20:28:19 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-01-22 20:28:19 +0000
commitabaa75b10f899ada8dd05b23cc03205064394bc6 (patch)
treeeca3dd248b73b92013cba00a0fcc1edf2696e19a /dev-python/flask-paranoid
parent24fd814c326e282c4321965c31f341dad77e270d (diff)
gentoo resync : 22.01.2021
Diffstat (limited to 'dev-python/flask-paranoid')
-rw-r--r--dev-python/flask-paranoid/Manifest4
-rw-r--r--dev-python/flask-paranoid/flask-paranoid-0.2.0-r1.ebuild16
-rw-r--r--dev-python/flask-paranoid/metadata.xml1
3 files changed, 9 insertions, 12 deletions
diff --git a/dev-python/flask-paranoid/Manifest b/dev-python/flask-paranoid/Manifest
index d39afeb04d45..ae4dbe83af02 100644
--- a/dev-python/flask-paranoid/Manifest
+++ b/dev-python/flask-paranoid/Manifest
@@ -1,3 +1,3 @@
DIST flask-paranoid-0.2.0.tar.gz 101084 BLAKE2B 5f1f92679da5f374699c8acc97300085840d47e57f48d935cba60e78782109f70651bb7f804410dbb241b48c96ec08498b8b2cc8c18573f14d0bc7972b746d19 SHA512 0d642999fa4d5b795c3dcecc586fc1600cdfceec4adb38bb87ca8be9825d9ddafabb07d98df573a89e61a44a0abd27cbbd21524237b0e23b337a7d5e32ddfdae
-EBUILD flask-paranoid-0.2.0-r1.ebuild 663 BLAKE2B c951d817d987ed52dce3ecff23f5cd3e79028a253d7b4577c3d559e7c074a0aaab9a44f84457b64e724a55ad21cb4883febf75e172b89b9332cc05497ba688c4 SHA512 0bb178f66d7a3a99e407018d92bb7e11590a1639e14336c73ab0c6fa6830094bb653f8c686be7ee45c35257e200cea9e98cb5083d6cd1db59c83c536aef41ac2
-MISC metadata.xml 500 BLAKE2B 9aeb4cb6b72002532ebe80baf4389bd147cba9cc10d9a864fff06cf5d079442d78611e5e3f0adfdd19721d7af5d49d7eec8a5a5c056467583eacc6ae5696dab6 SHA512 d35f9d66da00579cfe4ab0adaecc46d0644a1f691722922db5dd7a387e879fb0bcfc54e9bbf7b88c1ad39239214902eab55992b3dbc63aa350bfe5d4a22215bf
+EBUILD flask-paranoid-0.2.0-r1.ebuild 632 BLAKE2B be21343d63b8292406f2244ac24c5748a1041dc42705725270e821ae405d0ee5374231dba5c3aeb0c8a448afcc742bc660c19d059e00b8c18e29aec2de0696f0 SHA512 999a59ee2d493c43386b01f11505fb35ace9cc43db6b68f1ecb2bf915c5eb7f6137167e8d8c4c22c7bf68b318f19715a47670443fed938a61de7f152a9128c2e
+MISC metadata.xml 524 BLAKE2B bf4f49bfa344174b4496225ffdc60569f510783b48025dee266d5ec4cc7c037ec418e91151b9db7b54673de74e5602eda2e9d11ec0f33e1b3eb5246c4ec1ee7c SHA512 9aafd897fc39fb0a1846768ac65b8996a251858e892b0900750d1e0a059e02f20a399b9312afc2149cf490ac05d4772a31104c72c8f4046cedbca6afeec2578c
diff --git a/dev-python/flask-paranoid/flask-paranoid-0.2.0-r1.ebuild b/dev-python/flask-paranoid/flask-paranoid-0.2.0-r1.ebuild
index 611a24cad065..3980274a6985 100644
--- a/dev-python/flask-paranoid/flask-paranoid-0.2.0-r1.ebuild
+++ b/dev-python/flask-paranoid/flask-paranoid-0.2.0-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
DISTUTILS_IN_SOURCE_BUILD=1
-PYTHON_COMPAT=( python3_{6,7,8} )
-inherit distutils-r1 eapi7-ver
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+inherit distutils-r1
MY_PV=$(ver_cut 1-2)
@@ -14,18 +14,14 @@ HOMEPAGE="https://github.com/miguelgrinberg/flask-paranoid/"
SRC_URI="https://github.com/miguelgrinberg/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
-
SLOT="0"
-
KEYWORDS="amd64 x86"
IUSE="test"
+
RESTRICT="!test? ( test )"
RDEPEND="dev-python/flask[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
S="${WORKDIR}/${PN}-${MY_PV}"
-python_test() {
- esetup.py test
-}
+distutils_enable_tests setup.py
diff --git a/dev-python/flask-paranoid/metadata.xml b/dev-python/flask-paranoid/metadata.xml
index c80422b6af14..bf7c50d5ca6f 100644
--- a/dev-python/flask-paranoid/metadata.xml
+++ b/dev-python/flask-paranoid/metadata.xml
@@ -9,6 +9,7 @@
<email>titanofold@gentoo.org</email>
<name>Aaron W. Swenson</name>
</maintainer>
+ <stabilize-allarches/>
<upstream>
<remote-id type="pypi">Flask-Paranoid</remote-id>
<remote-id type="github">miguelgrinberg/flask-paranoid</remote-id>