diff options
author | David Seifert <soap@gentoo.org> | 2019-12-29 09:52:25 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-12-29 09:52:25 +0100 |
commit | 384fc649210f96b1fef731a0792e62496958dec9 (patch) | |
tree | 94ce50634eba39f882de2da208c3f0958dc90010 /dev-python/python-editor | |
parent | dev-python/python-designateclient: Remove old (diff) | |
download | gentoo-384fc649210f96b1fef731a0792e62496958dec9.tar.gz gentoo-384fc649210f96b1fef731a0792e62496958dec9.tar.bz2 gentoo-384fc649210f96b1fef731a0792e62496958dec9.zip |
dev-python/python-editor: Remove old
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/python-editor')
-rw-r--r-- | dev-python/python-editor/Manifest | 1 | ||||
-rw-r--r-- | dev-python/python-editor/python-editor-0.4.ebuild | 19 |
2 files changed, 0 insertions, 20 deletions
diff --git a/dev-python/python-editor/Manifest b/dev-python/python-editor/Manifest index 94ac3e4f5f01..97b4eb2d8e4a 100644 --- a/dev-python/python-editor/Manifest +++ b/dev-python/python-editor/Manifest @@ -1,2 +1 @@ -DIST python-editor-0.4.tar.gz 6516 BLAKE2B 158d3a656bf5163a0e97fa5212c49f2c9392afeb9133ef2984b2cb49254246ea86b4575d98dae0ebd58452c315dff78c2bbb89c08066189e34bdacb41caf713c SHA512 f1fd4660e67e8299a6f9183e85a1e213e1156542d84eae6644e4f42e5e2804f813857ee50bd8833728b320415ee6f2be5df4ca69acb10a709f20d2306eb5e7ad DIST python-editor-1.0.3.tar.gz 6975 BLAKE2B 23a4b0990f8715eb0b0ce538f1fbf47d61cf7209588c8be31ae3fb047c706eaf2628c04b29dff517a221676566241f066053680749ab864d067334f875796eba SHA512 258d1ea17ea1c09d8ef52d3b624cc17710559f4a8db3c64696f72aecfcc0830d3509dcdcc9d1ac272155b2aaab432edb7142b0a37f2c3263a2505bff940a3cab diff --git a/dev-python/python-editor/python-editor-0.4.ebuild b/dev-python/python-editor/python-editor-0.4.ebuild deleted file mode 100644 index 32e2b7a7ca00..000000000000 --- a/dev-python/python-editor/python-editor-0.4.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 python3_5 ) - -inherit distutils-r1 - -DESCRIPTION="Programmatically open an editor, capture the result." -HOMEPAGE="https://github.com/fmoo/python-editor" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="dev-python/six[${PYTHON_USEDEP}]" |