public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/nose-descriptionfixer/
@ 2016-08-31  7:44 Tobias Klausmann
  0 siblings, 0 replies; 2+ messages in thread
From: Tobias Klausmann @ 2016-08-31  7:44 UTC (permalink / raw
  To: gentoo-commits

commit:     549b97f82885dd1b3e3a8de23f6bfb18b4d898d9
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 31 07:43:51 2016 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Wed Aug 31 07:43:51 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=549b97f8

dev-python/nose-descriptionfixer: Initial addition to the tree

 dev-python/nose-descriptionfixer/Manifest            |  1 +
 dev-python/nose-descriptionfixer/metadata.xml        |  9 +++++++++
 .../nose-descriptionfixer-0.0.4.ebuild               | 20 ++++++++++++++++++++
 3 files changed, 30 insertions(+)

diff --git a/dev-python/nose-descriptionfixer/Manifest b/dev-python/nose-descriptionfixer/Manifest
new file mode 100644
index 00000000..1cdbbdd
--- /dev/null
+++ b/dev-python/nose-descriptionfixer/Manifest
@@ -0,0 +1 @@
+DIST nose-descriptionfixer-0.0.4.tar.gz 2889 SHA256 4c74bd38f6fcf158b0681ea4ccb6b4f64c09867d039d5ef9a8c1856395dbac7c SHA512 c52e463282c1574ee35e96f680aeaebb6ec1b8ba1bfe58e387cf41d8708c60a7cb7501717de03a90f47db9c4b3aa3e5a4a57e4769d053fd4883e565369d8fce7 WHIRLPOOL aca6044c5dc11aa30ff9a20370687d2aa33af49e5576711405f7b233a2b5c0a0b02bef6310bcac4da814321872c5cb2f79b628e59550373a4e497f4b944a3b5b

diff --git a/dev-python/nose-descriptionfixer/metadata.xml b/dev-python/nose-descriptionfixer/metadata.xml
new file mode 100644
index 00000000..639c1bc
--- /dev/null
+++ b/dev-python/nose-descriptionfixer/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>klausman@gentoo.org</email>
+    <name>Tobias Klausmann</name>
+  </maintainer>
+</pkgmetadata>
+

diff --git a/dev-python/nose-descriptionfixer/nose-descriptionfixer-0.0.4.ebuild b/dev-python/nose-descriptionfixer/nose-descriptionfixer-0.0.4.ebuild
new file mode 100644
index 00000000..e467794
--- /dev/null
+++ b/dev-python/nose-descriptionfixer/nose-descriptionfixer-0.0.4.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3)
+
+inherit distutils-r1
+
+DESCRIPTION="Fix the way tests are described when the verbose flag is used "
+HOMEPAGE="https://pypi.python.org/pypi/nose-descriptionfixer"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/nose-descriptionfixer/
@ 2017-05-16 12:49 Manuel Rüger
  0 siblings, 0 replies; 2+ messages in thread
From: Manuel Rüger @ 2017-05-16 12:49 UTC (permalink / raw
  To: gentoo-commits

commit:     b76e36a647db54c67c67498e7341c58eaf2ddedf
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue May 16 12:25:41 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue May 16 12:49:05 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b76e36a6

dev-python/nose-descriptionfixer: Add python3_6

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/nose-descriptionfixer/nose-descriptionfixer-0.0.4.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/nose-descriptionfixer/nose-descriptionfixer-0.0.4.ebuild b/dev-python/nose-descriptionfixer/nose-descriptionfixer-0.0.4.ebuild
index 5a1751e9185..6407e5fdba1 100644
--- a/dev-python/nose-descriptionfixer/nose-descriptionfixer-0.0.4.ebuild
+++ b/dev-python/nose-descriptionfixer/nose-descriptionfixer-0.0.4.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3)
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3)
 
 inherit distutils-r1
 
-DESCRIPTION="Fix the way tests are described when the verbose flag is used "
+DESCRIPTION="Fix the way tests are described when the verbose flag is used"
 HOMEPAGE="https://pypi.python.org/pypi/nose-descriptionfixer"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 


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

end of thread, other threads:[~2017-05-16 12:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-16 12:49 [gentoo-commits] repo/gentoo:master commit in: dev-python/nose-descriptionfixer/ Manuel Rüger
  -- strict thread matches above, loose matches on Subject: below --
2016-08-31  7:44 Tobias Klausmann

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