From 8ac7c2950a8dc6d8b1c46cde8be03ea6e568323a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 14 Jun 2020 10:31:17 +0200 Subject: dev-python/bytecodeassembler: Remove last-rited pkg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/723290 Signed-off-by: Michał Górny --- .../bytecodeassembler/bytecodeassembler-0.6.ebuild | 28 ---------------------- 1 file changed, 28 deletions(-) delete mode 100644 dev-python/bytecodeassembler/bytecodeassembler-0.6.ebuild (limited to 'dev-python/bytecodeassembler/bytecodeassembler-0.6.ebuild') diff --git a/dev-python/bytecodeassembler/bytecodeassembler-0.6.ebuild b/dev-python/bytecodeassembler/bytecodeassembler-0.6.ebuild deleted file mode 100644 index 6a95aeb72a96..000000000000 --- a/dev-python/bytecodeassembler/bytecodeassembler-0.6.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -MY_PN="BytecodeAssembler" - -DESCRIPTION="Generate Python code objects by assembling bytecode" -HOMEPAGE="https://pypi.org/project/BytecodeAssembler/" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.zip -> ${P}.zip" - -KEYWORDS="amd64 x86" -LICENSE="Apache-2.0" -SLOT="0" - -DEPEND="app-arch/unzip - >=dev-python/symboltype-1.0[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}]" - -S="${WORKDIR}"/${MY_PN}-${PV} - -python_test() { - "${PYTHON}" test_assembler.py && einfo "Tests passed under ${EPYTHON}" \ - || die "Tests failed under ${EPYTHON}" -} -- cgit v1.2.3