public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pykit/
Date: Wed, 27 Apr 2016 12:00:15 +0000 (UTC)	[thread overview]
Message-ID: <1461758405.542b02b3ff5230cc3b46de2a7e7658dfe5650ad6.kensington@gentoo> (raw)

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>sci@gentoo.org</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	other threads:[~2016-04-27 12:00 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1461758405.542b02b3ff5230cc3b46de2a7e7658dfe5650ad6.kensington@gentoo \
    --to=kensington@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox