diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2016-09-11 12:39:52 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2016-09-11 19:06:32 -0500 |
commit | 083f371f720dcfbddc292f5f172e31d62c66552a (patch) | |
tree | af48d5aca86d5a55018647227e127e13d5c6a790 /dev-python/ddt | |
parent | mate-base/mate-applets revert backport kernel 4.7 support (diff) | |
download | gentoo-083f371f720dcfbddc292f5f172e31d62c66552a.tar.gz gentoo-083f371f720dcfbddc292f5f172e31d62c66552a.tar.bz2 gentoo-083f371f720dcfbddc292f5f172e31d62c66552a.zip |
doing the test
Diffstat (limited to 'dev-python/ddt')
-rw-r--r-- | dev-python/ddt/Manifest | 2 | ||||
-rw-r--r-- | dev-python/ddt/ddt-1.0.0.ebuild | 21 | ||||
-rw-r--r-- | dev-python/ddt/ddt-1.0.1.ebuild | 21 | ||||
-rw-r--r-- | dev-python/ddt/ddt-1.1.0.ebuild | 2 |
4 files changed, 1 insertions, 45 deletions
diff --git a/dev-python/ddt/Manifest b/dev-python/ddt/Manifest index 9c4426565a44..8720a6b08b10 100644 --- a/dev-python/ddt/Manifest +++ b/dev-python/ddt/Manifest @@ -1,3 +1 @@ -DIST ddt-1.0.0.tar.gz 5535 SHA256 e24ecb7e2cf0bf43fa9d4255d3ae2bd0b7ce30b1d1b89ace7aa68aca1152f37a SHA512 4afec9fca19479acefb4f01bd550d696f437e53bf8e63cbb9dc16aa0b7f6c0214f5c7dc8118044b2d6e794de54ce3bac539f8de58202df74619eee1d8c7f85c1 WHIRLPOOL 0c6d54566147ce9fe9d2a0a3004f1bc053854b97048264442573102494fd8185f4d0f60127ca576b3a066d25756902538400944620745144e6042d4c72c25e71 -DIST ddt-1.0.1.tar.gz 5530 SHA256 4d9b43149db1047696018feefcb8d01ae3a121335d8290a0bb72fe63814ba427 SHA512 16fd6b1fbe2105976ef416c61fc6375ddb9fe619fa47e953c95bb0aedaa065c47efe2b801a16d0c30e25b7adbd9ec3f2e3483560cd170a78da7dd99513adcc8c WHIRLPOOL bcfc6f67fb9d1e085b6f885c3a61ec1a795aab76af8718710fbb4105ac26f17bd691bd632fd6c83bbd641e2da3fe081234ea4df583f1ec7130ccd9e23c5d92a5 DIST ddt-1.1.0.tar.gz 6155 SHA256 1ab0d77e5ecfae9a2b4244dd8079d8e248a69eae0260238516c260ac5e2bd007 SHA512 86e8ffa8fa3a4d2c550898bd64201c3ea26de7692063e3076f5339d5731b9fdeb2d0aea772ff0702c2c359a291836e6486d97e8faa8874e1ebdb7ac9ac3b0385 WHIRLPOOL 7fd9b02ecee7976e39e5112898316fd1f9c1fb768da60397734070b622a0aac4aa1d348352d16ba96ddacb74bf4b9266933784890f253c398ae3495fd934dccb diff --git a/dev-python/ddt/ddt-1.0.0.ebuild b/dev-python/ddt/ddt-1.0.0.ebuild deleted file mode 100644 index 923a0423983c..000000000000 --- a/dev-python/ddt/ddt-1.0.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python{2_7,3_{3,4,5}} ) - -inherit distutils-r1 - -DESCRIPTION="A library to multiply test cases" -HOMEPAGE="https://pypi.python.org/pypi/ddt https://github.com/txels/ddt" -SRC_URI="mirror://pypi/d/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/ddt/ddt-1.0.1.ebuild b/dev-python/ddt/ddt-1.0.1.ebuild deleted file mode 100644 index c906ec6bbac7..000000000000 --- a/dev-python/ddt/ddt-1.0.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python{2_7,3_{3,4,5}} ) - -inherit distutils-r1 - -DESCRIPTION="A library to multiply test cases" -HOMEPAGE="https://pypi.python.org/pypi/ddt https://github.com/txels/ddt" -SRC_URI="mirror://pypi/d/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/ddt/ddt-1.1.0.ebuild b/dev-python/ddt/ddt-1.1.0.ebuild index c906ec6bbac7..923a0423983c 100644 --- a/dev-python/ddt/ddt-1.1.0.ebuild +++ b/dev-python/ddt/ddt-1.1.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/d/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" RDEPEND="" |