mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 19:11:57 +02:00
rangeparser: update ebuilds
This commit is contained in:
parent
b0781f29cc
commit
b2bdc5bd3a
2 changed files with 19 additions and 21 deletions
19
dev-python/rangeparser/rangeparser-0.1.3-r1.ebuild
Normal file
19
dev-python/rangeparser/rangeparser-0.1.3-r1.ebuild
Normal 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}"
|
||||
|
|
@ -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}"
|
||||
Loading…
Reference in a new issue