summaryrefslogtreecommitdiff
path: root/dev-python/kiwi
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-06-09 09:27:03 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-06-09 09:27:03 +0100
commitcb3e8c6af7661fbcafdcacc7e0ecdfb610d098fa (patch)
tree047fc92023c520d07f13ec5ac96e094d1b312a7a /dev-python/kiwi
parent7b9f15840068dfaeea5684f8a1af1fe460dfa14c (diff)
gentoo resync : 09.06.2018
Diffstat (limited to 'dev-python/kiwi')
-rw-r--r--dev-python/kiwi/Manifest5
-rw-r--r--dev-python/kiwi/kiwi-1.9.39.2.ebuild44
-rw-r--r--dev-python/kiwi/kiwi-1.9.40.ebuild46
-rw-r--r--dev-python/kiwi/metadata.xml12
4 files changed, 0 insertions, 107 deletions
diff --git a/dev-python/kiwi/Manifest b/dev-python/kiwi/Manifest
deleted file mode 100644
index 1aa31e00956b..000000000000
--- a/dev-python/kiwi/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-DIST kiwi-gtk-1.9.39.2.tar.gz 678242 BLAKE2B 3bebe02af3b439fbd028bd6bef0ae5d9610df0afca4b0a2e671b152b73fb8fad37ffaf7c67eee2b228af1698a981a5e7bf35d075b534f209ec41b438dd9432de SHA512 fa54623bb95a7ebe03e87c10d3bb271bd98fa4f40f7244f399cf2f86bf9b2e257666fc58caa4cc83d91a3c7fcf06817886ef5cab1baff58c8cbfdf6cfd12a554
-DIST kiwi-gtk-1.9.40.tar.gz 675794 BLAKE2B d775bc826bcb336148dc2cae633301efccea43aa412e9e7fb1039f389bbbdb38baab6771d43f35cc3837dbed0b60d94ba70a215e6d7a55fc4b93e91f7fe50ba4 SHA512 1fa210bcf00eeb8513f1b3fde968a212ac79c286a50a09427b0e3dffc5e78d739e70101ba4a0086d2002ac6907bc40b0103604f486b72e1bec36c9912ae6f2b6
-EBUILD kiwi-1.9.39.2.ebuild 1154 BLAKE2B 92ed5dd62baafc04b4efb0afea06cfe851c6ac8a11d82d7d99891cbad3d58d2d21c88ed4a3bd1776d1ee709f29cfe08c409764a11bf9560d295b84f97fd8bb3d SHA512 74e62f89968357ca2fa4b646d7c35cba9767a76bf88c52554f047126f5bbdb64ea3ce8c942eb54fa7486d071b6acaa716a3f3222782b05b368a35e15be50fffa
-EBUILD kiwi-1.9.40.ebuild 1329 BLAKE2B 0693d004ff107fcc187e0640befa43edcca91e6c5a5d4b55337236e998cae07ad0f3d7e8cb2596a20fefa484b8acc608117a979e08bc1a4d4d1f5fb52344a28a SHA512 8a14877c725e6f5fdd3250c7e5deb5c72a3960d58604c3b2add071cf453abdcd84fa8f0e639753b280d271946d7d34ec57aff2f522dfef83498b1caf432f9fb8
-MISC metadata.xml 358 BLAKE2B d60b9270f4b4e3d5fe9643fb74d31cf4e71c0e0ee30e634a8ebef024fa042552184497a9b19e6171a5dbd59fb583c643cf21f328c332e13ee0ab3a865803d470 SHA512 26cf10d26661eba23c7b1b7e48aa5498a1534ebc67e00de3a8fd49ece5ca4a14db84a6b9bd9797957aefb21724a053bbcdccfd814684603145078beeee2e137a
diff --git a/dev-python/kiwi/kiwi-1.9.39.2.ebuild b/dev-python/kiwi/kiwi-1.9.39.2.ebuild
deleted file mode 100644
index 7ae149f76646..000000000000
--- a/dev-python/kiwi/kiwi-1.9.39.2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 versionator virtualx
-
-DESCRIPTION="Kiwi is a pure Python framework and set of enhanced PyGTK widgets"
-HOMEPAGE="https://launchpad.net/kiwi
- https://pypi.org/project/kiwi-gtk/"
-MY_PN="${PN}-gtk"
-MY_P="${MY_PN}-${PV}"
-SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
-IUSE="examples test"
-
-RDEPEND=">=dev-python/setuptools-0.8[${PYTHON_USEDEP}]
- >=dev-python/pygtk-2.24[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- test? ( dev-python/mock[${PYTHON_USEDEP}] )"
-
-S="${WORKDIR}/${MY_P}"
-
-python_prepare_all() {
- sed -e "s:share/doc/kiwi:share/doc/${PF}:g" -i setup.py || die "sed failed"
- distutils-r1_python_prepare_all
-}
-
-python_test() {
- testing() {
- "${PYTHON}" -m unittest discover || die "tests failed"
- }
- VIRTUALX_COMMAND=virtualmake testing
-}
-
-python_install_all() {
- use examples && local EXAMPLES=( examples/. )
- distutils-r1_python_install_all
- rmdir "${D}"usr/share/doc/${PF}/{api,howto} || die
-}
diff --git a/dev-python/kiwi/kiwi-1.9.40.ebuild b/dev-python/kiwi/kiwi-1.9.40.ebuild
deleted file mode 100644
index d0219774e889..000000000000
--- a/dev-python/kiwi/kiwi-1.9.40.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 versionator virtualx
-
-DESCRIPTION="Kiwi is a pure Python framework and set of enhanced PyGTK widgets"
-HOMEPAGE="https://launchpad.net/kiwi
- https://pypi.org/project/kiwi-gtk/"
-MY_PN="${PN}-gtk"
-MY_P="${MY_PN}-${PV}"
-SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
-IUSE="examples test"
-
-RDEPEND=">=dev-python/setuptools-0.8[${PYTHON_USEDEP}]
- >=dev-python/pygtk-2.24[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- test? ( dev-python/mock[${PYTHON_USEDEP}] )"
-
-S="${WORKDIR}/${MY_P}"
-
-python_prepare_all() {
- sed -e "s:share/doc/kiwi:share/doc/${PF}:g" -i setup.py || die "sed failed"
- distutils-r1_python_prepare_all
-}
-
-python_test() {
- # There is one fail of a test repeated 3 times in tests/test_ui.py however
- # they are shy with their bug tracker. The fail is not a failing of the package's core modules
- testing() {
- "${PYTHON}" -m unittest discover || die "tests failed"
- }
- VIRTUALX_COMMAND=virtualmake testing
-}
-
-python_install_all() {
- use examples && local EXAMPLES=( examples/. )
- distutils-r1_python_install_all
- rmdir "${D}"usr/share/doc/${PF}/{api,howto} || die
-}
diff --git a/dev-python/kiwi/metadata.xml b/dev-python/kiwi/metadata.xml
deleted file mode 100644
index c05c28dbfd5b..000000000000
--- a/dev-python/kiwi/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <upstream>
- <remote-id type="pypi">kiwi-gtk</remote-id>
- <remote-id type="launchpad">kiwi</remote-id>
- </upstream>
-</pkgmetadata>