mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 23:08:09 -07:00
dev-python/ropemode: Bump
Package-Manager: portage-2.2.27
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST ropemode-0.2.tar.gz 12268 SHA256 54b2c7b4a04b22d41aa686942dc521a89ac36fd2c7356c2707939bb97980864b SHA512 59b9a8f8caf03f480994c546b48c0be8bd85ebf44b406e216b6651e254b3fd9c6a532a5bab1be1301b12dcf756d3ad325f38e810fe5ea5bbcc700979cfbd5055 WHIRLPOOL ccf2a99abe7c3cc9634dd118f3f65f3b32a09c7f846f8314d8abcfcd15ae761b43be0fa61089ba682b62f75256bb69d54f11f8cf171cc4586295fceb3189c4f2
|
||||
DIST ropemode-0.3.tar.gz 12322 SHA256 b81637be131f549262212af5a2d337595dbf56269bebf731c3609637da8c57e5 SHA512 1cbd0bc5122cb0397aeefe471a29de6306981cd54ba753fb1a3baa880674b1a718f328017668846aa973ceb64910cf25f6b3c1df08b16637314de90a336c0feb WHIRLPOOL 4668af1467fa16ef3c5135a41d570d084a478014f96eedb54061a30e5142d3a1811b0d26223166f59be2f684022c56db60cd2705ecd3ac1da876318362721e74
|
||||
|
||||
26
dev-python/ropemode/ropemode-0.3.ebuild
Normal file
26
dev-python/ropemode/ropemode-0.3.ebuild
Normal file
@@ -0,0 +1,26 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
MY_P="${P/_rc/-rc}"
|
||||
|
||||
DESCRIPTION="A helper for using rope refactoring library in IDEs"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/ropemode"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=">=dev-python/rope-0.9.2[${PYTHON_USEDEP}]"
|
||||
DEPEND="${DEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
Reference in New Issue
Block a user