aboutsummaryrefslogtreecommitdiffstats
path: root/dev-python
diff options
context:
space:
mode:
authorWynn Wolf Arbor2020-05-07 13:37:55 +0200
committerWynn Wolf Arbor2020-05-07 13:37:55 +0200
commit65c2a0597d7fbc9fd80ea8e91cd1b1fdc72a1ec6 (patch)
tree88e84415e04e4c8cec230d5a8ba0465d202fb735 /dev-python
parentde5f2549642db23bf7d7beb7cea23eec7ae319b6 (diff)
downloadpramantha-65c2a0597d7fbc9fd80ea8e91cd1b1fdc72a1ec6.tar.gz
dev-python/flask-babel: Drop
This version is now available in the main tree. Package-Manager: Portage-2.3.99, Repoman-2.3.22
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/flask-babel/Manifest3
-rw-r--r--dev-python/flask-babel/flask-babel-1.0.0-r1.ebuild56
-rw-r--r--dev-python/flask-babel/metadata.xml13
3 files changed, 0 insertions, 72 deletions
diff --git a/dev-python/flask-babel/Manifest b/dev-python/flask-babel/Manifest
deleted file mode 100644
index eaa5bc9..0000000
--- a/dev-python/flask-babel/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST Flask-Babel-1.0.0.tar.gz 49680 BLAKE2B 29adeb7b4a6892fabf6e85da9f2fdb72f3871e3c3728c7521e06ffd80d8da505045eb1ef7a30223d8ef40064bc78514f6fc9acd1b8640232adb203ea55876e93 SHA512 3624b2e4877821551267e2719d76b714bda0a1da24e5a3c36d045273039823c4f3bbdf28cad5d8e0d4f0c896578248bfc40aebee720b543e500edf6de607ad8d
-EBUILD flask-babel-1.0.0-r1.ebuild 1216 BLAKE2B 5a0fc7da8e28641f0f5c61fd78e7c4f17ff6d9f9c9b96f60b93f7487f6715a40660dffbf9da4780530e3918bf89a3574e8c67dfee1ead6f330695ec4d54e2b9a SHA512 80e4084cfd19e53bb926c17db7c973ca032e41be58bd4b07cf26a33803d437da9850b47135a76b74a963eccaab41ea5250ceca89e9d55422954589076ba1e5b3
-MISC metadata.xml 450 BLAKE2B db38ca56f4b683429248baf7411355305672c23126c4b6c7486971fb1e099bb3117b9246870a24f6ecd66e7f27647e80285461d046c02e9227970a111c58dd98 SHA512 d6fb2f7cdf0a8d4b54dce372bbb3d9728a5ebb0e6d714da9c58e5215d6711e3f4211e2a6ef5390cdfa663d375d7e2942a210bfa2822489dd04a911d9e9c24985
diff --git a/dev-python/flask-babel/flask-babel-1.0.0-r1.ebuild b/dev-python/flask-babel/flask-babel-1.0.0-r1.ebuild
deleted file mode 100644
index 92f05d4..0000000
--- a/dev-python/flask-babel/flask-babel-1.0.0-r1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python2_7 python3_{7,8} )
-inherit distutils-r1
-
-MY_PN="Flask-Babel"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="i18n and l10n support for Flask based on Babel and pytz"
-HOMEPAGE="https://pythonhosted.org/Flask-Babel/"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-python/Babel[${PYTHON_USEDEP}]
- dev-python/flask[${PYTHON_USEDEP}]
- dev-python/pytz[${PYTHON_USEDEP}]
- >=dev-python/jinja-2.5[${PYTHON_USEDEP}]
-"
-BDEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
- doc? (
- dev-python/flask-sphinx-themes[${PYTHON_USEDEP}]
- dev-python/sphinx[${PYTHON_USEDEP}]
- )
- test? (
- ${RDEPEND}
- dev-python/nose[${PYTHON_USEDEP}]
- )
-"
-
-S="${WORKDIR}/${MY_P}"
-
-python_prepare_all() {
- sed -i -e "s/, 'sphinx.ext.intersphinx'//" docs/conf.py || die
- distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
- if use doc; then
- sphinx-build docs docs/_build/html || die
- HTML_DOCS=( docs/_build/html/. )
- fi
-}
-
-python_test() {
- nosetests -v || die "Tests failed under ${EPYTHON}"
-}
diff --git a/dev-python/flask-babel/metadata.xml b/dev-python/flask-babel/metadata.xml
deleted file mode 100644
index ee71c5b..0000000
--- a/dev-python/flask-babel/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <upstream>
- <remote-id type="pypi">Flask-Babel</remote-id>
- <remote-id type="github">python-babel/flask-babel</remote-id>
- <bugs-to>https://github.com/python-babel/flask-babel/issues</bugs-to>
- </upstream>
-</pkgmetadata>