gentoo/dev-python/locket/locket-0.2.0.ebuild
Manuel Rüger cc8601d5ec
dev-python/locket: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
2017-04-28 18:21:33 +02:00

20 lines
456 B
Bash

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1
DESCRIPTION="File-based locks for Python"
HOMEPAGE="https://github.com/mwilliamson/locket.py"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"