From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- dev-python/python-editor/Manifest | 6 ++++++ dev-python/python-editor/metadata.xml | 13 +++++++++++++ dev-python/python-editor/python-editor-0.4.ebuild | 19 +++++++++++++++++++ dev-python/python-editor/python-editor-1.0.3.ebuild | 19 +++++++++++++++++++ 4 files changed, 57 insertions(+) create mode 100644 dev-python/python-editor/Manifest create mode 100644 dev-python/python-editor/metadata.xml create mode 100644 dev-python/python-editor/python-editor-0.4.ebuild create mode 100644 dev-python/python-editor/python-editor-1.0.3.ebuild (limited to 'dev-python/python-editor') diff --git a/dev-python/python-editor/Manifest b/dev-python/python-editor/Manifest new file mode 100644 index 000000000000..7bdb2e58a5eb --- /dev/null +++ b/dev-python/python-editor/Manifest @@ -0,0 +1,6 @@ +DIST python-editor-0.4.tar.gz 6516 SHA256 4421a7116bf3af957266f225bc79ad25b92839cc7974c8335bba5a6582edd3bf SHA512 f1fd4660e67e8299a6f9183e85a1e213e1156542d84eae6644e4f42e5e2804f813857ee50bd8833728b320415ee6f2be5df4ca69acb10a709f20d2306eb5e7ad WHIRLPOOL 2c68e5749bf7955315888a3bed45d3f3b68ef575804342e1391269a9f6f05ddce43242dc988dd29e805f9c165e06731b857238bdebd94e2e5c1f2f7181da24d9 +DIST python-editor-1.0.3.tar.gz 6975 SHA256 a3c066acee22a1c94f63938341d4fb374e3fdd69366ed6603d7b24bed1efc565 SHA512 258d1ea17ea1c09d8ef52d3b624cc17710559f4a8db3c64696f72aecfcc0830d3509dcdcc9d1ac272155b2aaab432edb7142b0a37f2c3263a2505bff940a3cab WHIRLPOOL e0bddecfe9c818916b306aab9c4acaf4efa5c1b2e405b221203939d3c01ef5bcc3ed8c2109a45dedbbe447ebeff02c3d17fe23dc8e40698e5206b19dd3ee5337 +EBUILD python-editor-0.4.ebuild 514 SHA256 c0f2786ff67212b4210409dddb48f6c0458fccd8a0388d9462073c8655a88d86 SHA512 b2bd4956d1dbddcba3d4ee673488aa92a2023b297d2399d83ac92077819b487d79059fda255d6d70acb378424e049c36607aaf018fb61204e02664b265000fae WHIRLPOOL 74098df577a7ed42abcb49275106e35ea529d720f9e9236cdd51801fcdde5b783d2c0fae0de9a4fb0fe421bcb71939f9c7a7036076ecab12ebc3b5c63d4700ef +EBUILD python-editor-1.0.3.ebuild 515 SHA256 4fcde4b3f888079c2989705e2c46890359e962b23d58da322e52447e6e409332 SHA512 d234c0ce062b3eb29324cc21c8ab091e1bd3a9c70408c97d226dd20dac2d938072385fb917f61c984df811fe6a269d162f94433ed748ed9aa9ecaafc858e2e58 WHIRLPOOL f743e18f6831049318f71437961185979de73d9e1f92ede268a9f418bf84d5bb61770a97bd125d71050153c57eceddb72752280f38ded12e0172e6395a7328e6 +MISC ChangeLog 1918 SHA256 26ce704daf37c3338b41d14b1584779920e88853306af0ad75f4468cab330e8c SHA512 a74c6b00bc564dfd63ad140556e6f92c4f965641e48235ef30e925958c777ce5946e5c1ac961426d450baf42d302866bc0010b8db9b3e3ed9d355863076e9b50 WHIRLPOOL 8ce23553c4ae3f75757292c47e02b19faf1c3199aa1a5bcdb3be1560762553b84b3100fc388ba559424ad4b6bb5ce6e332803ae7e72fbb3ac8b53054657f1a41 +MISC metadata.xml 454 SHA256 8a72e07df6a16c65d4d08df0b4363ec70cffe9c27f3070c3ef89adefa5cdbc12 SHA512 2a75117477ebfe097dc4791d65581ccfd010406eeb3d5145c237edcee0b3af409ccee45abd83b18798ace1196206343a94032058f53e20a708c30ddcebe6b432 WHIRLPOOL c73e95774b230fe401edb6a3554db8ea515363d196c51ee2b454ee6a31367b555793dbadeb05d842afbbc85c8cf81bd7a4bdfbd039bb317b3f44d2d77743d759 diff --git a/dev-python/python-editor/metadata.xml b/dev-python/python-editor/metadata.xml new file mode 100644 index 000000000000..3c5614e4b63d --- /dev/null +++ b/dev-python/python-editor/metadata.xml @@ -0,0 +1,13 @@ + + + + + prometheanfire@gentoo.org + Matthew Thode + + + https://github.com/fmoo/python-editor/issues + fmoo/python-editor + python-editor + + diff --git a/dev-python/python-editor/python-editor-0.4.ebuild b/dev-python/python-editor/python-editor-0.4.ebuild new file mode 100644 index 000000000000..bb371cae4a98 --- /dev/null +++ b/dev-python/python-editor/python-editor-0.4.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +PYTHON_COMPAT=( python2_7 python3_4 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}]" diff --git a/dev-python/python-editor/python-editor-1.0.3.ebuild b/dev-python/python-editor/python-editor-1.0.3.ebuild new file mode 100644 index 000000000000..861c2a058204 --- /dev/null +++ b/dev-python/python-editor/python-editor-1.0.3.ebuild @@ -0,0 +1,19 @@ +# 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,3_5,3_6} ) + +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 ~arm ~arm64 ~x86" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="dev-python/six[${PYTHON_USEDEP}]" -- cgit v1.2.3