rangeparser: update ebuilds

This commit is contained in:
Yury Martynov 2019-04-28 12:04:09 +03:00
parent b0781f29cc
commit b2bdc5bd3a
No known key found for this signature in database
GPG key ID: EBE62DD0CCEAE19E
2 changed files with 19 additions and 21 deletions

View file

@ -0,0 +1,19 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
inherit distutils-r1
DESCRIPTION="A python package to parse ranges easily"
HOMEPAGE="https://bitbucket.org/colinwarren/rangeparser"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/RangeParser-${PV}.tar.gz"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
S="${WORKDIR}/RangeParser-${PV}"

View file

@ -1,21 +0,0 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 python3_5 python3_6 )
inherit distutils-r1
DESCRIPTION="parse ranges easily"
HOMEPAGE="https://bitbucket.org/colinwarren/rangeparser"
SRC_URI="https://files.pythonhosted.org/packages/16/fc/801e1ba6a812192d22d6571eb9b415f20b33b71162e417af7971c6ec216f/RangeParser-0.1.3.tar.gz"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
S="${WORKDIR}/RangeParser-${PV}"
DEPEND=""
RDEPEND="${DEPEND}"