From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0F9C6138359 for ; Wed, 7 Oct 2020 01:15:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C406E0991; Wed, 7 Oct 2020 01:15:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 44755E0991 for ; Wed, 7 Oct 2020 01:15:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 355F3335CC0 for ; Wed, 7 Oct 2020 01:15:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE48533A for ; Wed, 7 Oct 2020 01:15:11 +0000 (UTC) From: "Aisha Tammy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" Message-ID: <1602033291.3c89bce67a9e43afa914cb1b1100f11ecc63c782.epsilon-0@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/dimensionful/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/dimensionful/dimensionful-9999.ebuild dev-python/dimensionful/metadata.xml X-VCS-Directories: dev-python/dimensionful/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: 3c89bce67a9e43afa914cb1b1100f11ecc63c782 X-VCS-Branch: master Date: Wed, 7 Oct 2020 01:15:11 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 79085f6d-1021-4c17-976d-480cf1aff48b X-Archives-Hash: 5a84d48a40af5884f8c3157273f46346 commit: 3c89bce67a9e43afa914cb1b1100f11ecc63c782 Author: Aisha Tammy aisha cc> AuthorDate: Wed Oct 7 01:14:51 2020 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Wed Oct 7 01:14:51 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=3c89bce6 dev-python/dimensionful: drop dead package Signed-off-by: Aisha Tammy aisha.cc> dev-python/dimensionful/dimensionful-9999.ebuild | 28 ------------------------ dev-python/dimensionful/metadata.xml | 11 ---------- 2 files changed, 39 deletions(-) diff --git a/dev-python/dimensionful/dimensionful-9999.ebuild b/dev-python/dimensionful/dimensionful-9999.ebuild deleted file mode 100644 index ec392a1df..000000000 --- a/dev-python/dimensionful/dimensionful-9999.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 git-r3 - -DESCRIPTION="A simple library for making your data dimensionful" -HOMEPAGE="https://github.com/caseywstark/dimensionful" -SRC_URI="" -EGIT_REPO_URI="git://github.com/caseywstark/dimensionful.git" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="" -IUSE="" - -DEPEND="" -RDEPEND="dev-python/sympy[${PYTHON_USEDEP}]" - -python_test() { - local t - for t in test/test_*.py; do - ${EPYTHON} "${t}" || die - done -} diff --git a/dev-python/dimensionful/metadata.xml b/dev-python/dimensionful/metadata.xml deleted file mode 100644 index cd6735682..000000000 --- a/dev-python/dimensionful/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - xarthisius@gentoo.org - Kacper Kowalik - - - caseywstark/dimensionful - -