commit:     542b02b3ff5230cc3b46de2a7e7658dfe5650ad6
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 27 11:55:36 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> 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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-  <maintainer type="project">
-    <email>[email protected]</email>
-    <name>Gentoo Science Project</name>
-  </maintainer>
-  <longdescription lang="en">
-  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.
-</longdescription>
-  <upstream>
-    <remote-id type="github">pykit/pykit</remote-id>
-  </upstream>
-</pkgmetadata>

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
-}

Reply via email to