summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-06-10 08:27:33 +0200
committerMichał Górny <mgorny@gentoo.org>2022-06-10 08:54:18 +0200
commit6921a1ba9800f61a27e74c52088678edec334cf4 (patch)
tree35c3756c2697abcd38e1c8163d29cbd769df7c8f /dev-python/atomicwrites
parentdev-python/attrs: Remove old (diff)
downloadgentoo-6921a1ba9800f61a27e74c52088678edec334cf4.tar.gz
gentoo-6921a1ba9800f61a27e74c52088678edec334cf4.tar.bz2
gentoo-6921a1ba9800f61a27e74c52088678edec334cf4.zip
dev-python/atomicwrites: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/atomicwrites')
-rw-r--r--dev-python/atomicwrites/atomicwrites-1.4.0-r1.ebuild19
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-python/atomicwrites/atomicwrites-1.4.0-r1.ebuild b/dev-python/atomicwrites/atomicwrites-1.4.0-r1.ebuild
deleted file mode 100644
index 0cb008b48826..000000000000
--- a/dev-python/atomicwrites/atomicwrites-1.4.0-r1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
-
-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="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs \
- dev-python/sphinx_rtd_theme