Merge remote-tracking branch 'github/pr/2627'
[gentoo.git] / dev-python / atomicwrites / atomicwrites-0.1.9.ebuild
1 # Copyright 1999-2016 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 EAPI=6
6 PYTHON_COMPAT=( python{2_7,3_4} )
7
8 inherit distutils-r1
9
10 DESCRIPTION="Atomic file writes."
11 HOMEPAGE="https://github.com/untitaker/python-atomicwrites"
12 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
13
14 LICENSE="MIT"
15 SLOT="0"
16 KEYWORDS="~amd64 ~x86"
17 IUSE=""
18
19 DEPEND=""
20 RDEPEND="${DEPEND}"
21
22 DOCS=( README.rst )