mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 10:58:21 -07:00
dev-python/atomicwrites: version bump 1.2.0
- Change source from pypi to github due to broken tarball Package-Manager: Portage-2.3.40, Repoman-2.3.9
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST 1.2.0.tar.gz 11737 BLAKE2B bfc607ad7ef43aef4dd91ac2e3e39516a32c9381ef74316d514127fb3881ae63970f3bcf4c0c72a10a42e1b57ebb6278a5cdf87ae13aac0b5be14ab570f20470 SHA512 b43f834e82dd771e013d44df8c5cd9744bfb896fd58cc609de1d0e730bfbb4cf0afbe93ef8ef2396b7a879c07bccbc5baa50a60f625d09cf7c7aeccb5865afda
|
||||
DIST atomicwrites-1.1.5.tar.gz 18951 BLAKE2B b0932995aae3ca23c11aace182429f4888819ea542a12b59d5b7ed4621c4759285d0cba306437bd1ce35b1ba32eac8ae6afc6548f2bae61870dbf03927c4fe75 SHA512 4de8ab93dcb226c55e8ae1b0ef883c2e1eeae50ac6596afe036ca51dbf6b094c13dbf2d792972312d4c53551886aaa2713aac54bfab42b85abef4d1146e039ac
|
||||
|
||||
27
dev-python/atomicwrites/atomicwrites-1.2.0.ebuild
Normal file
27
dev-python/atomicwrites/atomicwrites-1.2.0.ebuild
Normal file
@@ -0,0 +1,27 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
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="https://github.com/untitaker/python-${PN}/archive/${PV}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
|
||||
|
||||
S="${WORKDIR}/python-${P}"
|
||||
|
||||
DOCS=( README.rst )
|
||||
|
||||
python_test() {
|
||||
py.test -v || die "Tests fail with ${EPYTHON}"
|
||||
}
|
||||
Reference in New Issue
Block a user