mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-07 17:03:31 +01:00
25 lines
542 B
Bash
25 lines
542 B
Bash
# Copyright 1999-2014 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: blshkv $
|
|
|
|
EAPI=5
|
|
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
|
|
|
|
inherit distutils-r1
|
|
|
|
MY_PN="darts.util.lru"
|
|
DESCRIPTION="LRU Dictionaries"
|
|
HOMEPAGE="https://github.com/deterministic-arts/DartsPyLRU"
|
|
SRC_URI="mirror://pypi/d/${MY_PN}/${MY_PN}-${PV}.tar.gz"
|
|
|
|
LICENSE="MIT"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
|
|
S=${WORKDIR}/"${MY_PN}-${PV}"
|
|
|
|
#DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
|
|
|
|
#python_test() {
|
|
# esetup.py test
|
|
#}
|