commit:     eb4388dbee10f79fa699e4e23a29eb02a1c3d7de
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  4 09:51:53 2020 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Jan  4 09:51:53 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb4388db

dev-python/sancho: remove last-rited pkg

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 dev-python/sancho/Manifest             |  1 -
 dev-python/sancho/metadata.xml         | 11 ---------
 dev-python/sancho/sancho-2.4-r1.ebuild | 43 ----------------------------------
 3 files changed, 55 deletions(-)

diff --git a/dev-python/sancho/Manifest b/dev-python/sancho/Manifest
deleted file mode 100644
index 8bcb8c96b84..00000000000
--- a/dev-python/sancho/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST Sancho-2.4.tar.gz 7962 BLAKE2B 
10e57286834276c6ca37638f4e550d676f5a31f2fa7fb567dfcceb492111c92ffa5aa313886f1d0803048f612aad905f0fd4ebcbcb41838942af083ea1dec2c7
 SHA512 
49230ee8a05dbc5bf3d7b3900504f47a3a47f013878e75f93c277610e4d22f9714b9a58a41a779e25b0ddb9c24ff351508c0b72c78fe146b8371024345629e21

diff --git a/dev-python/sancho/metadata.xml b/dev-python/sancho/metadata.xml
deleted file mode 100644
index 9cbbcb5053a..00000000000
--- a/dev-python/sancho/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-<maintainer type="person">
-       <email>[email protected]</email>
-</maintainer>
-<maintainer type="project">
-       <email>[email protected]</email>
-       <name>Python</name>
-</maintainer>
-</pkgmetadata>

diff --git a/dev-python/sancho/sancho-2.4-r1.ebuild 
b/dev-python/sancho/sancho-2.4-r1.ebuild
deleted file mode 100644
index 38d99a97417..00000000000
--- a/dev-python/sancho/sancho-2.4-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-MY_P="Sancho-${PV}"
-
-DESCRIPTION="Sancho is a unit testing framework"
-HOMEPAGE="https://www.mems-exchange.org/software/sancho/";
-SRC_URI="https://www.mems-exchange.org/software/files/${PN}/${MY_P}.tar.gz";
-
-LICENSE="CNRI"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-S="${WORKDIR}/${MY_P}"
-
-python_test() {
-       cd test
-       local test test_failure test_failure_count=0
-       for test in *.py; do
-               test_failure="0"
-               ebegin "Testing ${test}"
-               "${PYTHON}" "${test}" > "${test}.output"
-               grep -Eqv "^${test}: .*:$" "${test}.output" && test_failure="1"
-               eend "${test_failure}"
-               if [[ "${test_failure}" == "1" ]]; then
-                       ((test_failure_count++))
-                       eerror "Failure output for ${test}"
-                       cat "${test}.output"
-               fi
-       done
-       if [[ "${test_failure_count}" -gt "0" ]]; then
-               die "${test_failure_count} tests failed"
-       fi
-}

Reply via email to