mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
dev-python/pyev: Clean old up
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST pyev-0.8.1-4.04.tar.gz 623423 BLAKE2B e859e416c9c68678467fd7d9db3a291bbde27cf29dc48c539da9c35c7ec29a8ef347249faefae8b1dca528aaa5971e3be40003528879ada166d33104eeec59ce SHA512 59fd8564445822c12032889c826ad148b15544462aa72d4658cc5887b5af3542e399d2d47767f935f8638836f9ba954e4c8ceef6f5f630e3ee035ba96d339e1d
|
||||
DIST pyev-0.9.0.tar.gz 223943 BLAKE2B bb54795214f4f1f46bd33ebd3826060bb256e2df9602e4aaa30966c30dc4c6df33b0b40a6f00b5484d27670fa0b502e630ca61efce4a1e03c5269afbb99a38a8 SHA512 05eafd70b843be8ee84a9a384fea9f222445930de00c5a6ac38c6e798f22165914fab3825be8e98e84fa68fdfe9e477718190a6939737667868b4badeb1eafa8
|
||||
|
||||
@@ -1,34 +0,0 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_4} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
MY_P=${P}-4.04
|
||||
|
||||
DESCRIPTION="Python libev interface, an event loop"
|
||||
HOMEPAGE="https://code.google.com/p/pyev/
|
||||
http://pythonhosted.org/pyev/"
|
||||
SRC_URI="mirror://pypi/p/pyev/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="|| ( BSD GPL-2 )"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="dev-libs/libev
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
${PYTHON_DEPS}"
|
||||
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
HTML_DOCS=( doc/. )
|
||||
|
||||
python_prepare() {
|
||||
distutils-r1_python_prepare
|
||||
}
|
||||
Reference in New Issue
Block a user