commit:     9b96418869dd9e48a40d06f25651dcfdb88e65ff
Author:     Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 30 18:06:12 2018 +0000
Commit:     Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Thu Aug 30 18:08:01 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b964188

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

 dev-python/atomicwrites/Manifest                  |  1 +
 dev-python/atomicwrites/atomicwrites-1.2.0.ebuild | 27 +++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/atomicwrites/Manifest b/dev-python/atomicwrites/Manifest
index 72e170e6895..3016bf09df9 100644
--- a/dev-python/atomicwrites/Manifest
+++ b/dev-python/atomicwrites/Manifest
@@ -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

diff --git a/dev-python/atomicwrites/atomicwrites-1.2.0.ebuild 
b/dev-python/atomicwrites/atomicwrites-1.2.0.ebuild
new file mode 100644
index 00000000000..63cec069662
--- /dev/null
+++ b/dev-python/atomicwrites/atomicwrites-1.2.0.ebuild
@@ -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}"
+}

Reply via email to