ruamel-ordereddict: move with the proper name

This commit is contained in:
blshkv 2016-01-11 10:40:31 +08:00
parent 11b167c259
commit 4cf947a5bd
3 changed files with 26 additions and 24 deletions

View file

@ -1,24 +0,0 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
DESCRIPTION="a version of dict that keeps keys in insertion resp. sorted order"
HOMEPAGE="https://bitbucket.org/ruamel/ordereddict"
#SRC_URI="mirror://pypi/${PN:0:1}/ruamel.${PN}/ruamel.${P}.tar.gz"
SRC_URI="https://pypi.python.org/packages/source/r/ruamel.ordereddict/ruamel.ordereddict-0.4.6.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
S=${WORKDIR}/ruamel.ordereddict-0.4.6
DEPEND=""
RDEPEND="${DEPEND}"

View file

@ -0,0 +1 @@
DIST ruamel.ordereddict-0.4.6.tar.gz 47690 SHA256 5e7d1d7967eaa1c7300441b218c018915c31f627d8052f7ce74c41cc6ccc443c SHA512 4b947e5f6e552c4a04d946ae48f459947cf1337268113379e69c4357071a3e255e3b203ae5f89a53b2cbe39110025c798d078fdb7a6775a8d5560a05cdf8be10 WHIRLPOOL 36d5922b92785932e8076006548a403298b0c96ce8835276e4b474672c058eb5953c5c7a6f2d51819eb7074aece31ca18f867d59068ab35e03367d36b8e2409a

View file

@ -0,0 +1,25 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
PYTHON_COMPAT=( python2_7 )
MY_P="ruamel.ordereddict-${PV}"
inherit distutils-r1
DESCRIPTION="An ordered dictionary with KIO/KVIO"
HOMEPAGE="https://bitbucket.org/ruamel/ordereddict"
SRC_URI="mirror://pypi/r/ruamel.ordereddict/${MY_P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
S="${WORKDIR}/${MY_P}"
DEPEND=""
RDEPEND="${DEPEND}"