[gentoo-commits] repo/gentoo:master commit in: dev-python/regendoc/

2020-03-29 Thread Michał Górny
commit: 4bf994393cbbe611c9a47698f080c459f715f151
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 29 07:01:49 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 29 07:01:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bf99439

dev-python/regendoc: Remove redundant versions

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/regendoc/Manifest|  1 -
 dev-python/regendoc/regendoc-0.5.ebuild | 26 --
 2 files changed, 27 deletions(-)

diff --git a/dev-python/regendoc/Manifest b/dev-python/regendoc/Manifest
index f6b7be23410..fd20b336b04 100644
--- a/dev-python/regendoc/Manifest
+++ b/dev-python/regendoc/Manifest
@@ -1,2 +1 @@
-DIST regendoc-0.5.tar.gz 5651 BLAKE2B 
5e9dbdf51ccbdfcb741a6e17efe8a90d4651e1aa41ebd3223ace901cb6e29b00916c5eb75deec8848dc3b9b5da7934231289d29f1cbe5dfa702f61ff900219d8
 SHA512 
4da72c278901d3bb7ec711337c12738903c3686c7b7b30f95842c3fe2b04b4d59f20fa7b4b1c2334e8c7036ec02d551a777a0eb094541316928eae1945708977
 DIST regendoc-0.6.1.tar.gz 5832 BLAKE2B 
ae3ea674f7c5762f1c53d05c021daf3ab6133efcf9194106eafa87031004aa8e9b53cd86cd9b2ac2b2d6829a38dd11fc2a62db0c4f00d7e1b32a8771bcff171a
 SHA512 
bb6551e1e50fc540649e5856bbfa36d7c26aaa609b8361e4f0260246c6479870cdca97b95db6730a0a6763fea626d4d6267fda1593769f90416447a95f34a18c

diff --git a/dev-python/regendoc/regendoc-0.5.ebuild 
b/dev-python/regendoc/regendoc-0.5.ebuild
deleted file mode 100644
index ca72730cb3e..000
--- a/dev-python/regendoc/regendoc-0.5.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_6 pypy3 )
-
-inherit distutils-r1
-
-MY_PN="RegenDoc"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Check/update simple file/shell examples in documentation"
-HOMEPAGE="https://pypi.org/project/RegenDoc/
-   https://bitbucket.org/pytest-dev/regendoc/;
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux"
-SLOT="0"
-
-RDEPEND="dev-python/click[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-"



[gentoo-commits] repo/gentoo:master commit in: dev-python/regendoc/

2018-03-17 Thread Michał Górny
commit: dc07b2dd6448c954860902714b755fe17bf88c0c
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Mar 17 15:27:47 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 17 21:41:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc07b2dd

dev-python/regendoc: use HTTPS

 dev-python/regendoc/regendoc-0.5.ebuild   | 5 +++--
 dev-python/regendoc/regendoc-0.6.1.ebuild | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/dev-python/regendoc/regendoc-0.5.ebuild 
b/dev-python/regendoc/regendoc-0.5.ebuild
index 62f2904812b..a0cbbb30fc5 100644
--- a/dev-python/regendoc/regendoc-0.5.ebuild
+++ b/dev-python/regendoc/regendoc-0.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,7 +11,8 @@ MY_PN="RegenDoc"
 MY_P="${MY_PN}-${PV}"
 
 DESCRIPTION="Check/update simple file/shell examples in documentation"
-HOMEPAGE="https://pypi.python.org/pypi/RegenDoc 
http://bitbucket.org/pytest-dev/regendoc/;
+HOMEPAGE="https://pypi.python.org/pypi/RegenDoc
+   https://bitbucket.org/pytest-dev/regendoc/;
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${P}.tar.gz"
 
 LICENSE="MIT"

diff --git a/dev-python/regendoc/regendoc-0.6.1.ebuild 
b/dev-python/regendoc/regendoc-0.6.1.ebuild
index 67d79e1102d..872a46354c1 100644
--- a/dev-python/regendoc/regendoc-0.6.1.ebuild
+++ b/dev-python/regendoc/regendoc-0.6.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,7 +11,8 @@ MY_PN="RegenDoc"
 MY_P="${MY_PN}-${PV}"
 
 DESCRIPTION="Check/update simple file/shell examples in documentation"
-HOMEPAGE="https://pypi.python.org/pypi/RegenDoc 
http://bitbucket.org/pytest-dev/regendoc/;
+HOMEPAGE="https://pypi.python.org/pypi/RegenDoc
+   https://bitbucket.org/pytest-dev/regendoc/;
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${P}.tar.gz"
 
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: dev-python/regendoc/

2017-02-12 Thread Zac Medico
commit: d893f0cb63d0073fa1afbef27048835ae390cc65
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Feb 12 18:16:03 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Feb 12 22:19:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d893f0cb

dev-python/regendoc: PYTHON_COMPAT: add python3_6

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/regendoc/regendoc-0.5.ebuild   | 4 ++--
 dev-python/regendoc/regendoc-0.6.1.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/regendoc/regendoc-0.5.ebuild 
b/dev-python/regendoc/regendoc-0.5.ebuild
index 9dc014369a..96e6ea917c 100644
--- a/dev-python/regendoc/regendoc-0.5.ebuild
+++ b/dev-python/regendoc/regendoc-0.5.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
 
 inherit distutils-r1
 

diff --git a/dev-python/regendoc/regendoc-0.6.1.ebuild 
b/dev-python/regendoc/regendoc-0.6.1.ebuild
index f74f9df072..e6269aed0e 100644
--- a/dev-python/regendoc/regendoc-0.6.1.ebuild
+++ b/dev-python/regendoc/regendoc-0.6.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/regendoc/

2015-11-22 Thread Jeroen Roovers
commit: 5b4f036fd08ce87a10e3386c6342bd4dcad8b631
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Nov 23 06:35:16 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Nov 23 06:44:13 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b4f036f

dev-python/regendoc: Stable for HPPA (bug #549898).

Package-Manager: portage-2.2.25
RepoMan-Options: --ignore-arches

 dev-python/regendoc/regendoc-0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/regendoc/regendoc-0.5.ebuild 
b/dev-python/regendoc/regendoc-0.5.ebuild
index f993904..db3fb77 100644
--- a/dev-python/regendoc/regendoc-0.5.ebuild
+++ b/dev-python/regendoc/regendoc-0.5.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://pypi.python.org/pypi/RegenDoc 
http://bitbucket.org/pytest-dev/
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${P}.tar.gz"
 
 LICENSE="MIT"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
 SLOT="0"
 
 RDEPEND="dev-python/click[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/regendoc/

2015-11-22 Thread Markus Meier
commit: c2633fd636ed33eb6fd0bb5a84a77f0ab59c25d9
Author: Markus Meier  gentoo  org>
AuthorDate: Sun Nov 22 19:27:03 2015 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sun Nov 22 19:27:03 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2633fd6

dev-python/regendoc: arm stable, bug #564588

Package-Manager: portage-2.2.25
RepoMan-Options: --include-arches="arm"

 dev-python/regendoc/regendoc-0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/regendoc/regendoc-0.5.ebuild 
b/dev-python/regendoc/regendoc-0.5.ebuild
index 8be7a75..f993904 100644
--- a/dev-python/regendoc/regendoc-0.5.ebuild
+++ b/dev-python/regendoc/regendoc-0.5.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://pypi.python.org/pypi/RegenDoc 
http://bitbucket.org/pytest-dev/
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${P}.tar.gz"
 
 LICENSE="MIT"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
 SLOT="0"
 
 RDEPEND="dev-python/click[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/regendoc/

2015-11-19 Thread Agostino Sarubbo
commit: f294da3b6a6c649b9b7e134af8230a543004d55f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Nov 19 10:24:02 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Nov 19 10:24:02 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f294da3b

dev-python/regendoc: alpha stable wrt bug #564588

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="alpha"

 dev-python/regendoc/regendoc-0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/regendoc/regendoc-0.5.ebuild 
b/dev-python/regendoc/regendoc-0.5.ebuild
index 1b05daf..8be7a75 100644
--- a/dev-python/regendoc/regendoc-0.5.ebuild
+++ b/dev-python/regendoc/regendoc-0.5.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://pypi.python.org/pypi/RegenDoc 
http://bitbucket.org/pytest-dev/
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${P}.tar.gz"
 
 LICENSE="MIT"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
 SLOT="0"
 
 RDEPEND="dev-python/click[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/regendoc/

2015-11-16 Thread Agostino Sarubbo
commit: 240bd0d64a8bc4d95ff85b31ec6ab0b2703126ca
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 16 15:00:04 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 16 15:00:04 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=240bd0d6

dev-python/regendoc: ia64 stable wrt bug #564588

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="ia64"

 dev-python/regendoc/regendoc-0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/regendoc/regendoc-0.5.ebuild 
b/dev-python/regendoc/regendoc-0.5.ebuild
index 61cfa1a..1b05daf 100644
--- a/dev-python/regendoc/regendoc-0.5.ebuild
+++ b/dev-python/regendoc/regendoc-0.5.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://pypi.python.org/pypi/RegenDoc 
http://bitbucket.org/pytest-dev/
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${P}.tar.gz"
 
 LICENSE="MIT"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
 SLOT="0"
 
 RDEPEND="dev-python/click[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/regendoc/

2015-11-05 Thread Agostino Sarubbo
commit: 77c8550ad721a3ed9e58f2a480b68a30ddbbfb03
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Nov  5 11:51:05 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Nov  5 11:51:05 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77c8550a

dev-python/regendoc: sparc stable wrt bug #564588

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="sparc"

 dev-python/regendoc/regendoc-0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/regendoc/regendoc-0.5.ebuild 
b/dev-python/regendoc/regendoc-0.5.ebuild
index 1fa8da8..61cfa1a 100644
--- a/dev-python/regendoc/regendoc-0.5.ebuild
+++ b/dev-python/regendoc/regendoc-0.5.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://pypi.python.org/pypi/RegenDoc 
http://bitbucket.org/pytest-dev/
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${P}.tar.gz"
 
 LICENSE="MIT"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
 SLOT="0"
 
 RDEPEND="dev-python/click[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/regendoc/

2015-11-04 Thread Justin Lecher
commit: 99ee4afb84fe87044eca040022fa99229dc1d6b6
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Nov  4 13:58:15 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Nov  4 14:15:15 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99ee4afb

dev-python/regendoc: Version Bump

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/regendoc/Manifest  |  1 +
 dev-python/regendoc/regendoc-0.6.1.ebuild | 34 +++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/regendoc/Manifest b/dev-python/regendoc/Manifest
index bd75a2f..91cb900 100644
--- a/dev-python/regendoc/Manifest
+++ b/dev-python/regendoc/Manifest
@@ -1 +1,2 @@
 DIST regendoc-0.5.tar.gz 5651 SHA256 
01f60310371f906b1b3c3cfa710d1334e9be20b4e2cde6fdb6555214ad9ff074 SHA512 
4da72c278901d3bb7ec711337c12738903c3686c7b7b30f95842c3fe2b04b4d59f20fa7b4b1c2334e8c7036ec02d551a777a0eb094541316928eae1945708977
 WHIRLPOOL 
8b290c7a5aaf1f1735f62d684589ba093de31b5dbff7223a828b98bad455ce86c7c1442f47d033e569b28e36270fe18f7b5d19f2d9f9e631147002b7b85fc643
+DIST regendoc-0.6.1.tar.gz 5832 SHA256 
db1e8c9ae02c1af559eae105bfd77ba41ed07fc8ca7030ea59db5f3f161236a4 SHA512 
bb6551e1e50fc540649e5856bbfa36d7c26aaa609b8361e4f0260246c6479870cdca97b95db6730a0a6763fea626d4d6267fda1593769f90416447a95f34a18c
 WHIRLPOOL 
56182af8c4e509d8deaf6e59e10dfcd76be7e67cd0a720795e84cbf127bccd17b5028ad784f3fbf2c817e25abe517ea56d2cc958d856c5ff32bdc39f57257f55

diff --git a/dev-python/regendoc/regendoc-0.6.1.ebuild 
b/dev-python/regendoc/regendoc-0.6.1.ebuild
new file mode 100644
index 000..075f70a
--- /dev/null
+++ b/dev-python/regendoc/regendoc-0.6.1.ebuild
@@ -0,0 +1,34 @@
+# 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
+
+MY_PN="RegenDoc"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Check/update simple file/shell examples in documentation"
+HOMEPAGE="https://pypi.python.org/pypi/RegenDoc 
http://bitbucket.org/pytest-dev/regendoc/;
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="dev-python/click[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )
+"
+
+python_test() {
+   py.test -v -v || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/regendoc/

2015-11-04 Thread Agostino Sarubbo
commit: 5a71cda2197434e4d2037a9b1a0185e141aec51b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Nov  4 16:08:17 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Nov  4 16:08:17 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a71cda2

dev-python/regendoc: ppc64 stable wrt bug #564588

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="ppc64"

 dev-python/regendoc/regendoc-0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/regendoc/regendoc-0.5.ebuild 
b/dev-python/regendoc/regendoc-0.5.ebuild
index 3030b39..1fa8da8 100644
--- a/dev-python/regendoc/regendoc-0.5.ebuild
+++ b/dev-python/regendoc/regendoc-0.5.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://pypi.python.org/pypi/RegenDoc 
http://bitbucket.org/pytest-dev/
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${P}.tar.gz"
 
 LICENSE="MIT"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-linux ~x86-linux"
 SLOT="0"
 
 RDEPEND="dev-python/click[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/regendoc/

2015-11-04 Thread Agostino Sarubbo
commit: 60b75ff56ca5819978cd36444801564ee3af94d2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Nov  4 15:48:25 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Nov  4 15:48:25 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60b75ff5

dev-python/regendoc: ppc stable wrt bug #564588

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="ppc"

 dev-python/regendoc/regendoc-0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/regendoc/regendoc-0.5.ebuild 
b/dev-python/regendoc/regendoc-0.5.ebuild
index d0517ff..3030b39 100644
--- a/dev-python/regendoc/regendoc-0.5.ebuild
+++ b/dev-python/regendoc/regendoc-0.5.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://pypi.python.org/pypi/RegenDoc 
http://bitbucket.org/pytest-dev/
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${P}.tar.gz"
 
 LICENSE="MIT"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-linux ~x86-linux"
 SLOT="0"
 
 RDEPEND="dev-python/click[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/regendoc/

2015-11-02 Thread Agostino Sarubbo
commit: a49df2b46b4b90746f4c987b8a045130488ea0b6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov  2 13:08:21 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov  2 13:08:21 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a49df2b4

dev-python/regendoc: amd64 stable wrt bug #564588

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 dev-python/regendoc/regendoc-0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/regendoc/regendoc-0.5.ebuild 
b/dev-python/regendoc/regendoc-0.5.ebuild
index 4120852..2a15ffe 100644
--- a/dev-python/regendoc/regendoc-0.5.ebuild
+++ b/dev-python/regendoc/regendoc-0.5.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://pypi.python.org/pypi/RegenDoc 
http://bitbucket.org/pytest-dev/
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${P}.tar.gz"
 
 LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
 SLOT="0"
 
 RDEPEND="dev-python/click[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/regendoc/

2015-11-02 Thread Agostino Sarubbo
commit: 035ee510c117c562e9542281a5e6d9e5583c5996
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov  2 13:11:27 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov  2 13:11:27 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=035ee510

dev-python/regendoc: x86 stable wrt bug #564588

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"

 dev-python/regendoc/regendoc-0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/regendoc/regendoc-0.5.ebuild 
b/dev-python/regendoc/regendoc-0.5.ebuild
index 2a15ffe..d0517ff 100644
--- a/dev-python/regendoc/regendoc-0.5.ebuild
+++ b/dev-python/regendoc/regendoc-0.5.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://pypi.python.org/pypi/RegenDoc 
http://bitbucket.org/pytest-dev/
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${P}.tar.gz"
 
 LICENSE="MIT"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-linux ~x86-linux"
 SLOT="0"
 
 RDEPEND="dev-python/click[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/regendoc/

2015-10-14 Thread Justin Lecher
commit: dc1133789730bc9469123dbbe3aec09d1a8e96c6
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Oct 14 11:02:49 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Oct 14 11:02:49 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc113378

dev-python/regendoc: Keyword under ALLARCHES policy

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/regendoc/regendoc-0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/regendoc/regendoc-0.5.ebuild 
b/dev-python/regendoc/regendoc-0.5.ebuild
index 6a59d68..4120852 100644
--- a/dev-python/regendoc/regendoc-0.5.ebuild
+++ b/dev-python/regendoc/regendoc-0.5.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://pypi.python.org/pypi/RegenDoc 
http://bitbucket.org/pytest-dev/
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${P}.tar.gz"
 
 LICENSE="MIT"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
 SLOT="0"
 
 RDEPEND="dev-python/click[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/regendoc/

2015-10-11 Thread Justin Lecher
commit: d5dc2fa997be5730543ee5b23d4acec35b7db6f0
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Oct 11 10:45:39 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Oct 11 11:24:29 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5dc2fa9

dev-python/regendoc: Add python3.5 support

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/regendoc/regendoc-0.5-r1.ebuild | 26 ++
 1 file changed, 26 insertions(+)

diff --git a/dev-python/regendoc/regendoc-0.5-r1.ebuild 
b/dev-python/regendoc/regendoc-0.5-r1.ebuild
new file mode 100644
index 000..6a59d68
--- /dev/null
+++ b/dev-python/regendoc/regendoc-0.5-r1.ebuild
@@ -0,0 +1,26 @@
+# 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
+
+MY_PN="RegenDoc"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Check/update simple file/shell examples in documentation"
+HOMEPAGE="https://pypi.python.org/pypi/RegenDoc 
http://bitbucket.org/pytest-dev/regendoc/;
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+SLOT="0"
+
+RDEPEND="dev-python/click[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+"



[gentoo-commits] repo/gentoo:master commit in: dev-python/regendoc/

2015-09-20 Thread Justin Lecher
commit: 1edfcd9438cdee075f4fd86de4077bc3757c7be9
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Sep 20 08:29:21 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Sep 20 09:33:39 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1edfcd94

dev-python/regendoc: Add pypy3 support

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/regendoc/regendoc-0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/regendoc/regendoc-0.5.ebuild 
b/dev-python/regendoc/regendoc-0.5.ebuild
index 0d9a187..18882c2 100644
--- a/dev-python/regendoc/regendoc-0.5.ebuild
+++ b/dev-python/regendoc/regendoc-0.5.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/regendoc/

2015-09-20 Thread Justin Lecher
commit: df7f75794ee7e2b907d9ca3fec34e9c64acc961d
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Sep 20 07:36:09 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Sep 20 09:33:37 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df7f7579

dev-python/regendoc: New package, initial ebuild written by me

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/regendoc/Manifest|  1 +
 dev-python/regendoc/metadata.xml|  8 
 dev-python/regendoc/regendoc-0.5.ebuild | 26 ++
 3 files changed, 35 insertions(+)

diff --git a/dev-python/regendoc/Manifest b/dev-python/regendoc/Manifest
new file mode 100644
index 000..bd75a2f
--- /dev/null
+++ b/dev-python/regendoc/Manifest
@@ -0,0 +1 @@
+DIST regendoc-0.5.tar.gz 5651 SHA256 
01f60310371f906b1b3c3cfa710d1334e9be20b4e2cde6fdb6555214ad9ff074 SHA512 
4da72c278901d3bb7ec711337c12738903c3686c7b7b30f95842c3fe2b04b4d59f20fa7b4b1c2334e8c7036ec02d551a777a0eb094541316928eae1945708977
 WHIRLPOOL 
8b290c7a5aaf1f1735f62d684589ba093de31b5dbff7223a828b98bad455ce86c7c1442f47d033e569b28e36270fe18f7b5d19f2d9f9e631147002b7b85fc643

diff --git a/dev-python/regendoc/metadata.xml b/dev-python/regendoc/metadata.xml
new file mode 100644
index 000..3181c2c
--- /dev/null
+++ b/dev-python/regendoc/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  python
+  
+pip
+  
+

diff --git a/dev-python/regendoc/regendoc-0.5.ebuild 
b/dev-python/regendoc/regendoc-0.5.ebuild
new file mode 100644
index 000..0d9a187
--- /dev/null
+++ b/dev-python/regendoc/regendoc-0.5.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+
+inherit distutils-r1
+
+MY_PN="RegenDoc"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Check/update simple file/shell examples in documentation"
+HOMEPAGE="https://pypi.python.org/pypi/RegenDoc 
http://bitbucket.org/pytest-dev/regendoc/;
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+SLOT="0"
+
+RDEPEND="dev-python/click[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+"