diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-01-03 23:30:43 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-01-04 00:35:16 +0100 |
commit | 94f36ada0828b362d73898f81fc7c2356b5305bb (patch) | |
tree | a510e26f7b2a8d30af0d5783da17006c547ae16f /dev-python/flask-uploads | |
parent | dev-python/flask-testing: Clean old up (diff) | |
download | gentoo-94f36ada0828b362d73898f81fc7c2356b5305bb.tar.gz gentoo-94f36ada0828b362d73898f81fc7c2356b5305bb.tar.bz2 gentoo-94f36ada0828b362d73898f81fc7c2356b5305bb.zip |
dev-python/flask-uploads: Clean old up
Diffstat (limited to 'dev-python/flask-uploads')
-rw-r--r-- | dev-python/flask-uploads/Manifest | 1 | ||||
-rw-r--r-- | dev-python/flask-uploads/flask-uploads-0.1.3.ebuild | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/flask-uploads/Manifest b/dev-python/flask-uploads/Manifest index feaf55a329ea..5afe824d1dce 100644 --- a/dev-python/flask-uploads/Manifest +++ b/dev-python/flask-uploads/Manifest @@ -1,2 +1 @@ -DIST Flask-Uploads-0.1.3.tar.gz 9312 BLAKE2B ad2bc5911af0a2ea06c2915923a5411f6fc34f06faa7d489c321386c32de64edce2e1b598ec9159c5be9fa90e47eada5a17b36efe9d6403fef4f48eda274cc4c SHA512 eb52c8b22ecc909a37149a9b6df91f47bff0f48ef768325a6e8cc1031b1c1977894a1aaaf70726484316de1782daa26ea96d24114d10490b0d271b2a87efd8ae DIST flask-uploads-0.2.0.tar.gz 23304 BLAKE2B 920005b72112bf6ee9cacfd49bd77be91f1282eb8b18500cdb7c4e9ee6277461fecd81ebcc6a8a9fe5c60a847985ad3f91da9adb59bf7d42e21f8412b882b45a SHA512 ad80448b111019a5e731529267a790d1dd95a356671780efc20f1dc830044e539ab348404b706baf3666c7407518ed04cd2871d811f72b6145261dcc307ffacc diff --git a/dev-python/flask-uploads/flask-uploads-0.1.3.ebuild b/dev-python/flask-uploads/flask-uploads-0.1.3.ebuild deleted file mode 100644 index d9551f6fcf92..000000000000 --- a/dev-python/flask-uploads/flask-uploads-0.1.3.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 pypy ) - -inherit distutils-r1 - -DESCRIPTION="Flexible and efficient upload handling for Flask" -HOMEPAGE="http://pythonhosted.org/Flask-Testing/ - https://pypi.python.org/pypi/Flask-Testing/" -MY_PN="Flask-Uploads" -MY_P="${MY_PN}-${PV}" -SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="test" - -RDEPEND=">=dev-python/flask-0.5[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/nose[${PYTHON_USEDEP}] )" - -S="${WORKDIR}/${MY_P}" - -python_test() { - nosetests || die "Testing failed with ${EPYTHON}" -} |