gentoo/dev-python/atomicwrites/atomicwrites-1.1.5-r2.ebuild
Amy Liffey 84a82f9d51
dev-python/atomicwrites: enable python 3.5 bug #612116
Package-Manager: portage-2.3.0
2017-03-09 14:35:23 +01:00

22 lines
431 B
Bash

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
inherit distutils-r1
DESCRIPTION="Atomic file writes."
HOMEPAGE="https://github.com/untitaker/python-atomicwrites"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
DOCS=( README.rst )