diff options
author | 2017-08-12 14:26:13 +0200 | |
---|---|---|
committer | 2017-08-12 14:26:13 +0200 | |
commit | 0858f81e55cc09251247802bb82c00407c471584 (patch) | |
tree | 18a75768d916afbd96ccfc1ac2fc517adcff25d9 /dev-python | |
parent | www-servers/caddy: Remove old (diff) | |
download | gentoo-0858f81e55cc09251247802bb82c00407c471584.tar.gz gentoo-0858f81e55cc09251247802bb82c00407c471584.tar.bz2 gentoo-0858f81e55cc09251247802bb82c00407c471584.zip |
dev-python/python-afl: Remove old
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/python-afl/Manifest | 1 | ||||
-rw-r--r-- | dev-python/python-afl/python-afl-0.6.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/dev-python/python-afl/Manifest b/dev-python/python-afl/Manifest index c96891a531d0..21316ce3d72a 100644 --- a/dev-python/python-afl/Manifest +++ b/dev-python/python-afl/Manifest @@ -1,2 +1 @@ DIST python-afl-0.6.1.tar.gz 14795 SHA256 3dc79ae0018a00e936ce2e5ee5ceb2634337103e2cc83bdd78029404b4dca91d SHA512 25662ae96db23560ab0f7df1468f1a4737f8f68853bed75cfcfe6112a6fac110501c66941402f35686d6b96a6d124a2aeeaed79052d618583843528cb3eee3aa WHIRLPOOL 1035d12cbfc0eeffdbb6d824be4ed92a66c8416f4b48e1ffed0c5c600fa076b54ba428942afb4fc736c461b7e2f92e4aeb34be29b2058e84bc65240a35166f59 -DIST python-afl-0.6.tar.gz 14641 SHA256 14dc3a0a7fafddacefc209205795785cff8f5852f85732564814ea4eb2d9ee37 SHA512 ecbfd097645be5a97f1c3523d5c9d18d63a5e27c633cd5bc9e7c0ef1e10b55982fc1a8d698a27b66bb3b4eb3b2d21956449aee24ea01df9d626b80a1d9d430b6 WHIRLPOOL c140f351573a48c1dc618e786f9745d0ea63b527c3d4b1379c89432d058c775fb381999f41772df08bae1314b13f34e63eb8f07aa687ec8bad1a1b0971ce99ae diff --git a/dev-python/python-afl/python-afl-0.6.ebuild b/dev-python/python-afl/python-afl-0.6.ebuild deleted file mode 100644 index 7bfa986eb622..000000000000 --- a/dev-python/python-afl/python-afl-0.6.ebuild +++ /dev/null @@ -1,26 +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} ) -inherit distutils-r1 - -DESCRIPTION="Enables American fuzzy lop fork server and instrumentation for pure-Python code" -HOMEPAGE="https://github.com/jwilk/python-afl http://jwilk.net/software/python-afl" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" - -RDEPEND="app-forensics/afl" -DEPEND=">=dev-python/cython-0.19[${PYTHON_USEDEP}] - test? ( dev-python/nose[${PYTHON_USEDEP}] )" - -PATCHES=( "${FILESDIR}"/${P}-fix-test.patch ) - -python_test() { - PATH="${PATH}:." nosetests --verbose || die -} |