From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A060E138208 for ; Wed, 27 Apr 2016 12:00:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F308F21C04D; Wed, 27 Apr 2016 12:00:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 25A6BE0894 for ; Wed, 27 Apr 2016 12:00:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 75FAD340C24 for ; Wed, 27 Apr 2016 12:00:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7FBE0967 for ; Wed, 27 Apr 2016 12:00:15 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1461758405.542b02b3ff5230cc3b46de2a7e7658dfe5650ad6.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pykit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pykit/Manifest dev-python/pykit/metadata.xml dev-python/pykit/pykit-0.1.0.ebuild dev-python/pykit/pykit-0.2.0.ebuild X-VCS-Directories: dev-python/pykit/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 542b02b3ff5230cc3b46de2a7e7658dfe5650ad6 X-VCS-Branch: master Date: Wed, 27 Apr 2016 12:00:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3087a855-4233-4b37-8fe8-f1a14d236fee X-Archives-Hash: 7771451a575f4eaeba9e7513d604bcb2 commit: 542b02b3ff5230cc3b46de2a7e7658dfe5650ad6 Author: Michael Palimaka gentoo org> AuthorDate: Wed Apr 27 11:55:36 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Apr 27 12:00:05 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=542b02b3 dev-python/pykit: remove last-rited package Gentoo-bug: 571216 dev-python/pykit/Manifest | 2 -- dev-python/pykit/metadata.xml | 18 ------------------ dev-python/pykit/pykit-0.1.0.ebuild | 33 --------------------------------- dev-python/pykit/pykit-0.2.0.ebuild | 33 --------------------------------- 4 files changed, 86 deletions(-) diff --git a/dev-python/pykit/Manifest b/dev-python/pykit/Manifest deleted file mode 100644 index 40211a3..0000000 --- a/dev-python/pykit/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST pykit-0.1.0.tar.gz 96379 SHA256 a9acc4210b5852a021c6317ee51de819c291146924122404fc065170b5128b69 SHA512 739f253d463ddf0da5b5fd4f74f73df416787af1ebd6cca46bdc88c9a1d733b9a6663f0abe74e23c7da7967e5b14ca4fd0acbb0bb08fcf1cfa57697f714d6726 WHIRLPOOL d681be515632fd962e6b55818c10477ebf3e350f776e73a32db683425bd809e68f4b062e22cff48d3a0969e48543486d376aa7ec22712a6ac5c3512aeb77a7a2 -DIST pykit-0.2.0.tar.gz 197103 SHA256 862641497d5aa0fa863b37af65af6cc019168a6ad3b3b6d6a47820ea98b872f0 SHA512 8738c11e790d78cd8a2a53d5d52bc66b2e2d6260dde3ceb7ca4a79dbe5a038a2976626b68a281469da0db518fef8ff3a6dd1dbc8ac9b609e381ca3d64add1799 WHIRLPOOL ccc726cabee3e89efee07ddc5ad9145ae2ad0ce34a2921e741ae82b011e73ebc8fac39ef73d06108fe007926f3d8707472c9d70df7726d300a74e4f7ae050cc7 diff --git a/dev-python/pykit/metadata.xml b/dev-python/pykit/metadata.xml deleted file mode 100644 index 70ba2fb..0000000 --- a/dev-python/pykit/metadata.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - sci@gentoo.org - Gentoo Science Project - - - Backend compiler for high-level typed code with first-class support - for multi-dimensional arrays, list tuples and dicts. High-level - operations are optimized and must be lowered to a runtime - implementation. Provided runtime implementations are in place for - memory management and garbage collection, exceptions and threads. - - - pykit/pykit - - diff --git a/dev-python/pykit/pykit-0.1.0.ebuild b/dev-python/pykit/pykit-0.1.0.ebuild deleted file mode 100644 index e946a49..0000000 --- a/dev-python/pykit/pykit-0.1.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python{2_7,3_3} ) - -inherit distutils-r1 - -DESCRIPTION="Backend compiler for high-level typed code" -HOMEPAGE="http://pykit.github.io/pykit/" -SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="test" - -RDEPEND=" - dev-python/llvmmath[${PYTHON_USEDEP}] - dev-python/llvmpy[${PYTHON_USEDEP}] - dev-python/networkx[${PYTHON_USEDEP}] - >=dev-python/numpy-1.6[${PYTHON_USEDEP}] - dev-python/ply[${PYTHON_USEDEP}] -" -DEPEND=" - test? ( ${RDEPEND} dev-python/nose[${PYTHON_USEDEP}] )" - -python_test() { - cd "${BUILD_DIR}"/lib* || die - ${PYTHON} -c "import sys, pykit; sys.exit(pykit.test())" || die -} diff --git a/dev-python/pykit/pykit-0.2.0.ebuild b/dev-python/pykit/pykit-0.2.0.ebuild deleted file mode 100644 index c891754..0000000 --- a/dev-python/pykit/pykit-0.2.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) - -inherit distutils-r1 - -DESCRIPTION="Backend compiler for high-level typed code" -HOMEPAGE="http://pykit.github.io/pykit/" -SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="test" - -RDEPEND=" - dev-python/llvmmath[${PYTHON_USEDEP}] - dev-python/llvmpy[${PYTHON_USEDEP}] - dev-python/networkx[${PYTHON_USEDEP}] - >=dev-python/numpy-1.6[${PYTHON_USEDEP}] - dev-python/ply[${PYTHON_USEDEP}] -" -DEPEND=" - test? ( ${RDEPEND} dev-python/nose[${PYTHON_USEDEP}] )" - -python_test() { - cd "${BUILD_DIR}"/lib* || die - ${PYTHON} -c "import sys, pykit; sys.exit(pykit.test())" || die -}