commit:     d3fed34127b78e0ad62c9f22463b257843b45f79
Author:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  9 13:06:15 2016 +0000
Commit:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Fri Sep  9 13:06:15 2016 +0000
URL:        https://gitweb.gentoo.org/dev/dev-zero.git/commit/?id=d3fed341

dev-python/pyhamcrest: changes merged to ebuild in tree

 dev-python/pyhamcrest/Manifest                |  1 -
 dev-python/pyhamcrest/metadata.xml            | 17 ---------
 dev-python/pyhamcrest/pyhamcrest-1.9.0.ebuild | 53 ---------------------------
 3 files changed, 71 deletions(-)

diff --git a/dev-python/pyhamcrest/Manifest b/dev-python/pyhamcrest/Manifest
deleted file mode 100644
index f829b48..0000000
--- a/dev-python/pyhamcrest/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST PyHamcrest-1.9.0.tar.gz 376623 SHA256 
8ffaa0a53da57e89de14ced7185ac746227a8894dbd5a3c718bf05ddbd1d56cd SHA512 
3b8393d0079b619b208ec7f06ed5133c4ff9d9dba050f818adf56347fc2225fd1c85d60f3dc262b7b9722061f0b8e4966180b6b96245a371e578d0d51633b4b0
 WHIRLPOOL 
2fcd5a30131c7bdf87fe79640d2eee9b4c773be9a25fd79fc8b82d8915d5cd00c6c574b02224e8a2b83cf1590d69884d15c5d300e053b8edcf9468fbe03861a5

diff --git a/dev-python/pyhamcrest/metadata.xml 
b/dev-python/pyhamcrest/metadata.xml
deleted file mode 100644
index d08592a..0000000
--- a/dev-python/pyhamcrest/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="person">
-               <email>alund...@gentoo.org</email>
-               <name>Alex Brandt</name>
-       </maintainer>
-       <longdescription lang="en">
-       </longdescription>
-       <use>
-               <flag name="numpy">Enable optional dependence on 
dev-python/numpy</flag>
-       </use>
-       <upstream>
-               <remote-id type="pypi">PyHamcrest</remote-id>
-               <remote-id type="github">hamcrest/PyHamcrest</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/dev-python/pyhamcrest/pyhamcrest-1.9.0.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-1.9.0.ebuild
deleted file mode 100644
index 76b0c6d..0000000
--- a/dev-python/pyhamcrest/pyhamcrest-1.9.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
-
-inherit distutils-r1
-
-MY_PN="PyHamcrest"
-
-DESCRIPTION="Hamcrest framework for matcher objects"
-HOMEPAGE="https://github.com/hamcrest/PyHamcrest";
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc examples test"
-
-RDEPEND=">=dev-python/six-1.4[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       doc? (
-               >=dev-python/sphinx-1.2.2[${PYTHON_USEDEP}]
-               dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
-       )
-       test? (
-               >=dev-python/pytest-2.6[${PYTHON_USEDEP}]
-               dev-python/mock[${PYTHON_USEDEP}]
-       )"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-RESTRICT="test"
-# the pypi tarball is missing the tests
-# and the 1.9.0 tag is missing in GitHub
-
-python_compile_all() {
-       use doc && esetup.py build_sphinx
-}
-
-python_test() {
-       py.test -v || die "Tests failed under ${EPYTHON}"
-       "${PYTHON}" tests/object_import.py || die "Tests failed under 
${EPYTHON}"
-}
-
-python_install_all() {
-       use doc && local HTML_DOCS=( doc/_build/html/. )
-       use examples && dodoc -r examples
-
-       distutils-r1_python_install_all
-}

Reply via email to