public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/dev-zero:master commit in: dev-python/guessit/
@ 2016-03-26 19:55 Tiziano Müller
  0 siblings, 0 replies; 2+ messages in thread
From: Tiziano Müller @ 2016-03-26 19:55 UTC (permalink / raw
  To: gentoo-commits

commit:     a1e81d64b20c2ed00ad41abe8d507a6e4a4c1ea1
Author:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 19:55:10 2016 +0000
Commit:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 19:55:10 2016 +0000
URL:        https://gitweb.gentoo.org/dev/dev-zero.git/commit/?id=a1e81d64

dev-python/guessit: remove requirement for pytest-runner

 dev-python/guessit/guessit-1.0.3.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-python/guessit/guessit-1.0.3.ebuild b/dev-python/guessit/guessit-1.0.3.ebuild
index 0bc5611..a4728ee 100644
--- a/dev-python/guessit/guessit-1.0.3.ebuild
+++ b/dev-python/guessit/guessit-1.0.3.ebuild
@@ -36,6 +36,9 @@ python_prepare_all() {
 	rm guessit/test/test_benchmark.py || die
 	sed -i -e "s|'pytest-benchmark', ||" setup.py || die
 
+	# remove the pytest-runner requirement for normal installation
+	sed -i -e '/setup_requires/d' setup.py || die
+
 	distutils-r1_python_prepare_all
 }
 


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] dev/dev-zero:master commit in: dev-python/guessit/
@ 2016-06-09 10:19 Tiziano Müller
  0 siblings, 0 replies; 2+ messages in thread
From: Tiziano Müller @ 2016-06-09 10:19 UTC (permalink / raw
  To: gentoo-commits

commit:     d45788241d05b9c1beaea36d3b3dfebbf0128393
Author:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  9 10:05:32 2016 +0000
Commit:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Thu Jun  9 10:05:32 2016 +0000
URL:        https://gitweb.gentoo.org/dev/dev-zero.git/commit/?id=d4578824

dev-python/guessit: drop obsolete

 dev-python/guessit/Manifest             |  1 -
 dev-python/guessit/guessit-1.0.3.ebuild | 47 ---------------------------------
 dev-python/guessit/metadata.xml         | 16 -----------
 3 files changed, 64 deletions(-)

diff --git a/dev-python/guessit/Manifest b/dev-python/guessit/Manifest
deleted file mode 100644
index fe1ab14..0000000
--- a/dev-python/guessit/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST guessit-1.0.3.tar.gz 1200782 SHA256 6de9149b663b415ebc1f4ab9f12eb624ca859cf13cc1a491382f56619f33f59b SHA512 be427d3ac5b598fe14b26b4fa41c3bd9c0cc946df85381c61be9180275b54f6beac9d433ba781f4351bf94eba5a53b1097d8503268efd9019d50beb60f92cfcb WHIRLPOOL 31b2bb0e57a395f38f7ebe2420945cf00e00149a8345db245c3978cebb6366b53b8b1eae89838d4729e1e8c15abef2f4c8c91f64e5eb3e6f36a56f54de715546

diff --git a/dev-python/guessit/guessit-1.0.3.ebuild b/dev-python/guessit/guessit-1.0.3.ebuild
deleted file mode 100644
index a4728ee..0000000
--- a/dev-python/guessit/guessit-1.0.3.ebuild
+++ /dev/null
@@ -1,47 +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
-
-DESCRIPTION="library for guessing information from video files"
-HOMEPAGE="http://guessit.readthedocs.org https://github.com/wackou/guessit https://pypi.python.org/pypi/guessit"
-SRC_URI="https://github.com/wackou/guessit/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
-	>=dev-python/babelfish-0.5.1[${PYTHON_USEDEP}]
-	>=dev-python/stevedore-0.14[${PYTHON_USEDEP}]
-	dev-python/requests[${PYTHON_USEDEP}]
-	>=dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-	test? (
-		dev-python/pytest[${PYTHON_USEDEP}]
-		dev-python/pytest-capturelog[${PYTHON_USEDEP}]
-		dev-python/pyyaml[${PYTHON_USEDEP}]
-	)
-	dev-python/setuptools[${PYTHON_USEDEP}]
-"
-
-python_prepare_all() {
-	# patch away benchmark "tests" (mainly beause we lack pytest-benchmark atm)
-	rm guessit/test/test_benchmark.py || die
-	sed -i -e "s|'pytest-benchmark', ||" setup.py || die
-
-	# remove the pytest-runner requirement for normal installation
-	sed -i -e '/setup_requires/d' setup.py || die
-
-	distutils-r1_python_prepare_all
-}
-
-python_test() {
-	esetup.py test
-}

diff --git a/dev-python/guessit/metadata.xml b/dev-python/guessit/metadata.xml
deleted file mode 100644
index 0083d27..0000000
--- a/dev-python/guessit/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <maintainer type="person">
-    <email>nikoli@gmx.us</email>
-    <name>Nikoli</name>
-  </maintainer>
-  <maintainer type="project">
-    <email>proxy-maint@gentoo.org</email>
-    <name>Proxy Maintainers</name>
-  </maintainer>
-  <upstream>
-    <remote-id type="pypi">guessit</remote-id>
-    <remote-id type="github">wackou/guessit</remote-id>
-  </upstream>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-06-09 10:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-26 19:55 [gentoo-commits] dev/dev-zero:master commit in: dev-python/guessit/ Tiziano Müller
  -- strict thread matches above, loose matches on Subject: below --
2016-06-09 10:19 Tiziano Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox