diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-04-12 03:41:30 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-04-12 03:41:30 +0100 |
commit | 623ee73d661e5ed8475cb264511f683407d87365 (patch) | |
tree | 993eb27c93ec7a2d2d19550300d888fc1fed9e69 /dev-python/flask-restful | |
parent | ceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (diff) |
gentoo Easter resync : 12.04.2020
Diffstat (limited to 'dev-python/flask-restful')
-rw-r--r-- | dev-python/flask-restful/Manifest | 4 | ||||
-rw-r--r-- | dev-python/flask-restful/flask-restful-0.3.5-r1.ebuild | 51 | ||||
-rw-r--r-- | dev-python/flask-restful/flask-restful-0.3.6.ebuild | 51 |
3 files changed, 0 insertions, 106 deletions
diff --git a/dev-python/flask-restful/Manifest b/dev-python/flask-restful/Manifest index 23fab943e80e..70e8215b09bf 100644 --- a/dev-python/flask-restful/Manifest +++ b/dev-python/flask-restful/Manifest @@ -1,7 +1,3 @@ -DIST flask-restful-0.3.5.tar.gz 113214 BLAKE2B 0acf4d0449c55861b801a990bc3220d98e47ebeacb3c5b6452774992ae19ada97e31922e440a8a533bb1be68d4476e2654a8ca224b2369fd7733cc4c0da465c4 SHA512 a541e6739644b4db6ae97cf529bfc43f3136c97fc19a8538277d1f9be033b7c6dc3e39e1c4b2f313e099efbe750dbdc85c67b527224df557567ecac668e5969a -DIST flask-restful-0.3.6.tar.gz 114512 BLAKE2B f03f7ed0fd521a265b8a2293d1526273650a38f65b28933b4d90d74f7365e04650efc89a743a49ab7c9fdd59d238958bb7bc03936f44af8728a4c435d2df23be SHA512 c5136302111e6c8953e038d31b42b029744111bb916dea7ec8bd5fac2de5e17a86d30a7d04a7335cdc5da25ee13f35ad9a6d284166e11cca0c6fec96d23fd977 DIST flask-restful-0.3.7.tar.gz 114238 BLAKE2B ec960f060b3a1a36e538606d710a57e9d9fb3b1c2c1ee1874c5f7592e9ad8a9a2af4716f820f27ec1a9e55fcb0505ca711c6e045e6cb0ef8c9c64de339871710 SHA512 1d1d066dec5f39af3197b680f791d83df686602b703efe874ea0e81d7f3b65f605dbdb63f84fdd07e469c6824d52571e195ae70f58e1543b53f13a81e1cd8543 -EBUILD flask-restful-0.3.5-r1.ebuild 1294 BLAKE2B ff0c70f2147eb1a73efb34d4daaceb757114a72fd052730dfe12db2af8d47289754b18c20346960be5ee0e0631ce805a477cafdc7f9ac1408cd46b3b07109f1a SHA512 546e942e1befbfc799db2b5661d54c2e1b6e022629573ba8dc376812ac420fabb4e7260c789d9dd40be1b06229083f483b50dad819942c9d263c8db07a801772 -EBUILD flask-restful-0.3.6.ebuild 1303 BLAKE2B 21786f72f998e4ab778e603f138865029823d8fbf9ddf168f4de9cdffe07f00253b54cfec1b4473effedb5446f2428dcff049c931c26e4ef665031b5f97df84c SHA512 2ce8157ae80b6db81c2c1dd3335b397ceaedbdb9c5724ed27af7f0fca3b9979642a1aecfa14de38c17867ea8307079a3f3ca2a00032c3f14c2591377b0633898 EBUILD flask-restful-0.3.7.ebuild 1305 BLAKE2B 49cbdcc2f998dc36cc4b638e5c889b31c6f0a058191ee8b73ef6d5ff87693085342911ca508af81ea20c9f26250e3942579ccc23c06e006e669d48031b35c71b SHA512 57a099305d18e7964d3c3a3c30e4a036bd2f4033dc837be4444280da8cf552c10605a91403ed45fbb73982cab9281eb61458c2efe9757dc4ff090078e8572770 MISC metadata.xml 400 BLAKE2B 73ff908518d52fcfb2aaf73571c5c1a36cf0cc749b0d1f5e2c28780323b096aed34644c8bf373e241112892e08dc184d0310bcce52aa583ad6301473cd7a4248 SHA512 be62c37c4d0fd8a051cc14fb2a9dec6885a1e83420bbe95282a0fdc7803d700372b345d83c3d648037c45080246d71b91086b3e4841d9e41fb3003d7c114e0c0 diff --git a/dev-python/flask-restful/flask-restful-0.3.5-r1.ebuild b/dev-python/flask-restful/flask-restful-0.3.5-r1.ebuild deleted file mode 100644 index 2222cc76b5b2..000000000000 --- a/dev-python/flask-restful/flask-restful-0.3.5-r1.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -DESCRIPTION="Simple framework for creating REST APIs" -HOMEPAGE="https://flask-restful.readthedocs.io/en/latest/ https://github.com/twilio/flask-restful/" -SRC_URI="https://github.com/twilio/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="doc examples paging test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=dev-python/aniso8601-0.82[${PYTHON_USEDEP}] - >=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}] - ) -" - -python_test() { - nosetests -v || die "Tests fail with ${EPYTHON}" -} - -python_compile_all() { - cd docs || die - emake man $(usex doc html "") -} - -python_install_all() { - use doc && local HTML_DOCS=( docs/_build/html/. ) - use examples && dodoc -r examples - local DOCS=( AUTHORS.md CHANGES.md CONTRIBUTING.md README.md ) - - doman docs/_build/man/* - distutils-r1_python_install_all -} diff --git a/dev-python/flask-restful/flask-restful-0.3.6.ebuild b/dev-python/flask-restful/flask-restful-0.3.6.ebuild deleted file mode 100644 index 7fd37c917f42..000000000000 --- a/dev-python/flask-restful/flask-restful-0.3.6.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -DESCRIPTION="Simple framework for creating REST APIs" -HOMEPAGE="https://flask-restful.readthedocs.io/en/latest/ https://github.com/twilio/flask-restful/" -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" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=dev-python/aniso8601-0.82[${PYTHON_USEDEP}] - >=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}] - ) -" - -python_test() { - nosetests -v || die "Tests fail with ${EPYTHON}" -} - -python_compile_all() { - cd docs || die - emake man $(usex doc html "") -} - -python_install_all() { - use doc && local HTML_DOCS=( docs/_build/html/. ) - use examples && dodoc -r examples - local DOCS=( AUTHORS.md CHANGES.md CONTRIBUTING.md README.md ) - - doman docs/_build/man/* - distutils-r1_python_install_all -} |