diff options
Diffstat (limited to 'dev-python/flask-nav')
-rw-r--r-- | dev-python/flask-nav/Manifest | 4 | ||||
-rw-r--r-- | dev-python/flask-nav/flask-nav-0.5.ebuild | 42 | ||||
-rw-r--r-- | dev-python/flask-nav/flask-nav-0.6-r1.ebuild | 4 |
3 files changed, 3 insertions, 47 deletions
diff --git a/dev-python/flask-nav/Manifest b/dev-python/flask-nav/Manifest index df63011b8a73..6c37084a3bf2 100644 --- a/dev-python/flask-nav/Manifest +++ b/dev-python/flask-nav/Manifest @@ -1,5 +1,3 @@ -DIST flask-nav-0.5.tar.gz 11579 BLAKE2B e643a7b49214ae164da390ca6c2b6b00fde6fc0848b4ff2c74749034d0e225bd8a5388e64db69a88e8edba91af9635ef843b133ab7bfabb33f92eec562930133 SHA512 94ebd858754c0ac936b43762cf427c381faa40de86e73b487d6b415d099696e6216b96ad9fefa62516cefd8e51e7ef282e01e1a492783ab696a9fd3602de7e78 DIST flask-nav-0.6.tar.gz 12270 BLAKE2B eff90b6fc08629139012e2d920b4d464ed06954040a5e97636a7aa4d59d11654839460ef52477cfcec967bd774d942028a53675d682e850f08f6359c5cfbb54e SHA512 a7930687425a53fac9ad9a7cb65c2e2a759a0c9660189965bf37ea6e9925dd869074d37a283801631b3e6c3391f9f4167e0a36294104f72970e876b5a7a0930c -EBUILD flask-nav-0.5.ebuild 1001 BLAKE2B af98b85e039153685e81bcbe4cd0b3c130aab1caee3593d98b3c46dcb85f5b98887f185bd3244f5f9b7587a8a1d699f462b28961dcac4fad4055b30bdb01117d SHA512 2f228b185369924ad987c556341a05d24d665a0c2e5c37b199133e63f133938c02fb44dbb6f84503000579358ea749318dec03bfed12e259f0bdac65768568aa -EBUILD flask-nav-0.6-r1.ebuild 1225 BLAKE2B 61b9ce41c537b0266fbcb7dad6ffed93e11f1821e5faf99b5a9ac46c6f5300be80d002986dafd8e9d455b9668d1eeb2bd2d7857122a85f724af363e6f6adf37c SHA512 04236df1cbc45a32b8931a6f33a13e039ce624d2b748f9c57709ea901e3be0c281e0be418c06c182ee6b096935f7988c00367f1be300f351b63eb7ff9237b89f +EBUILD flask-nav-0.6-r1.ebuild 1220 BLAKE2B 12a0c429ab6066eab79f6f95a765f6044ef62b785cd240990e7bacf607cdb7726ad19ee4c8ecd44ac33b69bd26383e783670fa4a1a4d8fddd7ea847a59b9fd36 SHA512 f7f7b8e3adc8913c5d5fc1fa7402544df2954d2b45a6630ec55b779b36f630696b52b5912aaf8abb9676e8724961086d13d93253227c1041141f34b11dc71e7e MISC metadata.xml 431 BLAKE2B 949791299994b108e48e5bfc9076726ffac5a530783464f54b44deb95646492078e3cb608e99382c04b2ae825336e644433fa5ce7775e7f44d39f6e2840565b5 SHA512 aeae5220fab0583fb7b5f4a0e694791edbaf6b9f5f61fdb04d48b4a91f12726b3101e41097e26980404a19e8b6c5e43723dfc0b61f8d4cfea0f6a5924f8b67f4 diff --git a/dev-python/flask-nav/flask-nav-0.5.ebuild b/dev-python/flask-nav/flask-nav-0.5.ebuild deleted file mode 100644 index 4529342cac2f..000000000000 --- a/dev-python/flask-nav/flask-nav-0.5.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python{2_7,3_5} ) - -inherit distutils-r1 - -DESCRIPTION="Easily create navigation for Flask applications." -HOMEPAGE="https://pythonhosted.org/flask-nav/" -# docs are missing from PyPI tarballs -# https://github.com/mbr/flask-nav/pull/12 -SRC_URI="https://github.com/mbr/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc" - -RDEPEND=" - dev-python/dominate[${PYTHON_USEDEP}] - dev-python/flask[${PYTHON_USEDEP}] - dev-python/visitor[${PYTHON_USEDEP}] -" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) -" - -python_prepare_all() { - sed -i "/'sphinx.ext.intersphinx'/d" docs/conf.py || die - distutils-r1_python_prepare_all -} - -python_compile_all() { - use doc && emake -C docs html -} - -python_install_all() { - use doc && local HTML_DOCS=( docs/_build/html/. ) - distutils-r1_python_install_all -} diff --git a/dev-python/flask-nav/flask-nav-0.6-r1.ebuild b/dev-python/flask-nav/flask-nav-0.6-r1.ebuild index a9d937a83c5c..9c3f4f6e8cdc 100644 --- a/dev-python/flask-nav/flask-nav-0.6-r1.ebuild +++ b/dev-python/flask-nav/flask-nav-0.6-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( pypy{,3} python{2_7,3_{5,6,7}} ) +PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7}} ) inherit distutils-r1 |