From 0d074fc26630509c9520b90d143b5a6aeb6686ff Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 6 Jan 2018 10:55:07 +0100 Subject: [PATCH] dev-python/werkzeug: Clean old up --- dev-python/werkzeug/Manifest | 2 -- dev-python/werkzeug/werkzeug-0.11.11.ebuild | 35 --------------------- dev-python/werkzeug/werkzeug-0.11.15.ebuild | 35 --------------------- 3 files changed, 72 deletions(-) delete mode 100644 dev-python/werkzeug/werkzeug-0.11.11.ebuild delete mode 100644 dev-python/werkzeug/werkzeug-0.11.15.ebuild diff --git a/dev-python/werkzeug/Manifest b/dev-python/werkzeug/Manifest index 23543991eda9..02069a143470 100644 --- a/dev-python/werkzeug/Manifest +++ b/dev-python/werkzeug/Manifest @@ -1,3 +1 @@ -DIST Werkzeug-0.11.11.tar.gz 1158304 BLAKE2B 7fa6d0c4c3e172b50fbddcdc3effd3efba6366559e08ba6581e37bb5d8bf2e67912f167001f8e9638147cef6be03bf12eca9e494cd11871d6d29faf41ffbc8f8 SHA512 b5eff55518900043840cd89238fd40873a74e762adb6d8717d5285a173725b92284ab992d753096c388a25db50bf089b91883cabc6210b6bbd7dc347ecb95027 -DIST Werkzeug-0.11.15.tar.gz 1156471 BLAKE2B 11fcac516d0ba3a2792ea9aa5485b84f723b1dc14635d9a7bf11a32d3c1a42408a0454bd13f414fdcb86ae31e933673b540525d690ebfcf4a8de1eac135c51ac SHA512 f66303a4a65e50e3e7661330af57172ef390ddc64268ea85a33d48dfb1e72dfc3b50a01be2088704ea3d1a45cd162eda3810841ac4dd7fb4519a82718298eaa6 DIST Werkzeug-0.12.2.tar.gz 1169770 BLAKE2B 12e7e422e7dae0ab2fc3cc52f80536362dea8edd61cdaec45a6cca35b789d731408e10cc46288b0c5c22138e20e9d52a88c2db78d22a215d5ab4bb9477526fcc SHA512 9ff45aeb51a71fd5115e8cdee40a7b2fddfa0574c356686050cb1bdced5c6c18f672b601ca2637010c7f59be75c66ee558efb4ea05052c550ec7da3644b88e0a diff --git a/dev-python/werkzeug/werkzeug-0.11.11.ebuild b/dev-python/werkzeug/werkzeug-0.11.11.ebuild deleted file mode 100644 index b569a5650431..000000000000 --- a/dev-python/werkzeug/werkzeug-0.11.11.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) - -inherit distutils-r1 - -MY_PN="Werkzeug" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Collection of various utilities for WSGI applications" -HOMEPAGE="http://werkzeug.pocoo.org/ https://pypi.python.org/pypi/Werkzeug" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" -IUSE="test" - -RDEPEND="dev-python/simplejson[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - dev-python/requests[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] - dev-python/pytest-xprocess[${PYTHON_USEDEP}] - )" - -S="${WORKDIR}/${MY_P}" - -python_test() { - esetup.py test -} diff --git a/dev-python/werkzeug/werkzeug-0.11.15.ebuild b/dev-python/werkzeug/werkzeug-0.11.15.ebuild deleted file mode 100644 index 66699a9db433..000000000000 --- a/dev-python/werkzeug/werkzeug-0.11.15.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) - -inherit distutils-r1 - -MY_PN="Werkzeug" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Collection of various utilities for WSGI applications" -HOMEPAGE="http://werkzeug.pocoo.org/ https://pypi.python.org/pypi/Werkzeug" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" -IUSE="test" - -RDEPEND="dev-python/simplejson[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - dev-python/requests[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] - dev-python/pytest-xprocess[${PYTHON_USEDEP}] - )" - -S=${WORKDIR}/${MY_P} - -python_test() { - esetup.py test -} -- 2.26.2