[gentoo-commits] repo/gentoo:master commit in: dev-python/pychroot/, profiles/

2024-02-02 Thread Michał Górny
commit: 3d1b9dc770bb50443c8974f6680cf06118bfd238
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb  2 16:35:27 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb  2 16:38:56 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d1b9dc7

dev-python/pychroot: Remove last-rited pkg

Closes: https://bugs.gentoo.org/920763
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pychroot/Manifest   |  1 -
 dev-python/pychroot/metadata.xml   |  9 --
 dev-python/pychroot/pychroot-0.10.4.ebuild | 45 --
 dev-python/pychroot/pychroot-.ebuild   | 45 --
 profiles/package.mask  |  6 
 5 files changed, 106 deletions(-)

diff --git a/dev-python/pychroot/Manifest b/dev-python/pychroot/Manifest
deleted file mode 100644
index cf220a4297e1..
--- a/dev-python/pychroot/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pychroot-0.10.4.tar.gz 23745 BLAKE2B 
cce7be8c88b193b69838f14dfad62a5374936039bfe6478b8448b9a7f9e1ffcb373d5649ad1953beec6ca9ae138adc6871e129418a6fc64067b09eb6d4b4fa4c
 SHA512 
fd93dba0a104eebe238f56e254fc445e1d34a2dbec6dcc307327fb92ebd7c85b1e729497ec818b756dee934f267cad755037ff004f78623d858617e39b473468

diff --git a/dev-python/pychroot/metadata.xml b/dev-python/pychroot/metadata.xml
deleted file mode 100644
index 6d7f5cfa3c4c..
--- a/dev-python/pychroot/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   
-   pkgcore/pychroot
-   pychroot
-   
-

diff --git a/dev-python/pychroot/pychroot-0.10.4.ebuild 
b/dev-python/pychroot/pychroot-0.10.4.ebuild
deleted file mode 100644
index 685cfe94a14a..
--- a/dev-python/pychroot/pychroot-0.10.4.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
-
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/pkgcore/pychroot.git;
-   inherit git-r3
-else
-   inherit pypi
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-fi
-
-DESCRIPTION="a python library and cli tool that simplify chroot handling"
-HOMEPAGE="https://github.com/pkgcore/pychroot;
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-if [[ ${PV} == * ]]; then
-   RDEPEND="~dev-python/snakeoil-[${PYTHON_USEDEP}]"
-else
-   RDEPEND=">=dev-python/snakeoil-0.8.9[${PYTHON_USEDEP}]"
-fi
-
-DEPEND="${RDEPEND}"
-BDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )
-"
-
-python_test() {
-   esetup.py test
-}
-
-python_install_all() {
-   local DOCS=( NEWS.rst README.rst )
-   [[ ${PV} == * ]] || doman man/*
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/pychroot/pychroot-.ebuild 
b/dev-python/pychroot/pychroot-.ebuild
deleted file mode 100644
index 685cfe94a14a..
--- a/dev-python/pychroot/pychroot-.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
-
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/pkgcore/pychroot.git;
-   inherit git-r3
-else
-   inherit pypi
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-fi
-
-DESCRIPTION="a python library and cli tool that simplify chroot handling"
-HOMEPAGE="https://github.com/pkgcore/pychroot;
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-if [[ ${PV} == * ]]; then
-   RDEPEND="~dev-python/snakeoil-[${PYTHON_USEDEP}]"
-else
-   RDEPEND=">=dev-python/snakeoil-0.8.9[${PYTHON_USEDEP}]"
-fi
-
-DEPEND="${RDEPEND}"
-BDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )
-"
-
-python_test() {
-   esetup.py test
-}
-
-python_install_all() {
-   local DOCS=( NEWS.rst README.rst )
-   [[ ${PV} == * ]] || doman man/*
-   distutils-r1_python_install_all
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index a7d2fe996cfc..2cf28d20bfbb 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -215,12 +215,6 @@ net-misc/monmotha
 # Removal on 2024-01-30.  Bug #920659.
 net-firewall/sanewall
 
-# Michał Górny  (2023-12-27)
-# Broken with all versions of dev-python/snakeoil.  Archived upstream.
-# No revdeps.
-# Removal on 2024-01-26.  Bug #920763.
-dev-python/pychroot
-
 # Andreas Sturmlechner  (2023-12-25)
 # Masked until KF6 is unmasked.
 ~media-libs/mpvqt-1.0.0



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

2023-03-16 Thread Michał Górny
commit: b2dc0f49ad3246babf48ac1be44f641b0358c524
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 16 16:16:24 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 16 18:50:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2dc0f49

dev-python/pychroot: Sync the live ebuild

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

 dev-python/pychroot/pychroot-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pychroot/pychroot-.ebuild 
b/dev-python/pychroot/pychroot-.ebuild
index cdcf4d4fd50c..685cfe94a14a 100644
--- a/dev-python/pychroot/pychroot-.ebuild
+++ b/dev-python/pychroot/pychroot-.ebuild
@@ -10,8 +10,8 @@ if [[ ${PV} == * ]] ; then
EGIT_REPO_URI="https://github.com/pkgcore/pychroot.git;
inherit git-r3
 else
-   KEYWORDS="~amd64 ~x86"
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   inherit pypi
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 fi
 
 DESCRIPTION="a python library and cli tool that simplify chroot handling"



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

2023-02-16 Thread Sam James
commit: 62173fbe826c3893713d4dd3db724296cf3a9146
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb 17 06:01:42 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb 17 06:22:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62173fbe

dev-python/pychroot: enable py3.11

Signed-off-by: Sam James  gentoo.org>

 dev-python/pychroot/pychroot-0.10.4.ebuild | 4 ++--
 dev-python/pychroot/pychroot-.ebuild   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/pychroot/pychroot-0.10.4.ebuild 
b/dev-python/pychroot/pychroot-0.10.4.ebuild
index e514946e41f3..b3b3332e394f 100644
--- a/dev-python/pychroot/pychroot-0.10.4.ebuild
+++ b/dev-python/pychroot/pychroot-0.10.4.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 inherit distutils-r1
 
 if [[ ${PV} == * ]] ; then

diff --git a/dev-python/pychroot/pychroot-.ebuild 
b/dev-python/pychroot/pychroot-.ebuild
index c1142df20922..cdcf4d4fd50c 100644
--- a/dev-python/pychroot/pychroot-.ebuild
+++ b/dev-python/pychroot/pychroot-.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 inherit distutils-r1
 
 if [[ ${PV} == * ]] ; then



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

2022-05-19 Thread Sam James
commit: a72c55bf078095e912e75b00d40225dc04e13879
Author: Sam James  gentoo  org>
AuthorDate: Thu May 19 18:07:43 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May 19 18:07:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a72c55bf

dev-python/pychroot: add Python 3.10

Closes: https://bugs.gentoo.org/845789
Signed-off-by: Sam James  gentoo.org>

 dev-python/pychroot/pychroot-0.10.4.ebuild | 5 +++--
 dev-python/pychroot/pychroot-.ebuild   | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/dev-python/pychroot/pychroot-0.10.4.ebuild 
b/dev-python/pychroot/pychroot-0.10.4.ebuild
index 02d24600d1be..644764c88e80 100644
--- a/dev-python/pychroot/pychroot-0.10.4.ebuild
+++ b/dev-python/pychroot/pychroot-0.10.4.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{8,9} )
+
+PYTHON_COMPAT=( python3_{8..10} )
 inherit distutils-r1
 
 if [[ ${PV} == * ]] ; then

diff --git a/dev-python/pychroot/pychroot-.ebuild 
b/dev-python/pychroot/pychroot-.ebuild
index 6258c1a766d0..2b8740a71dd9 100644
--- a/dev-python/pychroot/pychroot-.ebuild
+++ b/dev-python/pychroot/pychroot-.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{8,9} )
+
+PYTHON_COMPAT=( python3_{8..10} )
 inherit distutils-r1
 
 if [[ ${PV} == * ]] ; then



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

2021-04-24 Thread Sam James
commit: 8d2eaea144c5b64e083de3e4d56fea943a0040b6
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:19:08 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:19:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d2eaea1

dev-python/pychroot: Keyword 0.10.4 arm64, #776277

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/pychroot/pychroot-0.10.4.ebuild 
b/dev-python/pychroot/pychroot-0.10.4.ebuild
index 26210990e89..02d24600d1b 100644
--- a/dev-python/pychroot/pychroot-0.10.4.ebuild
+++ b/dev-python/pychroot/pychroot-0.10.4.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == * ]] ; then
EGIT_REPO_URI="https://github.com/pkgcore/pychroot.git;
inherit git-r3
 else
-   KEYWORDS="~amd64 ~arm ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 fi
 



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

2021-03-28 Thread Sam James
commit: d208a7d63e2690dcbbb2404a4a2d8be0a206b882
Author: Sam James  gentoo  org>
AuthorDate: Sun Mar 28 07:11:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Mar 28 07:11:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d208a7d6

dev-python/pychroot: Keyword 0.10.4 arm, #776277

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/pychroot/pychroot-0.10.4.ebuild 
b/dev-python/pychroot/pychroot-0.10.4.ebuild
index 6258c1a766d..26210990e89 100644
--- a/dev-python/pychroot/pychroot-0.10.4.ebuild
+++ b/dev-python/pychroot/pychroot-0.10.4.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == * ]] ; then
EGIT_REPO_URI="https://github.com/pkgcore/pychroot.git;
inherit git-r3
 else
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~amd64 ~arm ~x86"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 fi
 



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

2021-01-25 Thread Tim Harder
commit: 1af6379556e8faded41a7203eacd2f30738a26c3
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Jan 26 02:51:10 2021 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Jan 26 03:07:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1af63795

dev-python/pychroot: remove old

Signed-off-by: Tim Harder  gentoo.org>

 dev-python/pychroot/Manifest   |  1 -
 dev-python/pychroot/pychroot-0.10.3.ebuild | 44 --
 2 files changed, 45 deletions(-)

diff --git a/dev-python/pychroot/Manifest b/dev-python/pychroot/Manifest
index bda37e82073..cf220a4297e 100644
--- a/dev-python/pychroot/Manifest
+++ b/dev-python/pychroot/Manifest
@@ -1,2 +1 @@
-DIST pychroot-0.10.3.tar.gz 23637 BLAKE2B 
9ea0d3fdbabddd2901cf263b9f29eb91a6a6eb732c8973773c69630a320d6e39f458fb4f420f099617ba4f6e43353fe36dc4576cb84bca271a8e7b4db260b36c
 SHA512 
b4d9fab3d2ba9bd5fd9bf6bcb988a1e63ea03aef0c898baf724d51de97943cb41c0223a235f4fa9f733cf737a3089a90006ae5ecb9049d74ec8c78712a1b6e7a
 DIST pychroot-0.10.4.tar.gz 23745 BLAKE2B 
cce7be8c88b193b69838f14dfad62a5374936039bfe6478b8448b9a7f9e1ffcb373d5649ad1953beec6ca9ae138adc6871e129418a6fc64067b09eb6d4b4fa4c
 SHA512 
fd93dba0a104eebe238f56e254fc445e1d34a2dbec6dcc307327fb92ebd7c85b1e729497ec818b756dee934f267cad755037ff004f78623d858617e39b473468

diff --git a/dev-python/pychroot/pychroot-0.10.3.ebuild 
b/dev-python/pychroot/pychroot-0.10.3.ebuild
deleted file mode 100644
index 925ca082a68..000
--- a/dev-python/pychroot/pychroot-0.10.3.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6..9} )
-inherit distutils-r1
-
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/pkgcore/pychroot.git;
-   inherit git-r3
-else
-   KEYWORDS="~amd64 ~x86"
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-fi
-
-DESCRIPTION="a python library and cli tool that simplify chroot handling"
-HOMEPAGE="https://github.com/pkgcore/pychroot;
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-if [[ ${PV} == * ]]; then
-   RDEPEND="~dev-python/snakeoil-[${PYTHON_USEDEP}]"
-else
-   RDEPEND=">=dev-python/snakeoil-0.8.9[${PYTHON_USEDEP}]"
-fi
-
-DEPEND="${RDEPEND}"
-BDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )
-"
-
-python_test() {
-   esetup.py test
-}
-
-python_install_all() {
-   local DOCS=( NEWS.rst README.rst )
-   [[ ${PV} == * ]] || doman man/*
-   distutils-r1_python_install_all
-}



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

2021-01-25 Thread Tim Harder
commit: 27384a43f8f5c57ceceacdc0259e5e4df0d7a292
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Jan 26 02:50:57 2021 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Jan 26 03:07:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27384a43

dev-python/pychroot: version bump to 0.10.4

Closes: https://bugs.gentoo.org/767205
Signed-off-by: Tim Harder  gentoo.org>

 dev-python/pychroot/Manifest | 1 +
 dev-python/pychroot/{pychroot-.ebuild => pychroot-0.10.4.ebuild} | 2 +-
 dev-python/pychroot/pychroot-.ebuild | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-python/pychroot/Manifest b/dev-python/pychroot/Manifest
index 374595c93e0..bda37e82073 100644
--- a/dev-python/pychroot/Manifest
+++ b/dev-python/pychroot/Manifest
@@ -1 +1,2 @@
 DIST pychroot-0.10.3.tar.gz 23637 BLAKE2B 
9ea0d3fdbabddd2901cf263b9f29eb91a6a6eb732c8973773c69630a320d6e39f458fb4f420f099617ba4f6e43353fe36dc4576cb84bca271a8e7b4db260b36c
 SHA512 
b4d9fab3d2ba9bd5fd9bf6bcb988a1e63ea03aef0c898baf724d51de97943cb41c0223a235f4fa9f733cf737a3089a90006ae5ecb9049d74ec8c78712a1b6e7a
+DIST pychroot-0.10.4.tar.gz 23745 BLAKE2B 
cce7be8c88b193b69838f14dfad62a5374936039bfe6478b8448b9a7f9e1ffcb373d5649ad1953beec6ca9ae138adc6871e129418a6fc64067b09eb6d4b4fa4c
 SHA512 
fd93dba0a104eebe238f56e254fc445e1d34a2dbec6dcc307327fb92ebd7c85b1e729497ec818b756dee934f267cad755037ff004f78623d858617e39b473468

diff --git a/dev-python/pychroot/pychroot-.ebuild 
b/dev-python/pychroot/pychroot-0.10.4.ebuild
similarity index 96%
copy from dev-python/pychroot/pychroot-.ebuild
copy to dev-python/pychroot/pychroot-0.10.4.ebuild
index 9ec7b332eb8..6258c1a766d 100644
--- a/dev-python/pychroot/pychroot-.ebuild
+++ b/dev-python/pychroot/pychroot-0.10.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7

diff --git a/dev-python/pychroot/pychroot-.ebuild 
b/dev-python/pychroot/pychroot-.ebuild
index 9ec7b332eb8..6258c1a766d 100644
--- a/dev-python/pychroot/pychroot-.ebuild
+++ b/dev-python/pychroot/pychroot-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7



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

2020-12-23 Thread Tim Harder
commit: 95bcf01828a8d28fc07190c8ebc636d5456cca08
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Dec 23 20:50:15 2020 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Dec 23 20:53:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95bcf018

dev-python/pychroot: re-add py36/py37 support

Technically no code in this release requires py38 so provide
backwards-compat for now.

Signed-off-by: Tim Harder  gentoo.org>

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

diff --git a/dev-python/pychroot/pychroot-0.10.3.ebuild 
b/dev-python/pychroot/pychroot-0.10.3.ebuild
index 9ec7b332eb8..925ca082a68 100644
--- a/dev-python/pychroot/pychroot-0.10.3.ebuild
+++ b/dev-python/pychroot/pychroot-0.10.3.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{8,9} )
+PYTHON_COMPAT=( python3_{6..9} )
 inherit distutils-r1
 
 if [[ ${PV} == * ]] ; then



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

2020-12-22 Thread Tim Harder
commit: 7158b5d4e5316b12478c84f74ee4d7ff6f938490
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Dec 22 20:34:35 2020 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Dec 22 20:37:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7158b5d4

dev-python/pychroot: version bump to 0.10.3

Signed-off-by: Tim Harder  gentoo.org>

 dev-python/pychroot/Manifest | 1 +
 dev-python/pychroot/{pychroot-.ebuild => pychroot-0.10.3.ebuild} | 2 +-
 dev-python/pychroot/pychroot-.ebuild | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-python/pychroot/Manifest b/dev-python/pychroot/Manifest
index 69cce8bf705..4147b8898b6 100644
--- a/dev-python/pychroot/Manifest
+++ b/dev-python/pychroot/Manifest
@@ -1 +1,2 @@
 DIST pychroot-0.10.2.tar.gz 23477 BLAKE2B 
a5145908c565479ba05583e396c669d344193dacaa70b489b152b49cc092cf5f77193324d48917271d01ce67c06ae737815d5c3098d02bc9ed5f1c25c2dca0f9
 SHA512 
e5ed1b94dc0779890786bb381fba86d13fbcdbc3df411cfcafc868ebb62fe94cf1248d15a20902b4df5dc4420abc0a93fccc7ddcb2f42ad7244a657b5ec99c76
+DIST pychroot-0.10.3.tar.gz 23637 BLAKE2B 
9ea0d3fdbabddd2901cf263b9f29eb91a6a6eb732c8973773c69630a320d6e39f458fb4f420f099617ba4f6e43353fe36dc4576cb84bca271a8e7b4db260b36c
 SHA512 
b4d9fab3d2ba9bd5fd9bf6bcb988a1e63ea03aef0c898baf724d51de97943cb41c0223a235f4fa9f733cf737a3089a90006ae5ecb9049d74ec8c78712a1b6e7a

diff --git a/dev-python/pychroot/pychroot-.ebuild 
b/dev-python/pychroot/pychroot-0.10.3.ebuild
similarity index 94%
copy from dev-python/pychroot/pychroot-.ebuild
copy to dev-python/pychroot/pychroot-0.10.3.ebuild
index 827ed59fc60..9ec7b332eb8 100644
--- a/dev-python/pychroot/pychroot-.ebuild
+++ b/dev-python/pychroot/pychroot-0.10.3.ebuild
@@ -24,7 +24,7 @@ RESTRICT="!test? ( test )"
 if [[ ${PV} == * ]]; then
RDEPEND="~dev-python/snakeoil-[${PYTHON_USEDEP}]"
 else
-   RDEPEND="

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

2020-12-22 Thread Tim Harder
commit: 71617161e3897356a741405cd6817977386eb97d
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Dec 22 20:35:10 2020 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Dec 22 20:37:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71617161

dev-python/pychroot: remove old

Closes: https://bugs.gentoo.org/738138
Signed-off-by: Tim Harder  gentoo.org>

 dev-python/pychroot/Manifest   |  1 -
 dev-python/pychroot/pychroot-0.10.2.ebuild | 44 --
 2 files changed, 45 deletions(-)

diff --git a/dev-python/pychroot/Manifest b/dev-python/pychroot/Manifest
index 4147b8898b6..374595c93e0 100644
--- a/dev-python/pychroot/Manifest
+++ b/dev-python/pychroot/Manifest
@@ -1,2 +1 @@
-DIST pychroot-0.10.2.tar.gz 23477 BLAKE2B 
a5145908c565479ba05583e396c669d344193dacaa70b489b152b49cc092cf5f77193324d48917271d01ce67c06ae737815d5c3098d02bc9ed5f1c25c2dca0f9
 SHA512 
e5ed1b94dc0779890786bb381fba86d13fbcdbc3df411cfcafc868ebb62fe94cf1248d15a20902b4df5dc4420abc0a93fccc7ddcb2f42ad7244a657b5ec99c76
 DIST pychroot-0.10.3.tar.gz 23637 BLAKE2B 
9ea0d3fdbabddd2901cf263b9f29eb91a6a6eb732c8973773c69630a320d6e39f458fb4f420f099617ba4f6e43353fe36dc4576cb84bca271a8e7b4db260b36c
 SHA512 
b4d9fab3d2ba9bd5fd9bf6bcb988a1e63ea03aef0c898baf724d51de97943cb41c0223a235f4fa9f733cf737a3089a90006ae5ecb9049d74ec8c78712a1b6e7a

diff --git a/dev-python/pychroot/pychroot-0.10.2.ebuild 
b/dev-python/pychroot/pychroot-0.10.2.ebuild
deleted file mode 100644
index 55a39a5dd21..000
--- a/dev-python/pychroot/pychroot-0.10.2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8,9} )
-inherit distutils-r1
-
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/pkgcore/pychroot.git;
-   inherit git-r3
-else
-   KEYWORDS="~amd64 ~x86"
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-fi
-
-DESCRIPTION="a python library and cli tool that simplify chroot handling"
-HOMEPAGE="https://github.com/pkgcore/pychroot;
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-if [[ ${PV} == * ]]; then
-   RDEPEND="~dev-python/snakeoil-[${PYTHON_USEDEP}]"
-else
-   RDEPEND="

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

2020-12-22 Thread Sebastian Pipping
commit: 3a1b1ec5cd5974c75069342d51566d298924c566
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Tue Dec 22 13:56:19 2020 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Tue Dec 22 13:56:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a1b1ec5

dev-python/pychroot: Fix dev-python/snakeoil dependency

Closes: https://bugs.gentoo.org/758692
Signed-off-by: Sebastian Pipping  gentoo.org>
Package-Manager: Portage-3.0.12, Repoman-3.0.2

 dev-python/pychroot/pychroot-0.10.2.ebuild | 2 +-
 dev-python/pychroot/pychroot-.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pychroot/pychroot-0.10.2.ebuild 
b/dev-python/pychroot/pychroot-0.10.2.ebuild
index 61c91071879..55a39a5dd21 100644
--- a/dev-python/pychroot/pychroot-0.10.2.ebuild
+++ b/dev-python/pychroot/pychroot-0.10.2.ebuild
@@ -24,7 +24,7 @@ RESTRICT="!test? ( test )"
 if [[ ${PV} == * ]]; then
RDEPEND="~dev-python/snakeoil-[${PYTHON_USEDEP}]"
 else
-   RDEPEND=">=dev-python/snakeoil-0.8.4[${PYTHON_USEDEP}]"
+   RDEPEND="

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

2020-12-04 Thread Tim Harder
commit: e82d452d458863d47878d0702911aef5fd2f3b42
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Dec  5 07:53:40 2020 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Dec  5 07:53:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e82d452d

dev-python/pychroot: drop py36 and py37 support

Signed-off-by: Tim Harder  gentoo.org>

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

diff --git a/dev-python/pychroot/pychroot-.ebuild 
b/dev-python/pychroot/pychroot-.ebuild
index 61c91071879..e037f1a3068 100644
--- a/dev-python/pychroot/pychroot-.ebuild
+++ b/dev-python/pychroot/pychroot-.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8,9} )
+PYTHON_COMPAT=( python3_{8,9} )
 inherit distutils-r1
 
 if [[ ${PV} == * ]] ; then



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

2020-10-25 Thread Tim Harder
commit: 5d048bb2bd8e84d2d99f8b5a4808f4df5c2fd957
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Oct 25 07:20:08 2020 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Oct 25 07:23:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d048bb2

dev-python/pychroot: remove old

Signed-off-by: Tim Harder  gentoo.org>

 dev-python/pychroot/Manifest   |  1 -
 dev-python/pychroot/pychroot-0.10.1.ebuild | 44 --
 2 files changed, 45 deletions(-)

diff --git a/dev-python/pychroot/Manifest b/dev-python/pychroot/Manifest
index ab3f20f7306..69cce8bf705 100644
--- a/dev-python/pychroot/Manifest
+++ b/dev-python/pychroot/Manifest
@@ -1,2 +1 @@
-DIST pychroot-0.10.1.tar.gz 22169 BLAKE2B 
7c39438addfbf9d307ebc751585c8add24712b0a3917986dd76478932389c39b8fbc6238cb21e4c1d13fee08f9478365911e766b676176fe209b4341c551267a
 SHA512 
4df7f405872b693bf9ecac331927f749653b7251a49eaa10c423357f3150bbcbea73052ec4363a0f510aaeecd6b467d985402a8f764e99e67f5882e6b2ea4f97
 DIST pychroot-0.10.2.tar.gz 23477 BLAKE2B 
a5145908c565479ba05583e396c669d344193dacaa70b489b152b49cc092cf5f77193324d48917271d01ce67c06ae737815d5c3098d02bc9ed5f1c25c2dca0f9
 SHA512 
e5ed1b94dc0779890786bb381fba86d13fbcdbc3df411cfcafc868ebb62fe94cf1248d15a20902b4df5dc4420abc0a93fccc7ddcb2f42ad7244a657b5ec99c76

diff --git a/dev-python/pychroot/pychroot-0.10.1.ebuild 
b/dev-python/pychroot/pychroot-0.10.1.ebuild
deleted file mode 100644
index 218709a73ba..000
--- a/dev-python/pychroot/pychroot-0.10.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
-inherit distutils-r1
-
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/pkgcore/pychroot.git;
-   inherit git-r3
-else
-   KEYWORDS="~amd64 ~x86"
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-fi
-
-DESCRIPTION="a python library and cli tool that simplify chroot handling"
-HOMEPAGE="https://github.com/pkgcore/pychroot;
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-if [[ ${PV} == * ]]; then
-   RDEPEND="~dev-python/snakeoil-[${PYTHON_USEDEP}]"
-else
-   RDEPEND=">=dev-python/snakeoil-0.8.4[${PYTHON_USEDEP}]"
-fi
-
-DEPEND="${RDEPEND}"
-BDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )
-"
-
-python_test() {
-   esetup.py test
-}
-
-python_install_all() {
-   local DOCS=( NEWS.rst README.rst )
-   [[ ${PV} == * ]] || doman man/*
-   distutils-r1_python_install_all
-}



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

2020-10-25 Thread Tim Harder
commit: 52e234c788a1e5ea90b279729fb0514f44528778
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Oct 25 07:19:54 2020 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Oct 25 07:23:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52e234c7

dev-python/pychroot: version bump to 0.10.2

Signed-off-by: Tim Harder  gentoo.org>

 dev-python/pychroot/Manifest | 1 +
 dev-python/pychroot/{pychroot-.ebuild => pychroot-0.10.2.ebuild} | 4 ++--
 dev-python/pychroot/pychroot-.ebuild | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/dev-python/pychroot/Manifest b/dev-python/pychroot/Manifest
index 77041c22743..ab3f20f7306 100644
--- a/dev-python/pychroot/Manifest
+++ b/dev-python/pychroot/Manifest
@@ -1 +1,2 @@
 DIST pychroot-0.10.1.tar.gz 22169 BLAKE2B 
7c39438addfbf9d307ebc751585c8add24712b0a3917986dd76478932389c39b8fbc6238cb21e4c1d13fee08f9478365911e766b676176fe209b4341c551267a
 SHA512 
4df7f405872b693bf9ecac331927f749653b7251a49eaa10c423357f3150bbcbea73052ec4363a0f510aaeecd6b467d985402a8f764e99e67f5882e6b2ea4f97
+DIST pychroot-0.10.2.tar.gz 23477 BLAKE2B 
a5145908c565479ba05583e396c669d344193dacaa70b489b152b49cc092cf5f77193324d48917271d01ce67c06ae737815d5c3098d02bc9ed5f1c25c2dca0f9
 SHA512 
e5ed1b94dc0779890786bb381fba86d13fbcdbc3df411cfcafc868ebb62fe94cf1248d15a20902b4df5dc4420abc0a93fccc7ddcb2f42ad7244a657b5ec99c76

diff --git a/dev-python/pychroot/pychroot-.ebuild 
b/dev-python/pychroot/pychroot-0.10.2.ebuild
similarity index 92%
copy from dev-python/pychroot/pychroot-.ebuild
copy to dev-python/pychroot/pychroot-0.10.2.ebuild
index 218709a73ba..61c91071879 100644
--- a/dev-python/pychroot/pychroot-.ebuild
+++ b/dev-python/pychroot/pychroot-0.10.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 inherit distutils-r1
 
 if [[ ${PV} == * ]] ; then

diff --git a/dev-python/pychroot/pychroot-.ebuild 
b/dev-python/pychroot/pychroot-.ebuild
index 218709a73ba..61c91071879 100644
--- a/dev-python/pychroot/pychroot-.ebuild
+++ b/dev-python/pychroot/pychroot-.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 inherit distutils-r1
 
 if [[ ${PV} == * ]] ; then



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

2020-02-11 Thread Tim Harder
commit: 4ca73eb58a97f1730371b0dec8fce47b8fa3652e
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Feb 12 00:10:32 2020 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Feb 12 00:50:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ca73eb5

dev-python/pychroot: drop myself as a maintainer

Signed-off-by: Tim Harder  gentoo.org>

 dev-python/pychroot/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-python/pychroot/metadata.xml b/dev-python/pychroot/metadata.xml
index 3f73551c788..8b229e4daff 100644
--- a/dev-python/pychroot/metadata.xml
+++ b/dev-python/pychroot/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-radher...@gentoo.org
-Tim Harder
-  
+  
   
 pkgcore/pychroot
   



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

2019-12-09 Thread Tim Harder
commit: 0d9e1525d91570c8b1ae91c5860e24a774fedc60
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Dec 10 05:02:33 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Dec 10 05:04:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d9e1525

dev-python/pychroot: simplify installing man pages

Drop man page build for live ebuilds, if you need man pages use
releases.

Closes: https://bugs.gentoo.org/702398

Signed-off-by: Tim Harder  gentoo.org>

 dev-python/pychroot/pychroot-0.10.1.ebuild | 12 +---
 dev-python/pychroot/pychroot-.ebuild   | 12 +---
 2 files changed, 2 insertions(+), 22 deletions(-)

diff --git a/dev-python/pychroot/pychroot-0.10.1.ebuild 
b/dev-python/pychroot/pychroot-0.10.1.ebuild
index eaad97eb08a..218709a73ba 100644
--- a/dev-python/pychroot/pychroot-0.10.1.ebuild
+++ b/dev-python/pychroot/pychroot-0.10.1.ebuild
@@ -32,16 +32,6 @@ BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/pytest[${PYTHON_USEDEP}] )
 "
-[[ ${PV} == * ]] && BDEPEND+=" $(python_gen_any_dep 
'dev-python/sphinx[${PYTHON_USEDEP}]')"
-
-python_check_deps() {
-   [[ ${PV} == * ]] || return 0
-   has_version "dev-python/sphinx[${PYTHON_USEDEP}]"
-}
-
-python_compile_all() {
-   esetup.py build_man
-}
 
 python_test() {
esetup.py test
@@ -49,6 +39,6 @@ python_test() {
 
 python_install_all() {
local DOCS=( NEWS.rst README.rst )
-   esetup.py install_man --mandir="${ED}/usr/share/man"
+   [[ ${PV} == * ]] || doman man/*
distutils-r1_python_install_all
 }

diff --git a/dev-python/pychroot/pychroot-.ebuild 
b/dev-python/pychroot/pychroot-.ebuild
index eaad97eb08a..218709a73ba 100644
--- a/dev-python/pychroot/pychroot-.ebuild
+++ b/dev-python/pychroot/pychroot-.ebuild
@@ -32,16 +32,6 @@ BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/pytest[${PYTHON_USEDEP}] )
 "
-[[ ${PV} == * ]] && BDEPEND+=" $(python_gen_any_dep 
'dev-python/sphinx[${PYTHON_USEDEP}]')"
-
-python_check_deps() {
-   [[ ${PV} == * ]] || return 0
-   has_version "dev-python/sphinx[${PYTHON_USEDEP}]"
-}
-
-python_compile_all() {
-   esetup.py build_man
-}
 
 python_test() {
esetup.py test
@@ -49,6 +39,6 @@ python_test() {
 
 python_install_all() {
local DOCS=( NEWS.rst README.rst )
-   esetup.py install_man --mandir="${ED}/usr/share/man"
+   [[ ${PV} == * ]] || doman man/*
distutils-r1_python_install_all
 }



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

2019-12-03 Thread Tim Harder
commit: f30860c423bc54be3a7f316eb121fc47349c3aa8
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Dec  3 08:43:51 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Dec  3 08:46:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f30860c4

dev-python/pychroot: only check for sphinx for live ebuild

Closes: https://bugs.gentoo.org/701862

Signed-off-by: Tim Harder  gentoo.org>

 dev-python/pychroot/pychroot-0.10.1.ebuild | 1 +
 dev-python/pychroot/pychroot-.ebuild   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/dev-python/pychroot/pychroot-0.10.1.ebuild 
b/dev-python/pychroot/pychroot-0.10.1.ebuild
index 4f5fc21330e..eaad97eb08a 100644
--- a/dev-python/pychroot/pychroot-0.10.1.ebuild
+++ b/dev-python/pychroot/pychroot-0.10.1.ebuild
@@ -35,6 +35,7 @@ BDEPEND="
 [[ ${PV} == * ]] && BDEPEND+=" $(python_gen_any_dep 
'dev-python/sphinx[${PYTHON_USEDEP}]')"
 
 python_check_deps() {
+   [[ ${PV} == * ]] || return 0
has_version "dev-python/sphinx[${PYTHON_USEDEP}]"
 }
 

diff --git a/dev-python/pychroot/pychroot-.ebuild 
b/dev-python/pychroot/pychroot-.ebuild
index 4f5fc21330e..eaad97eb08a 100644
--- a/dev-python/pychroot/pychroot-.ebuild
+++ b/dev-python/pychroot/pychroot-.ebuild
@@ -35,6 +35,7 @@ BDEPEND="
 [[ ${PV} == * ]] && BDEPEND+=" $(python_gen_any_dep 
'dev-python/sphinx[${PYTHON_USEDEP}]')"
 
 python_check_deps() {
+   [[ ${PV} == * ]] || return 0
has_version "dev-python/sphinx[${PYTHON_USEDEP}]"
 }
 



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

2019-11-30 Thread Tim Harder
commit: 8a358656d82929319c29dab4c45b8f0c56d705f5
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Dec  1 06:14:57 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Dec  1 06:14:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a358656

dev-python/pychroot: remove old

Signed-off-by: Tim Harder  gentoo.org>

 dev-python/pychroot/Manifest   |  2 --
 dev-python/pychroot/pychroot-0.10.0.ebuild | 48 -
 dev-python/pychroot/pychroot-0.9.18.ebuild | 49 --
 3 files changed, 99 deletions(-)

diff --git a/dev-python/pychroot/Manifest b/dev-python/pychroot/Manifest
index a384ddf5e76..77041c22743 100644
--- a/dev-python/pychroot/Manifest
+++ b/dev-python/pychroot/Manifest
@@ -1,3 +1 @@
-DIST pychroot-0.10.0.tar.gz 23960 BLAKE2B 
6d22ccbf3d71854d863577f0cf5ec3b1bea40f0f80d5c07942520d5d522ee299222e96cab4893c9cab93866c7f881052f67ad9091267c329a772fc4c3065bae1
 SHA512 
4a3941da9a94b75963e72536ec8f6218564dbdcb97e6314562044eb55f523e0704aecbc81e8e377338781e8bfd1a2aafb22cdc82f37bdb198a03e0e30d2323e5
 DIST pychroot-0.10.1.tar.gz 22169 BLAKE2B 
7c39438addfbf9d307ebc751585c8add24712b0a3917986dd76478932389c39b8fbc6238cb21e4c1d13fee08f9478365911e766b676176fe209b4341c551267a
 SHA512 
4df7f405872b693bf9ecac331927f749653b7251a49eaa10c423357f3150bbcbea73052ec4363a0f510aaeecd6b467d985402a8f764e99e67f5882e6b2ea4f97
-DIST pychroot-0.9.18.tar.gz 32879 BLAKE2B 
769b3347bae3f7dfb47c0335015cc898ec851a3d45f774a4e21aeaf9b8d7937331bc69aa5bcbb298e76e7e51ffc2e55f049336fd90f6b08fc3bba87089f2205d
 SHA512 
59c8750c9ba8d601eca485079c04d4153bba92531dbd30fba0104694e4435d76e65b762b76ef89a6a6f8908dd6054d1d95fe4be74825ac1c5a56e473370dfa41

diff --git a/dev-python/pychroot/pychroot-0.10.0.ebuild 
b/dev-python/pychroot/pychroot-0.10.0.ebuild
deleted file mode 100644
index e1419b49ab2..000
--- a/dev-python/pychroot/pychroot-0.10.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
-inherit distutils-r1
-
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/pkgcore/pychroot.git;
-   inherit git-r3
-else
-   KEYWORDS="~amd64 ~x86"
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-fi
-
-DESCRIPTION="a python library and cli tool that simplify chroot handling"
-HOMEPAGE="https://github.com/pkgcore/pychroot;
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-if [[ ${PV} == * ]]; then
-   RDEPEND="~dev-python/snakeoil-[${PYTHON_USEDEP}]"
-else
-   RDEPEND=">=dev-python/snakeoil-0.8.1[${PYTHON_USEDEP}]"
-fi
-
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )
-"
-[[ ${PV} == * ]] && DEPEND+=" dev-python/sphinx[${PYTHON_USEDEP}]"
-
-python_compile_all() {
-   esetup.py build_man
-}
-
-python_test() {
-   esetup.py test
-}
-
-python_install_all() {
-   local DOCS=( NEWS.rst README.rst )
-   esetup.py install_man --mandir="${ED}/usr/share/man"
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/pychroot/pychroot-0.9.18.ebuild 
b/dev-python/pychroot/pychroot-0.9.18.ebuild
deleted file mode 100644
index 465cf543b27..000
--- a/dev-python/pychroot/pychroot-0.9.18.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
-inherit distutils-r1
-
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/pkgcore/pychroot.git;
-   inherit git-r3
-else
-   KEYWORDS="~amd64 ~x86"
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-fi
-
-DESCRIPTION="a python library and cli tool that simplify chroot handling"
-HOMEPAGE="https://github.com/pkgcore/pychroot;
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="test"
-
-if [[ ${PV} == * ]]; then
-   RDEPEND="=dev-python/snakeoil-[${PYTHON_USEDEP}]"
-else
-   RDEPEND=">=dev-python/snakeoil-0.7.4[${PYTHON_USEDEP}]"
-fi
-
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 
python2_7)
-   dev-python/pytest[${PYTHON_USEDEP}]
-   )"
-[[ ${PV} == * ]] && DEPEND+=" dev-python/sphinx[${PYTHON_USEDEP}]"
-
-python_compile_all() {
-   esetup.py build_man
-}
-
-python_test() {
-   esetup.py test
-}
-
-python_install_all() {
-   local DOCS=( NEWS.rst README.rst )
-   distutils-r1_python_install install_man
-   distutils-r1_python_install_all
-}



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

2019-11-30 Thread Tim Harder
commit: a98c96d1bfb89a5e2f07318f0c994a0fc039be4e
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Dec  1 06:13:28 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Dec  1 06:13:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a98c96d1

dev-python/pychroot: version bump to 0.10.1

Signed-off-by: Tim Harder  gentoo.org>

 dev-python/pychroot/Manifest|  1 +
 .../{pychroot-.ebuild => pychroot-0.10.1.ebuild}| 13 +
 dev-python/pychroot/pychroot-.ebuild| 13 +
 3 files changed, 19 insertions(+), 8 deletions(-)

diff --git a/dev-python/pychroot/Manifest b/dev-python/pychroot/Manifest
index 1cd4cc1350f..a384ddf5e76 100644
--- a/dev-python/pychroot/Manifest
+++ b/dev-python/pychroot/Manifest
@@ -1,2 +1,3 @@
 DIST pychroot-0.10.0.tar.gz 23960 BLAKE2B 
6d22ccbf3d71854d863577f0cf5ec3b1bea40f0f80d5c07942520d5d522ee299222e96cab4893c9cab93866c7f881052f67ad9091267c329a772fc4c3065bae1
 SHA512 
4a3941da9a94b75963e72536ec8f6218564dbdcb97e6314562044eb55f523e0704aecbc81e8e377338781e8bfd1a2aafb22cdc82f37bdb198a03e0e30d2323e5
+DIST pychroot-0.10.1.tar.gz 22169 BLAKE2B 
7c39438addfbf9d307ebc751585c8add24712b0a3917986dd76478932389c39b8fbc6238cb21e4c1d13fee08f9478365911e766b676176fe209b4341c551267a
 SHA512 
4df7f405872b693bf9ecac331927f749653b7251a49eaa10c423357f3150bbcbea73052ec4363a0f510aaeecd6b467d985402a8f764e99e67f5882e6b2ea4f97
 DIST pychroot-0.9.18.tar.gz 32879 BLAKE2B 
769b3347bae3f7dfb47c0335015cc898ec851a3d45f774a4e21aeaf9b8d7937331bc69aa5bcbb298e76e7e51ffc2e55f049336fd90f6b08fc3bba87089f2205d
 SHA512 
59c8750c9ba8d601eca485079c04d4153bba92531dbd30fba0104694e4435d76e65b762b76ef89a6a6f8908dd6054d1d95fe4be74825ac1c5a56e473370dfa41

diff --git a/dev-python/pychroot/pychroot-.ebuild 
b/dev-python/pychroot/pychroot-0.10.1.ebuild
similarity index 75%
copy from dev-python/pychroot/pychroot-.ebuild
copy to dev-python/pychroot/pychroot-0.10.1.ebuild
index e1419b49ab2..4f5fc21330e 100644
--- a/dev-python/pychroot/pychroot-.ebuild
+++ b/dev-python/pychroot/pychroot-0.10.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 inherit distutils-r1
 
 if [[ ${PV} == * ]] ; then
@@ -24,14 +24,19 @@ RESTRICT="!test? ( test )"
 if [[ ${PV} == * ]]; then
RDEPEND="~dev-python/snakeoil-[${PYTHON_USEDEP}]"
 else
-   RDEPEND=">=dev-python/snakeoil-0.8.1[${PYTHON_USEDEP}]"
+   RDEPEND=">=dev-python/snakeoil-0.8.4[${PYTHON_USEDEP}]"
 fi
 
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/pytest[${PYTHON_USEDEP}] )
 "
-[[ ${PV} == * ]] && DEPEND+=" dev-python/sphinx[${PYTHON_USEDEP}]"
+[[ ${PV} == * ]] && BDEPEND+=" $(python_gen_any_dep 
'dev-python/sphinx[${PYTHON_USEDEP}]')"
+
+python_check_deps() {
+   has_version "dev-python/sphinx[${PYTHON_USEDEP}]"
+}
 
 python_compile_all() {
esetup.py build_man

diff --git a/dev-python/pychroot/pychroot-.ebuild 
b/dev-python/pychroot/pychroot-.ebuild
index e1419b49ab2..4f5fc21330e 100644
--- a/dev-python/pychroot/pychroot-.ebuild
+++ b/dev-python/pychroot/pychroot-.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 inherit distutils-r1
 
 if [[ ${PV} == * ]] ; then
@@ -24,14 +24,19 @@ RESTRICT="!test? ( test )"
 if [[ ${PV} == * ]]; then
RDEPEND="~dev-python/snakeoil-[${PYTHON_USEDEP}]"
 else
-   RDEPEND=">=dev-python/snakeoil-0.8.1[${PYTHON_USEDEP}]"
+   RDEPEND=">=dev-python/snakeoil-0.8.4[${PYTHON_USEDEP}]"
 fi
 
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/pytest[${PYTHON_USEDEP}] )
 "
-[[ ${PV} == * ]] && DEPEND+=" dev-python/sphinx[${PYTHON_USEDEP}]"
+[[ ${PV} == * ]] && BDEPEND+=" $(python_gen_any_dep 
'dev-python/sphinx[${PYTHON_USEDEP}]')"
+
+python_check_deps() {
+   has_version "dev-python/sphinx[${PYTHON_USEDEP}]"
+}
 
 python_compile_all() {
esetup.py build_man



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

2019-08-23 Thread Tim Harder
commit: e2bcb9c714347c4140af2433e2011663b85d047f
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Aug 23 10:28:57 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Aug 23 10:29:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2bcb9c7

dev-python/pychroot: version bump to 0.10.0

Signed-off-by: Tim Harder  gentoo.org>

 dev-python/pychroot/Manifest| 1 +
 .../pychroot/{pychroot-.ebuild => pychroot-0.10.0.ebuild}   | 6 --
 dev-python/pychroot/pychroot-.ebuild| 6 --
 3 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/dev-python/pychroot/Manifest b/dev-python/pychroot/Manifest
index ad01fc99e30..1cd4cc1350f 100644
--- a/dev-python/pychroot/Manifest
+++ b/dev-python/pychroot/Manifest
@@ -1 +1,2 @@
+DIST pychroot-0.10.0.tar.gz 23960 BLAKE2B 
6d22ccbf3d71854d863577f0cf5ec3b1bea40f0f80d5c07942520d5d522ee299222e96cab4893c9cab93866c7f881052f67ad9091267c329a772fc4c3065bae1
 SHA512 
4a3941da9a94b75963e72536ec8f6218564dbdcb97e6314562044eb55f523e0704aecbc81e8e377338781e8bfd1a2aafb22cdc82f37bdb198a03e0e30d2323e5
 DIST pychroot-0.9.18.tar.gz 32879 BLAKE2B 
769b3347bae3f7dfb47c0335015cc898ec851a3d45f774a4e21aeaf9b8d7937331bc69aa5bcbb298e76e7e51ffc2e55f049336fd90f6b08fc3bba87089f2205d
 SHA512 
59c8750c9ba8d601eca485079c04d4153bba92531dbd30fba0104694e4435d76e65b762b76ef89a6a6f8908dd6054d1d95fe4be74825ac1c5a56e473370dfa41

diff --git a/dev-python/pychroot/pychroot-.ebuild 
b/dev-python/pychroot/pychroot-0.10.0.ebuild
similarity index 87%
copy from dev-python/pychroot/pychroot-.ebuild
copy to dev-python/pychroot/pychroot-0.10.0.ebuild
index bda4fc26dfd..e1419b49ab2 100644
--- a/dev-python/pychroot/pychroot-.ebuild
+++ b/dev-python/pychroot/pychroot-0.10.0.ebuild
@@ -19,16 +19,18 @@ HOMEPAGE="https://github.com/pkgcore/pychroot;
 LICENSE="BSD"
 SLOT="0"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 if [[ ${PV} == * ]]; then
RDEPEND="~dev-python/snakeoil-[${PYTHON_USEDEP}]"
 else
-   RDEPEND=">=dev-python/snakeoil-0.8.0[${PYTHON_USEDEP}]"
+   RDEPEND=">=dev-python/snakeoil-0.8.1[${PYTHON_USEDEP}]"
 fi
 
 DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )
+"
 [[ ${PV} == * ]] && DEPEND+=" dev-python/sphinx[${PYTHON_USEDEP}]"
 
 python_compile_all() {

diff --git a/dev-python/pychroot/pychroot-.ebuild 
b/dev-python/pychroot/pychroot-.ebuild
index bda4fc26dfd..e1419b49ab2 100644
--- a/dev-python/pychroot/pychroot-.ebuild
+++ b/dev-python/pychroot/pychroot-.ebuild
@@ -19,16 +19,18 @@ HOMEPAGE="https://github.com/pkgcore/pychroot;
 LICENSE="BSD"
 SLOT="0"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 if [[ ${PV} == * ]]; then
RDEPEND="~dev-python/snakeoil-[${PYTHON_USEDEP}]"
 else
-   RDEPEND=">=dev-python/snakeoil-0.8.0[${PYTHON_USEDEP}]"
+   RDEPEND=">=dev-python/snakeoil-0.8.1[${PYTHON_USEDEP}]"
 fi
 
 DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )
+"
 [[ ${PV} == * ]] && DEPEND+=" dev-python/sphinx[${PYTHON_USEDEP}]"
 
 python_compile_all() {



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

2019-07-17 Thread Tim Harder
commit: ad63e43acab429db03d7744e0b67f9eb1913a731
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Jul 18 04:43:53 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Jul 18 04:55:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad63e43a

dev-python/pychroot: drop py35 support

Signed-off-by: Tim Harder  gentoo.org>

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

diff --git a/dev-python/pychroot/pychroot-.ebuild 
b/dev-python/pychroot/pychroot-.ebuild
index 6ba82dd84ee..bda4fc26dfd 100644
--- a/dev-python/pychroot/pychroot-.ebuild
+++ b/dev-python/pychroot/pychroot-.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{5,6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 inherit distutils-r1
 
 if [[ ${PV} == * ]] ; then



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

2019-03-26 Thread Tim Harder
commit: 23cf3e0594f81524c12080e05b78f6f4f82bc712
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Mar 26 22:39:58 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Mar 26 22:42:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23cf3e05

dev-python/pychroot: fix man page install

Signed-off-by: Tim Harder  gentoo.org>

 dev-python/pychroot/pychroot-.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/pychroot/pychroot-.ebuild 
b/dev-python/pychroot/pychroot-.ebuild
index a59532024a5..6ba82dd84ee 100644
--- a/dev-python/pychroot/pychroot-.ebuild
+++ b/dev-python/pychroot/pychroot-.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-PYTHON_COMPAT=( python3_{4,5,6,7} )
+EAPI=7
+PYTHON_COMPAT=( python3_{5,6,7} )
 inherit distutils-r1
 
 if [[ ${PV} == * ]] ; then
@@ -41,6 +41,6 @@ python_test() {
 
 python_install_all() {
local DOCS=( NEWS.rst README.rst )
-   distutils-r1_python_install install_man
+   esetup.py install_man --mandir="${ED}/usr/share/man"
distutils-r1_python_install_all
 }



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

2019-01-02 Thread Tim Harder
commit: 97142c6e2a787450d96a0c05dadfca1e42bc421c
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Jan  2 21:27:03 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Jan  2 21:27:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97142c6e

dev-python/pychroot: add py37 support

Signed-off-by: Tim Harder  gentoo.org>

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

diff --git a/dev-python/pychroot/pychroot-.ebuild 
b/dev-python/pychroot/pychroot-.ebuild
index 57a2af631a2..a59532024a5 100644
--- a/dev-python/pychroot/pychroot-.ebuild
+++ b/dev-python/pychroot/pychroot-.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{3_4,3_5,3_6} )
+PYTHON_COMPAT=( python3_{4,5,6,7} )
 inherit distutils-r1
 
 if [[ ${PV} == * ]] ; then
@@ -21,7 +21,7 @@ SLOT="0"
 IUSE="test"
 
 if [[ ${PV} == * ]]; then
-   RDEPEND="=dev-python/snakeoil-[${PYTHON_USEDEP}]"
+   RDEPEND="~dev-python/snakeoil-[${PYTHON_USEDEP}]"
 else
RDEPEND=">=dev-python/snakeoil-0.8.0[${PYTHON_USEDEP}]"
 fi



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

2018-06-04 Thread Tim Harder
commit: d5afe82675b85ecbf780d3d15b93a056e8e8d5af
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Jun  4 23:23:51 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Jun  4 23:33:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5afe826

dev-python/pychroot: drop py2 support for live ebuild and update deps

 dev-python/pychroot/pychroot-.ebuild | 13 +
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/dev-python/pychroot/pychroot-.ebuild 
b/dev-python/pychroot/pychroot-.ebuild
index 6cb401faea5..57a2af631a2 100644
--- a/dev-python/pychroot/pychroot-.ebuild
+++ b/dev-python/pychroot/pychroot-.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+EAPI=6
+PYTHON_COMPAT=( python{3_4,3_5,3_6} )
 inherit distutils-r1
 
 if [[ ${PV} == * ]] ; then
@@ -23,15 +23,12 @@ IUSE="test"
 if [[ ${PV} == * ]]; then
RDEPEND="=dev-python/snakeoil-[${PYTHON_USEDEP}]"
 else
-   RDEPEND=">=dev-python/snakeoil-0.7.4[${PYTHON_USEDEP}]"
+   RDEPEND=">=dev-python/snakeoil-0.8.0[${PYTHON_USEDEP}]"
 fi
 
 DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 
python2_7)
-   dev-python/pytest[${PYTHON_USEDEP}]
-   )"
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
 [[ ${PV} == * ]] && DEPEND+=" dev-python/sphinx[${PYTHON_USEDEP}]"
 
 python_compile_all() {



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

2017-10-04 Thread Tim Harder
commit: 51e15613be6a92e5960e6f61a6a1e05a3154396d
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Oct  4 23:21:58 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Oct  4 23:23:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51e15613

dev-python/pychroot: remove old

 dev-python/pychroot/Manifest   |  2 --
 dev-python/pychroot/pychroot-0.9.16.ebuild | 46 
 dev-python/pychroot/pychroot-0.9.17.ebuild | 49 --
 3 files changed, 97 deletions(-)

diff --git a/dev-python/pychroot/Manifest b/dev-python/pychroot/Manifest
index 003ab19017c..3c082c660c2 100644
--- a/dev-python/pychroot/Manifest
+++ b/dev-python/pychroot/Manifest
@@ -1,3 +1 @@
-DIST pychroot-0.9.16.tar.gz 31027 SHA256 
8bcfde4f045d34181ab6ec869abb6608c1340de4dd15ceac003287ec610d221d SHA512 
6e35c7b40ad27d234c855abf1857aa6579583d848b111559de21edfa0bc6987e08d1d122924101e2e9bdf37886591b7291a607ed22cf2c50aa11b32f7ea65495
 WHIRLPOOL 
234cdd15e1cda4473d061ec03f8be75560785ca53c441750372d34545e6e0a1d068a2bf9f652cc60486793fb294d3af1d68834602ab0e0160e4194a2a0f6a98d
-DIST pychroot-0.9.17.tar.gz 32036 SHA256 
4556d110ab3270c2eec817c1e9573e14fe851a9034ee45b4d96b2695f812c467 SHA512 
d99b3875e72fc8553d29cc87c4a30b714cc5dcfbff717eb79be26b1cb0590a1c7dab8dcf66528b2805e5eb91a7619c4015b08ff2194470d9d41e94d82bc44971
 WHIRLPOOL 
7790adeaa8d7699e01a79adfc6c51d9bdf40cec03c1609b1446d8c18b0db2002492a36671d4b37e4ac1e51ef347c663a8e91033722dd4276044a6fe6424f9d38
 DIST pychroot-0.9.18.tar.gz 32879 SHA256 
ec78082c9ea8a30733ac1cf9773431fe118fb4cbeaf1098572c3b8e4e16eb7aa SHA512 
59c8750c9ba8d601eca485079c04d4153bba92531dbd30fba0104694e4435d76e65b762b76ef89a6a6f8908dd6054d1d95fe4be74825ac1c5a56e473370dfa41
 WHIRLPOOL 
6e69c740bbb93ab8e88555e0c7e72ec5e4cde577c6b687055385df0ad7174e992f5a9410e03dd041309e57924fb70b92f14078c665c06d05d6c87571815b29e1

diff --git a/dev-python/pychroot/pychroot-0.9.16.ebuild 
b/dev-python/pychroot/pychroot-0.9.16.ebuild
deleted file mode 100644
index 1e54653972d..000
--- a/dev-python/pychroot/pychroot-0.9.16.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-inherit distutils-r1
-
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/pkgcore/pychroot.git;
-   inherit git-r3
-else
-   KEYWORDS="~amd64 ~x86"
-   
SRC_URI="https://github.com/pkgcore/${PN}/releases/download/v${PV}/${P}.tar.gz;
-fi
-
-DESCRIPTION="a python library and cli tool that simplify chroot handling"
-HOMEPAGE="https://github.com/pkgcore/pychroot;
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="test"
-
-RDEPEND="
-   >=dev-python/snakeoil-0.7.1[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 
python2_7)
-   dev-python/pytest[${PYTHON_USEDEP}]
-   )"
-[[ ${PV} == * ]] && DEPEND+=" dev-python/sphinx[${PYTHON_USEDEP}]"
-
-python_compile_all() {
-   esetup.py build_man
-}
-
-python_test() {
-   esetup.py test
-}
-
-python_install_all() {
-   local DOCS=( NEWS.rst README.rst )
-   distutils-r1_python_install install_man
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/pychroot/pychroot-0.9.17.ebuild 
b/dev-python/pychroot/pychroot-0.9.17.ebuild
deleted file mode 100644
index fe3de49275b..000
--- a/dev-python/pychroot/pychroot-0.9.17.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-inherit distutils-r1
-
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/pkgcore/pychroot.git;
-   inherit git-r3
-else
-   KEYWORDS="~amd64 ~x86"
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-fi
-
-DESCRIPTION="a python library and cli tool that simplify chroot handling"
-HOMEPAGE="https://github.com/pkgcore/pychroot;
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="test"
-
-if [[ ${PV} == * ]]; then
-   RDEPEND="=dev-python/snakeoil-[${PYTHON_USEDEP}]"
-else
-   RDEPEND=">=dev-python/snakeoil-0.7.2[${PYTHON_USEDEP}]"
-fi
-
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 
python2_7)
-   dev-python/pytest[${PYTHON_USEDEP}]
-   )"
-[[ ${PV} == * ]] && DEPEND+=" dev-python/sphinx[${PYTHON_USEDEP}]"
-
-python_compile_all() {
-   esetup.py build_man
-}
-
-python_test() {
-   esetup.py test
-}
-
-python_install_all() {
-   local DOCS=( NEWS.rst README.rst )
-   distutils-r1_python_install install_man
-   distutils-r1_python_install_all
-}



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

2017-10-04 Thread Tim Harder
commit: 01d14e2821bf684570c5365e7253739d2620c573
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Oct  4 20:30:13 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Oct  4 20:31:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01d14e28

dev-python/pychroot: version bump to 0.9.18

 dev-python/pychroot/Manifest | 1 +
 dev-python/pychroot/{pychroot-.ebuild => pychroot-0.9.18.ebuild} | 2 +-
 dev-python/pychroot/pychroot-.ebuild | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-python/pychroot/Manifest b/dev-python/pychroot/Manifest
index 296755c78e0..003ab19017c 100644
--- a/dev-python/pychroot/Manifest
+++ b/dev-python/pychroot/Manifest
@@ -1,2 +1,3 @@
 DIST pychroot-0.9.16.tar.gz 31027 SHA256 
8bcfde4f045d34181ab6ec869abb6608c1340de4dd15ceac003287ec610d221d SHA512 
6e35c7b40ad27d234c855abf1857aa6579583d848b111559de21edfa0bc6987e08d1d122924101e2e9bdf37886591b7291a607ed22cf2c50aa11b32f7ea65495
 WHIRLPOOL 
234cdd15e1cda4473d061ec03f8be75560785ca53c441750372d34545e6e0a1d068a2bf9f652cc60486793fb294d3af1d68834602ab0e0160e4194a2a0f6a98d
 DIST pychroot-0.9.17.tar.gz 32036 SHA256 
4556d110ab3270c2eec817c1e9573e14fe851a9034ee45b4d96b2695f812c467 SHA512 
d99b3875e72fc8553d29cc87c4a30b714cc5dcfbff717eb79be26b1cb0590a1c7dab8dcf66528b2805e5eb91a7619c4015b08ff2194470d9d41e94d82bc44971
 WHIRLPOOL 
7790adeaa8d7699e01a79adfc6c51d9bdf40cec03c1609b1446d8c18b0db2002492a36671d4b37e4ac1e51ef347c663a8e91033722dd4276044a6fe6424f9d38
+DIST pychroot-0.9.18.tar.gz 32879 SHA256 
ec78082c9ea8a30733ac1cf9773431fe118fb4cbeaf1098572c3b8e4e16eb7aa SHA512 
59c8750c9ba8d601eca485079c04d4153bba92531dbd30fba0104694e4435d76e65b762b76ef89a6a6f8908dd6054d1d95fe4be74825ac1c5a56e473370dfa41
 WHIRLPOOL 
6e69c740bbb93ab8e88555e0c7e72ec5e4cde577c6b687055385df0ad7174e992f5a9410e03dd041309e57924fb70b92f14078c665c06d05d6c87571815b29e1

diff --git a/dev-python/pychroot/pychroot-.ebuild 
b/dev-python/pychroot/pychroot-0.9.18.ebuild
similarity index 95%
copy from dev-python/pychroot/pychroot-.ebuild
copy to dev-python/pychroot/pychroot-0.9.18.ebuild
index fe3de49275b..6cb401faea5 100644
--- a/dev-python/pychroot/pychroot-.ebuild
+++ b/dev-python/pychroot/pychroot-0.9.18.ebuild
@@ -23,7 +23,7 @@ IUSE="test"
 if [[ ${PV} == * ]]; then
RDEPEND="=dev-python/snakeoil-[${PYTHON_USEDEP}]"
 else
-   RDEPEND=">=dev-python/snakeoil-0.7.2[${PYTHON_USEDEP}]"
+   RDEPEND=">=dev-python/snakeoil-0.7.4[${PYTHON_USEDEP}]"
 fi
 
 DEPEND="${RDEPEND}

diff --git a/dev-python/pychroot/pychroot-.ebuild 
b/dev-python/pychroot/pychroot-.ebuild
index fe3de49275b..6cb401faea5 100644
--- a/dev-python/pychroot/pychroot-.ebuild
+++ b/dev-python/pychroot/pychroot-.ebuild
@@ -23,7 +23,7 @@ IUSE="test"
 if [[ ${PV} == * ]]; then
RDEPEND="=dev-python/snakeoil-[${PYTHON_USEDEP}]"
 else
-   RDEPEND=">=dev-python/snakeoil-0.7.2[${PYTHON_USEDEP}]"
+   RDEPEND=">=dev-python/snakeoil-0.7.4[${PYTHON_USEDEP}]"
 fi
 
 DEPEND="${RDEPEND}



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

2017-09-22 Thread Tim Harder
commit: 10be7674d7f7a259ac70c1462d1697e8a4f2db9b
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Sep 22 21:52:33 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Sep 22 22:00:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10be7674

dev-python/pychroot: version bump to 0.9.17

 dev-python/pychroot/Manifest  |  1 +
 .../pychroot/{pychroot-.ebuild => pychroot-0.9.17.ebuild} | 11 +++
 dev-python/pychroot/pychroot-.ebuild  | 11 +++
 3 files changed, 15 insertions(+), 8 deletions(-)

diff --git a/dev-python/pychroot/Manifest b/dev-python/pychroot/Manifest
index 9724556ae91..296755c78e0 100644
--- a/dev-python/pychroot/Manifest
+++ b/dev-python/pychroot/Manifest
@@ -1 +1,2 @@
 DIST pychroot-0.9.16.tar.gz 31027 SHA256 
8bcfde4f045d34181ab6ec869abb6608c1340de4dd15ceac003287ec610d221d SHA512 
6e35c7b40ad27d234c855abf1857aa6579583d848b111559de21edfa0bc6987e08d1d122924101e2e9bdf37886591b7291a607ed22cf2c50aa11b32f7ea65495
 WHIRLPOOL 
234cdd15e1cda4473d061ec03f8be75560785ca53c441750372d34545e6e0a1d068a2bf9f652cc60486793fb294d3af1d68834602ab0e0160e4194a2a0f6a98d
+DIST pychroot-0.9.17.tar.gz 32036 SHA256 
4556d110ab3270c2eec817c1e9573e14fe851a9034ee45b4d96b2695f812c467 SHA512 
d99b3875e72fc8553d29cc87c4a30b714cc5dcfbff717eb79be26b1cb0590a1c7dab8dcf66528b2805e5eb91a7619c4015b08ff2194470d9d41e94d82bc44971
 WHIRLPOOL 
7790adeaa8d7699e01a79adfc6c51d9bdf40cec03c1609b1446d8c18b0db2002492a36671d4b37e4ac1e51ef347c663a8e91033722dd4276044a6fe6424f9d38

diff --git a/dev-python/pychroot/pychroot-.ebuild 
b/dev-python/pychroot/pychroot-0.9.17.ebuild
similarity index 82%
copy from dev-python/pychroot/pychroot-.ebuild
copy to dev-python/pychroot/pychroot-0.9.17.ebuild
index 9809bcd783a..fe3de49275b 100644
--- a/dev-python/pychroot/pychroot-.ebuild
+++ b/dev-python/pychroot/pychroot-0.9.17.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == * ]] ; then
inherit git-r3
 else
KEYWORDS="~amd64 ~x86"
-   
SRC_URI="https://github.com/pkgcore/${PN}/releases/download/v${PV}/${P}.tar.gz;
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 fi
 
 DESCRIPTION="a python library and cli tool that simplify chroot handling"
@@ -20,9 +20,12 @@ LICENSE="BSD"
 SLOT="0"
 IUSE="test"
 
-RDEPEND="
-   =dev-python/snakeoil-[${PYTHON_USEDEP}]
-"
+if [[ ${PV} == * ]]; then
+   RDEPEND="=dev-python/snakeoil-[${PYTHON_USEDEP}]"
+else
+   RDEPEND=">=dev-python/snakeoil-0.7.2[${PYTHON_USEDEP}]"
+fi
+
 DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (

diff --git a/dev-python/pychroot/pychroot-.ebuild 
b/dev-python/pychroot/pychroot-.ebuild
index 9809bcd783a..fe3de49275b 100644
--- a/dev-python/pychroot/pychroot-.ebuild
+++ b/dev-python/pychroot/pychroot-.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == * ]] ; then
inherit git-r3
 else
KEYWORDS="~amd64 ~x86"
-   
SRC_URI="https://github.com/pkgcore/${PN}/releases/download/v${PV}/${P}.tar.gz;
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 fi
 
 DESCRIPTION="a python library and cli tool that simplify chroot handling"
@@ -20,9 +20,12 @@ LICENSE="BSD"
 SLOT="0"
 IUSE="test"
 
-RDEPEND="
-   =dev-python/snakeoil-[${PYTHON_USEDEP}]
-"
+if [[ ${PV} == * ]]; then
+   RDEPEND="=dev-python/snakeoil-[${PYTHON_USEDEP}]"
+else
+   RDEPEND=">=dev-python/snakeoil-0.7.2[${PYTHON_USEDEP}]"
+fi
+
 DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (



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

2017-02-26 Thread Tim Harder
commit: 093bde28215bec2651838aa8701f1538d4253fba
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Feb 27 01:42:04 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Feb 27 01:46:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=093bde28

dev-python/pychroot: add py36 support

 dev-python/pychroot/pychroot-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pychroot/pychroot-.ebuild 
b/dev-python/pychroot/pychroot-.ebuild
index c05455073e..77e43209a1 100644
--- a/dev-python/pychroot/pychroot-.ebuild
+++ b/dev-python/pychroot/pychroot-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 inherit distutils-r1
 
 if [[ ${PV} == * ]] ; then



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

2017-02-25 Thread Tim Harder
commit: ed4693afa00d14eb1f198796d48bca0e0700cf8f
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Feb 25 22:22:47 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Feb 25 22:24:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed4693af

dev-python/pychroot: remove old

 dev-python/pychroot/Manifest   |  1 -
 dev-python/pychroot/pychroot-0.9.15.ebuild | 47 --
 2 files changed, 48 deletions(-)

diff --git a/dev-python/pychroot/Manifest b/dev-python/pychroot/Manifest
index 49f69c3786..9724556ae9 100644
--- a/dev-python/pychroot/Manifest
+++ b/dev-python/pychroot/Manifest
@@ -1,2 +1 @@
-DIST pychroot-0.9.15.tar.gz 29519 SHA256 
3215f650b05dc78d26233df0f8a62befe5eb9998e207023909cc098b8fd8f623 SHA512 
7764a7853f81f438c652bc37d135a0938ab9bbb4ec7d4a344e6e4613b1ec85a5da33da52f4ac5945ebc9da81263858cb3797f43af52811b86fa70601274ce3de
 WHIRLPOOL 
2695c8c01c81c86d966afb476fa25f770a84ae5a56636fa326a771982f5467494acae2932fefd71cf3e79639e490596b7914ab2ae56642675bb121d9b1aa8a7c
 DIST pychroot-0.9.16.tar.gz 31027 SHA256 
8bcfde4f045d34181ab6ec869abb6608c1340de4dd15ceac003287ec610d221d SHA512 
6e35c7b40ad27d234c855abf1857aa6579583d848b111559de21edfa0bc6987e08d1d122924101e2e9bdf37886591b7291a607ed22cf2c50aa11b32f7ea65495
 WHIRLPOOL 
234cdd15e1cda4473d061ec03f8be75560785ca53c441750372d34545e6e0a1d068a2bf9f652cc60486793fb294d3af1d68834602ab0e0160e4194a2a0f6a98d

diff --git a/dev-python/pychroot/pychroot-0.9.15.ebuild 
b/dev-python/pychroot/pychroot-0.9.15.ebuild
deleted file mode 100644
index e63b3f331a..00
--- a/dev-python/pychroot/pychroot-0.9.15.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=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-inherit distutils-r1
-
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/pkgcore/pychroot.git;
-   inherit git-r3
-else
-   KEYWORDS="~amd64 ~x86"
-   
SRC_URI="https://github.com/pkgcore/${PN}/releases/download/v${PV}/${P}.tar.gz;
-fi
-
-DESCRIPTION="a python library and cli tool that simplify chroot handling"
-HOMEPAGE="https://github.com/pkgcore/pychroot;
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="test"
-
-RDEPEND="
-   >=dev-python/snakeoil-0.7.0[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 
python2_7)
-   dev-python/pytest[${PYTHON_USEDEP}]
-   )"
-[[ ${PV} == * ]] && DEPEND+=" dev-python/sphinx[${PYTHON_USEDEP}]"
-
-python_compile_all() {
-   esetup.py build_man
-}
-
-python_test() {
-   esetup.py test
-}
-
-python_install_all() {
-   local DOCS=( NEWS.rst README.rst )
-   distutils-r1_python_install install_man
-   distutils-r1_python_install_all
-}



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

2016-10-31 Thread Tim Harder
commit: ee2268e44ddd0b8c3c6ed76e25e5319773a1aa8d
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Nov  1 03:12:27 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Nov  1 03:12:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee2268e4

dev-python/pychroot: remove old

 dev-python/pychroot/Manifest   |  1 -
 dev-python/pychroot/pychroot-0.9.13.ebuild | 51 --
 2 files changed, 52 deletions(-)

diff --git a/dev-python/pychroot/Manifest b/dev-python/pychroot/Manifest
index 898a45d..49f69c3 100644
--- a/dev-python/pychroot/Manifest
+++ b/dev-python/pychroot/Manifest
@@ -1,3 +1,2 @@
-DIST pychroot-0.9.13.tar.gz 25610 SHA256 
e94c9c738402f4957e757aa1fdcd2febeaa7cc01df1b1ca0d6adf3324a8bbfce SHA512 
ec2773e9285905aa1fc83a69653e830fc83c42c306760bbc9a8bf48cd388b99485a7ec30eef32ef4cc98cf25fe12b9ac1d09ae379c25d4c756d3afbffdfc2243
 WHIRLPOOL 
bff205fb563e7e3f9603a639310cbf24ec10234e96e813082aeec94bc5cb3155947f818f53713a09f0626e5dad21a4d0b4c1c49d26eeb894677872e30bef92b7
 DIST pychroot-0.9.15.tar.gz 29519 SHA256 
3215f650b05dc78d26233df0f8a62befe5eb9998e207023909cc098b8fd8f623 SHA512 
7764a7853f81f438c652bc37d135a0938ab9bbb4ec7d4a344e6e4613b1ec85a5da33da52f4ac5945ebc9da81263858cb3797f43af52811b86fa70601274ce3de
 WHIRLPOOL 
2695c8c01c81c86d966afb476fa25f770a84ae5a56636fa326a771982f5467494acae2932fefd71cf3e79639e490596b7914ab2ae56642675bb121d9b1aa8a7c
 DIST pychroot-0.9.16.tar.gz 31027 SHA256 
8bcfde4f045d34181ab6ec869abb6608c1340de4dd15ceac003287ec610d221d SHA512 
6e35c7b40ad27d234c855abf1857aa6579583d848b111559de21edfa0bc6987e08d1d122924101e2e9bdf37886591b7291a607ed22cf2c50aa11b32f7ea65495
 WHIRLPOOL 
234cdd15e1cda4473d061ec03f8be75560785ca53c441750372d34545e6e0a1d068a2bf9f652cc60486793fb294d3af1d68834602ab0e0160e4194a2a0f6a98d

diff --git a/dev-python/pychroot/pychroot-0.9.13.ebuild 
b/dev-python/pychroot/pychroot-0.9.13.ebuild
deleted file mode 100644
index 5b248cb..
--- a/dev-python/pychroot/pychroot-0.9.13.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2016 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,3_5} )
-inherit distutils-r1
-
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/pkgcore/pychroot.git;
-   inherit git-r3
-else
-   KEYWORDS="~amd64 ~x86"
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-fi
-
-DESCRIPTION="a python library and cli tool that simplify chroot handling"
-HOMEPAGE="https://github.com/pkgcore/pychroot;
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="test"
-
-RDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/snakeoil-0.6.5[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-   $(python_gen_cond_dep 'dev-python/3to2[${PYTHON_USEDEP}]' python2_7)
-   test? (
-   $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 
python2_7)
-   dev-python/pytest[${PYTHON_USEDEP}]
-   )"
-[[ ${PV} == * ]] && DEPEND+=" dev-python/sphinx[${PYTHON_USEDEP}]"
-
-python_compile_all() {
-   [[ ${PV} == * ]] && emake -C doc man
-}
-
-python_test() {
-   esetup.py test
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-   if [[ ${PV} == * ]]; then
-   emake -C doc PREFIX=/usr DESTDIR="${D}" install_man
-   else
-   doman man/*
-   fi
-}



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

2016-10-31 Thread Tim Harder
commit: 0d00adc28b71485d559d107d981aeb881937f5ca
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Nov  1 03:11:56 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Nov  1 03:12:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d00adc2

dev-python/pychroot: version bump to 0.9.16

 dev-python/pychroot/Manifest   |  1 +
 dev-python/pychroot/pychroot-0.9.16.ebuild | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/dev-python/pychroot/Manifest b/dev-python/pychroot/Manifest
index 097197f..898a45d 100644
--- a/dev-python/pychroot/Manifest
+++ b/dev-python/pychroot/Manifest
@@ -1,2 +1,3 @@
 DIST pychroot-0.9.13.tar.gz 25610 SHA256 
e94c9c738402f4957e757aa1fdcd2febeaa7cc01df1b1ca0d6adf3324a8bbfce SHA512 
ec2773e9285905aa1fc83a69653e830fc83c42c306760bbc9a8bf48cd388b99485a7ec30eef32ef4cc98cf25fe12b9ac1d09ae379c25d4c756d3afbffdfc2243
 WHIRLPOOL 
bff205fb563e7e3f9603a639310cbf24ec10234e96e813082aeec94bc5cb3155947f818f53713a09f0626e5dad21a4d0b4c1c49d26eeb894677872e30bef92b7
 DIST pychroot-0.9.15.tar.gz 29519 SHA256 
3215f650b05dc78d26233df0f8a62befe5eb9998e207023909cc098b8fd8f623 SHA512 
7764a7853f81f438c652bc37d135a0938ab9bbb4ec7d4a344e6e4613b1ec85a5da33da52f4ac5945ebc9da81263858cb3797f43af52811b86fa70601274ce3de
 WHIRLPOOL 
2695c8c01c81c86d966afb476fa25f770a84ae5a56636fa326a771982f5467494acae2932fefd71cf3e79639e490596b7914ab2ae56642675bb121d9b1aa8a7c
+DIST pychroot-0.9.16.tar.gz 31027 SHA256 
8bcfde4f045d34181ab6ec869abb6608c1340de4dd15ceac003287ec610d221d SHA512 
6e35c7b40ad27d234c855abf1857aa6579583d848b111559de21edfa0bc6987e08d1d122924101e2e9bdf37886591b7291a607ed22cf2c50aa11b32f7ea65495
 WHIRLPOOL 
234cdd15e1cda4473d061ec03f8be75560785ca53c441750372d34545e6e0a1d068a2bf9f652cc60486793fb294d3af1d68834602ab0e0160e4194a2a0f6a98d

diff --git a/dev-python/pychroot/pychroot-0.9.16.ebuild 
b/dev-python/pychroot/pychroot-0.9.16.ebuild
new file mode 100644
index ..a38d17e
--- /dev/null
+++ b/dev-python/pychroot/pychroot-0.9.16.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+inherit distutils-r1
+
+if [[ ${PV} == * ]] ; then
+   EGIT_REPO_URI="https://github.com/pkgcore/pychroot.git;
+   inherit git-r3
+else
+   KEYWORDS="~amd64 ~x86"
+   
SRC_URI="https://github.com/pkgcore/${PN}/releases/download/v${PV}/${P}.tar.gz;
+fi
+
+DESCRIPTION="a python library and cli tool that simplify chroot handling"
+HOMEPAGE="https://github.com/pkgcore/pychroot;
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="test"
+
+RDEPEND="
+   >=dev-python/snakeoil-0.7.1[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 
python2_7)
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )"
+[[ ${PV} == * ]] && DEPEND+=" dev-python/sphinx[${PYTHON_USEDEP}]"
+
+python_compile_all() {
+   esetup.py build_man
+}
+
+python_test() {
+   esetup.py test
+}
+
+python_install_all() {
+   local DOCS=( NEWS.rst README.rst )
+   distutils-r1_python_install install_man
+   distutils-r1_python_install_all
+}



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

2016-10-29 Thread Tim Harder
commit: e7e35db554a9e3c48748ac071f9510eb6ce1c6f2
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Oct 29 23:10:34 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Oct 29 23:12:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7e35db5

dev-python/pychroot: drop py3.3 support for live ebuild

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

diff --git a/dev-python/pychroot/pychroot-.ebuild 
b/dev-python/pychroot/pychroot-.ebuild
index b3c192a..c054550 100644
--- a/dev-python/pychroot/pychroot-.ebuild
+++ b/dev-python/pychroot/pychroot-.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 inherit distutils-r1
 
 if [[ ${PV} == * ]] ; then



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

2016-05-28 Thread Tim Harder
commit: 6625a06adbb4a7d733bbe8b650c30a4c259def3a
Author: Tim Harder  gentoo  org>
AuthorDate: Sun May 29 00:50:17 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun May 29 00:50:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6625a06a

dev-python/pychroot: version bump and remove old

 dev-python/pychroot/Manifest   | 2 +-
 dev-python/pychroot/{pychroot-0.9.14.ebuild => pychroot-0.9.15.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pychroot/Manifest b/dev-python/pychroot/Manifest
index 1258e68..097197f 100644
--- a/dev-python/pychroot/Manifest
+++ b/dev-python/pychroot/Manifest
@@ -1,2 +1,2 @@
 DIST pychroot-0.9.13.tar.gz 25610 SHA256 
e94c9c738402f4957e757aa1fdcd2febeaa7cc01df1b1ca0d6adf3324a8bbfce SHA512 
ec2773e9285905aa1fc83a69653e830fc83c42c306760bbc9a8bf48cd388b99485a7ec30eef32ef4cc98cf25fe12b9ac1d09ae379c25d4c756d3afbffdfc2243
 WHIRLPOOL 
bff205fb563e7e3f9603a639310cbf24ec10234e96e813082aeec94bc5cb3155947f818f53713a09f0626e5dad21a4d0b4c1c49d26eeb894677872e30bef92b7
-DIST pychroot-0.9.14.tar.gz 29494 SHA256 
34168fbc4e8cd50b23ae6248c0c5c669f3b9cd2396f96a961ea4e06abb7c1203 SHA512 
3a043d97464bf669fd92b316179f4b3fc8462fe3a84f66aba16e99f7b7e84c382bb146b0dca5b03902235f99636b5693d7de8545f73f5756a2cbb80d73311896
 WHIRLPOOL 
bd9748ad3f821f18808f0bb7c2d0758213934bb57b075f14f01594012609a1d6269bddbc673de47e8d9715a15e8f46d63410c0f4ee3aa08439250ea72fb3cbd3
+DIST pychroot-0.9.15.tar.gz 29519 SHA256 
3215f650b05dc78d26233df0f8a62befe5eb9998e207023909cc098b8fd8f623 SHA512 
7764a7853f81f438c652bc37d135a0938ab9bbb4ec7d4a344e6e4613b1ec85a5da33da52f4ac5945ebc9da81263858cb3797f43af52811b86fa70601274ce3de
 WHIRLPOOL 
2695c8c01c81c86d966afb476fa25f770a84ae5a56636fa326a771982f5467494acae2932fefd71cf3e79639e490596b7914ab2ae56642675bb121d9b1aa8a7c

diff --git a/dev-python/pychroot/pychroot-0.9.14.ebuild 
b/dev-python/pychroot/pychroot-0.9.15.ebuild
similarity index 100%
rename from dev-python/pychroot/pychroot-0.9.14.ebuild
rename to dev-python/pychroot/pychroot-0.9.15.ebuild



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

2016-05-28 Thread Tim Harder
commit: 0241e08ac4f988629d1168b7170068cfa978cef4
Author: Tim Harder  gentoo  org>
AuthorDate: Sat May 28 20:32:34 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat May 28 20:37:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0241e08a

dev-python/pychroot: version bump to 0.9.14

 dev-python/pychroot/Manifest | 1 +
 dev-python/pychroot/{pychroot-.ebuild => pychroot-0.9.14.ebuild} | 4 ++--
 dev-python/pychroot/pychroot-.ebuild | 2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-python/pychroot/Manifest b/dev-python/pychroot/Manifest
index d328ae6..1258e68 100644
--- a/dev-python/pychroot/Manifest
+++ b/dev-python/pychroot/Manifest
@@ -1 +1,2 @@
 DIST pychroot-0.9.13.tar.gz 25610 SHA256 
e94c9c738402f4957e757aa1fdcd2febeaa7cc01df1b1ca0d6adf3324a8bbfce SHA512 
ec2773e9285905aa1fc83a69653e830fc83c42c306760bbc9a8bf48cd388b99485a7ec30eef32ef4cc98cf25fe12b9ac1d09ae379c25d4c756d3afbffdfc2243
 WHIRLPOOL 
bff205fb563e7e3f9603a639310cbf24ec10234e96e813082aeec94bc5cb3155947f818f53713a09f0626e5dad21a4d0b4c1c49d26eeb894677872e30bef92b7
+DIST pychroot-0.9.14.tar.gz 29494 SHA256 
34168fbc4e8cd50b23ae6248c0c5c669f3b9cd2396f96a961ea4e06abb7c1203 SHA512 
3a043d97464bf669fd92b316179f4b3fc8462fe3a84f66aba16e99f7b7e84c382bb146b0dca5b03902235f99636b5693d7de8545f73f5756a2cbb80d73311896
 WHIRLPOOL 
bd9748ad3f821f18808f0bb7c2d0758213934bb57b075f14f01594012609a1d6269bddbc673de47e8d9715a15e8f46d63410c0f4ee3aa08439250ea72fb3cbd3

diff --git a/dev-python/pychroot/pychroot-.ebuild 
b/dev-python/pychroot/pychroot-0.9.14.ebuild
similarity index 88%
copy from dev-python/pychroot/pychroot-.ebuild
copy to dev-python/pychroot/pychroot-0.9.14.ebuild
index 31a2e75..99a012a 100644
--- a/dev-python/pychroot/pychroot-.ebuild
+++ b/dev-python/pychroot/pychroot-0.9.14.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == * ]] ; then
inherit git-r3
 else
KEYWORDS="~amd64 ~x86"
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   
SRC_URI="https://github.com/pkgcore/${PN}/releases/download/v${PV}/${P}.tar.gz;
 fi
 
 DESCRIPTION="a python library and cli tool that simplify chroot handling"
@@ -22,7 +22,7 @@ SLOT="0"
 IUSE="test"
 
 RDEPEND="
-   =dev-python/snakeoil-[${PYTHON_USEDEP}]
+   >=dev-python/snakeoil-0.7.0[${PYTHON_USEDEP}]
 "
 DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]

diff --git a/dev-python/pychroot/pychroot-.ebuild 
b/dev-python/pychroot/pychroot-.ebuild
index 31a2e75..b3c192a 100644
--- a/dev-python/pychroot/pychroot-.ebuild
+++ b/dev-python/pychroot/pychroot-.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == * ]] ; then
inherit git-r3
 else
KEYWORDS="~amd64 ~x86"
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   
SRC_URI="https://github.com/pkgcore/${PN}/releases/download/v${PV}/${P}.tar.gz;
 fi
 
 DESCRIPTION="a python library and cli tool that simplify chroot handling"



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

2016-02-22 Thread Tim Harder
commit: f5c3edb2ebd28300066c4cf5823bc640eeb252d2
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Feb 22 23:07:58 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Feb 22 23:07:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5c3edb2

dev-python/pychroot: setuptools is no longer an rdep

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

diff --git a/dev-python/pychroot/pychroot-.ebuild 
b/dev-python/pychroot/pychroot-.ebuild
index ee94413..31a2e75 100644
--- a/dev-python/pychroot/pychroot-.ebuild
+++ b/dev-python/pychroot/pychroot-.ebuild
@@ -22,10 +22,10 @@ SLOT="0"
 IUSE="test"
 
 RDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
=dev-python/snakeoil-[${PYTHON_USEDEP}]
 "
 DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
test? (
$(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 
python2_7)
dev-python/pytest[${PYTHON_USEDEP}]



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

2016-02-22 Thread Tim Harder
commit: e675e9f5e7898fba4d4828f9fea72210a437be1f
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Feb 22 22:28:08 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Feb 22 22:28:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e675e9f5

dev-python/pychroot: drop unused 3to2 dep

 dev-python/pychroot/pychroot-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-python/pychroot/pychroot-.ebuild 
b/dev-python/pychroot/pychroot-.ebuild
index 6b41a39..ee94413 100644
--- a/dev-python/pychroot/pychroot-.ebuild
+++ b/dev-python/pychroot/pychroot-.ebuild
@@ -26,7 +26,6 @@ RDEPEND="
=dev-python/snakeoil-[${PYTHON_USEDEP}]
 "
 DEPEND="${RDEPEND}
-   $(python_gen_cond_dep 'dev-python/3to2[${PYTHON_USEDEP}]' python2_7)
test? (
$(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 
python2_7)
dev-python/pytest[${PYTHON_USEDEP}]



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

2016-01-24 Thread Tim Harder
commit: 069e849ffbfe7b046aa56d9951cccff07f58b7fc
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Jan 24 23:26:56 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Jan 24 23:27:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=069e849f

dev-python/pychroot: remove unnecessary man page conditional

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

diff --git a/dev-python/pychroot/pychroot-.ebuild 
b/dev-python/pychroot/pychroot-.ebuild
index c35e8b9..6b41a39 100644
--- a/dev-python/pychroot/pychroot-.ebuild
+++ b/dev-python/pychroot/pychroot-.ebuild
@@ -34,7 +34,7 @@ DEPEND="${RDEPEND}
 [[ ${PV} == * ]] && DEPEND+=" dev-python/sphinx[${PYTHON_USEDEP}]"
 
 python_compile_all() {
-   [[ ${PV} == * ]] && esetup.py build_man
+   esetup.py build_man
 }
 
 python_test() {



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

2016-01-23 Thread Tim Harder
commit: c07480a826d95865be9efdb79372d5227aef9dae
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Jan 23 22:27:00 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Jan 23 22:27:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c07480a8

dev-python/pychroot: simplify man pages build/install

 dev-python/pychroot/pychroot-.ebuild | 9 +++--
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/dev-python/pychroot/pychroot-.ebuild 
b/dev-python/pychroot/pychroot-.ebuild
index 86f99b9..c35e8b9 100644
--- a/dev-python/pychroot/pychroot-.ebuild
+++ b/dev-python/pychroot/pychroot-.ebuild
@@ -34,7 +34,7 @@ DEPEND="${RDEPEND}
 [[ ${PV} == * ]] && DEPEND+=" dev-python/sphinx[${PYTHON_USEDEP}]"
 
 python_compile_all() {
-   [[ ${PV} == * ]] && emake -C doc man
+   [[ ${PV} == * ]] && esetup.py build_man
 }
 
 python_test() {
@@ -42,10 +42,7 @@ python_test() {
 }
 
 python_install_all() {
+   local DOCS=( NEWS.rst README.rst )
+   distutils-r1_python_install install_man
distutils-r1_python_install_all
-   if [[ ${PV} == * ]]; then
-   emake -C doc PREFIX=/usr DESTDIR="${D}" install_man
-   else
-   doman man/*
-   fi
 }



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

2016-01-23 Thread Tim Harder
commit: 9066385bd8c4bb018d11d661186ecd9ddd7fd125
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Jan 23 22:28:18 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Jan 23 22:28:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9066385b

dev-python/pychroot: remove old

 dev-python/pychroot/Manifest   |  3 --
 dev-python/pychroot/pychroot-0.9.11.ebuild | 34 
 dev-python/pychroot/pychroot-0.9.12.ebuild | 51 --
 dev-python/pychroot/pychroot-0.9.9.ebuild  | 34 
 4 files changed, 122 deletions(-)

diff --git a/dev-python/pychroot/Manifest b/dev-python/pychroot/Manifest
index 32e99c4..d328ae6 100644
--- a/dev-python/pychroot/Manifest
+++ b/dev-python/pychroot/Manifest
@@ -1,4 +1 @@
-DIST pychroot-0.9.11.tar.gz 17904 SHA256 
986a49997bb90e78e68cc99363659e01482adc0158c895d621f754b7d1a1870e SHA512 
0cc169b79dd29e4c712b6764a6cf83f91d71383664276faca676a848b00b34203fc6f4430bc0c6f4a099959e76fc06f08d4f3679fceaaf8126dc1c1c78283ea7
 WHIRLPOOL 
9ce13e27390c46cfe43ca597e55bd786ad338b513a60864d4bb040cf84a97c1e4d9e3c044d4c7c6f2d10ed0b7b815a7b4239a3aee40486df834a722e8803c914
-DIST pychroot-0.9.12.tar.gz 19791 SHA256 
a536341b52d1e50ddbd20a999a24ca927d9efc1a2dc14a0488e6b2a7c9eeb7cb SHA512 
27f8913fb624b928e9be07ea3e70fbc4a987d1313570f67d7c433fa96c31931defb661cb18734fb0f766bab494a0429d7931227224783fa3cd62faf44e005ee0
 WHIRLPOOL 
64dcc7fa3ec797d885fd96c332621fbcf42510094626a0de5e984096239ec0c7e7bb1246fb35dff503f6a7fe8ae348e3dca102a1c9bd8dd13646cb5d975b0ec0
 DIST pychroot-0.9.13.tar.gz 25610 SHA256 
e94c9c738402f4957e757aa1fdcd2febeaa7cc01df1b1ca0d6adf3324a8bbfce SHA512 
ec2773e9285905aa1fc83a69653e830fc83c42c306760bbc9a8bf48cd388b99485a7ec30eef32ef4cc98cf25fe12b9ac1d09ae379c25d4c756d3afbffdfc2243
 WHIRLPOOL 
bff205fb563e7e3f9603a639310cbf24ec10234e96e813082aeec94bc5cb3155947f818f53713a09f0626e5dad21a4d0b4c1c49d26eeb894677872e30bef92b7
-DIST pychroot-0.9.9.tar.gz 11936 SHA256 
49558bdc85dbdd25dbd2b3417eb857bd770bfb026db76c7e2bcedc8c605fe76b SHA512 
437e8fa1a7d13a884c6fccb0e0cc81de8ccd6ff63ca0b3d2f55dcaa0c9cbef0c81cd033d64e08c1d35805f1d7e568fe941128c569827d7ae641d2d3b2ca4c1c2
 WHIRLPOOL 
40b3deb33d865efa37ce0b78a4471a531c6c6d542750ef87bb54071084a3bbdb115ffec92fef9086c3cc0ca63f9a71c65e3a4daa88f30cede7e4a5cbbd3f4851

diff --git a/dev-python/pychroot/pychroot-0.9.11.ebuild 
b/dev-python/pychroot/pychroot-0.9.11.ebuild
deleted file mode 100644
index 2930d41..000
--- a/dev-python/pychroot/pychroot-0.9.11.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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} )
-inherit distutils-r1
-
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/pkgcore/pychroot.git;
-   inherit git-r3
-else
-   KEYWORDS="~amd64 ~x86"
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-fi
-
-DESCRIPTION="a python library that simplifies chroot handling"
-HOMEPAGE="https://github.com/pkgcore/pychroot;
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="test"
-
-RDEPEND=">=dev-python/snakeoil-0.6.2[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 
python2_7)
-   dev-python/pytest[${PYTHON_USEDEP}]
-   )"
-
-python_test() {
-   esetup.py test
-}

diff --git a/dev-python/pychroot/pychroot-0.9.12.ebuild 
b/dev-python/pychroot/pychroot-0.9.12.ebuild
deleted file mode 100644
index 53089fa..000
--- a/dev-python/pychroot/pychroot-0.9.12.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# 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} )
-inherit distutils-r1
-
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/pkgcore/pychroot.git;
-   inherit git-r3
-else
-   KEYWORDS="~amd64 ~x86"
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-fi
-
-DESCRIPTION="a python library and cli tool that simplify chroot handling"
-HOMEPAGE="https://github.com/pkgcore/pychroot;
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="test"
-
-RDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/snakeoil-0.6.5[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-   $(python_gen_cond_dep 'dev-python/3to2[${PYTHON_USEDEP}]' python2_7)
-   test? (
-   $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 
python2_7)
-   dev-python/pytest[${PYTHON_USEDEP}]
-   )"
-[[ ${PV} == * ]] && DEPEND+=" dev-python/sphinx[${PYTHON_USEDEP}]"
-
-python_compile_all() {
-   [[ ${PV} == * ]] && emake -C doc man
-}
-
-python_test() {
-   esetup.py test
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-   if [[ ${PV} == * ]]; then
-   emake 

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

2016-01-09 Thread Tim Harder
commit: 65630861ddd53f5fcea37223cc06f5013c9791b5
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Jan  9 21:12:30 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Jan  9 21:22:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65630861

dev-python/pychroot: version bump to 0.9.13

 dev-python/pychroot/Manifest| 1 +
 .../pychroot/{pychroot-.ebuild => pychroot-0.9.13.ebuild}   | 6 +++---
 dev-python/pychroot/pychroot-.ebuild| 4 ++--
 3 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/dev-python/pychroot/Manifest b/dev-python/pychroot/Manifest
index 6cd19da..32e99c4 100644
--- a/dev-python/pychroot/Manifest
+++ b/dev-python/pychroot/Manifest
@@ -1,3 +1,4 @@
 DIST pychroot-0.9.11.tar.gz 17904 SHA256 
986a49997bb90e78e68cc99363659e01482adc0158c895d621f754b7d1a1870e SHA512 
0cc169b79dd29e4c712b6764a6cf83f91d71383664276faca676a848b00b34203fc6f4430bc0c6f4a099959e76fc06f08d4f3679fceaaf8126dc1c1c78283ea7
 WHIRLPOOL 
9ce13e27390c46cfe43ca597e55bd786ad338b513a60864d4bb040cf84a97c1e4d9e3c044d4c7c6f2d10ed0b7b815a7b4239a3aee40486df834a722e8803c914
 DIST pychroot-0.9.12.tar.gz 19791 SHA256 
a536341b52d1e50ddbd20a999a24ca927d9efc1a2dc14a0488e6b2a7c9eeb7cb SHA512 
27f8913fb624b928e9be07ea3e70fbc4a987d1313570f67d7c433fa96c31931defb661cb18734fb0f766bab494a0429d7931227224783fa3cd62faf44e005ee0
 WHIRLPOOL 
64dcc7fa3ec797d885fd96c332621fbcf42510094626a0de5e984096239ec0c7e7bb1246fb35dff503f6a7fe8ae348e3dca102a1c9bd8dd13646cb5d975b0ec0
+DIST pychroot-0.9.13.tar.gz 25610 SHA256 
e94c9c738402f4957e757aa1fdcd2febeaa7cc01df1b1ca0d6adf3324a8bbfce SHA512 
ec2773e9285905aa1fc83a69653e830fc83c42c306760bbc9a8bf48cd388b99485a7ec30eef32ef4cc98cf25fe12b9ac1d09ae379c25d4c756d3afbffdfc2243
 WHIRLPOOL 
bff205fb563e7e3f9603a639310cbf24ec10234e96e813082aeec94bc5cb3155947f818f53713a09f0626e5dad21a4d0b4c1c49d26eeb894677872e30bef92b7
 DIST pychroot-0.9.9.tar.gz 11936 SHA256 
49558bdc85dbdd25dbd2b3417eb857bd770bfb026db76c7e2bcedc8c605fe76b SHA512 
437e8fa1a7d13a884c6fccb0e0cc81de8ccd6ff63ca0b3d2f55dcaa0c9cbef0c81cd033d64e08c1d35805f1d7e568fe941128c569827d7ae641d2d3b2ca4c1c2
 WHIRLPOOL 
40b3deb33d865efa37ce0b78a4471a531c6c6d542750ef87bb54071084a3bbdb115ffec92fef9086c3cc0ca63f9a71c65e3a4daa88f30cede7e4a5cbbd3f4851

diff --git a/dev-python/pychroot/pychroot-.ebuild 
b/dev-python/pychroot/pychroot-0.9.13.ebuild
similarity index 89%
copy from dev-python/pychroot/pychroot-.ebuild
copy to dev-python/pychroot/pychroot-0.9.13.ebuild
index 7dd6ffd..5b248cb 100644
--- a/dev-python/pychroot/pychroot-.ebuild
+++ b/dev-python/pychroot/pychroot-0.9.13.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 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} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
 inherit distutils-r1
 
 if [[ ${PV} == * ]] ; then
@@ -23,7 +23,7 @@ IUSE="test"
 
 RDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
-   =dev-python/snakeoil-[${PYTHON_USEDEP}]
+   >=dev-python/snakeoil-0.6.5[${PYTHON_USEDEP}]
 "
 DEPEND="${RDEPEND}
$(python_gen_cond_dep 'dev-python/3to2[${PYTHON_USEDEP}]' python2_7)

diff --git a/dev-python/pychroot/pychroot-.ebuild 
b/dev-python/pychroot/pychroot-.ebuild
index 7dd6ffd..86f99b9 100644
--- a/dev-python/pychroot/pychroot-.ebuild
+++ b/dev-python/pychroot/pychroot-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 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} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
 inherit distutils-r1
 
 if [[ ${PV} == * ]] ; then



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

2015-08-23 Thread Tim Harder
commit: c34d46d5da31a8e9f61e347bd8689392c04371a7
Author: Tim Harder radhermit AT gentoo DOT org
AuthorDate: Mon Aug 24 00:13:55 2015 +
Commit: Tim Harder radhermit AT gentoo DOT org
CommitDate: Mon Aug 24 00:13:55 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c34d46d5

dev-python/pychroot: version bump

 dev-python/pychroot/Manifest  | 1 +
 .../pychroot/{pychroot-.ebuild = pychroot-0.9.12.ebuild} | 8 ++--
 dev-python/pychroot/pychroot-.ebuild  | 6 +-
 3 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/dev-python/pychroot/Manifest b/dev-python/pychroot/Manifest
index c76993e..6cd19da 100644
--- a/dev-python/pychroot/Manifest
+++ b/dev-python/pychroot/Manifest
@@ -1,2 +1,3 @@
 DIST pychroot-0.9.11.tar.gz 17904 SHA256 
986a49997bb90e78e68cc99363659e01482adc0158c895d621f754b7d1a1870e SHA512 
0cc169b79dd29e4c712b6764a6cf83f91d71383664276faca676a848b00b34203fc6f4430bc0c6f4a099959e76fc06f08d4f3679fceaaf8126dc1c1c78283ea7
 WHIRLPOOL 
9ce13e27390c46cfe43ca597e55bd786ad338b513a60864d4bb040cf84a97c1e4d9e3c044d4c7c6f2d10ed0b7b815a7b4239a3aee40486df834a722e8803c914
+DIST pychroot-0.9.12.tar.gz 19791 SHA256 
a536341b52d1e50ddbd20a999a24ca927d9efc1a2dc14a0488e6b2a7c9eeb7cb SHA512 
27f8913fb624b928e9be07ea3e70fbc4a987d1313570f67d7c433fa96c31931defb661cb18734fb0f766bab494a0429d7931227224783fa3cd62faf44e005ee0
 WHIRLPOOL 
64dcc7fa3ec797d885fd96c332621fbcf42510094626a0de5e984096239ec0c7e7bb1246fb35dff503f6a7fe8ae348e3dca102a1c9bd8dd13646cb5d975b0ec0
 DIST pychroot-0.9.9.tar.gz 11936 SHA256 
49558bdc85dbdd25dbd2b3417eb857bd770bfb026db76c7e2bcedc8c605fe76b SHA512 
437e8fa1a7d13a884c6fccb0e0cc81de8ccd6ff63ca0b3d2f55dcaa0c9cbef0c81cd033d64e08c1d35805f1d7e568fe941128c569827d7ae641d2d3b2ca4c1c2
 WHIRLPOOL 
40b3deb33d865efa37ce0b78a4471a531c6c6d542750ef87bb54071084a3bbdb115ffec92fef9086c3cc0ca63f9a71c65e3a4daa88f30cede7e4a5cbbd3f4851

diff --git a/dev-python/pychroot/pychroot-.ebuild 
b/dev-python/pychroot/pychroot-0.9.12.ebuild
similarity index 86%
copy from dev-python/pychroot/pychroot-.ebuild
copy to dev-python/pychroot/pychroot-0.9.12.ebuild
index 3099351..53089fa 100644
--- a/dev-python/pychroot/pychroot-.ebuild
+++ b/dev-python/pychroot/pychroot-0.9.12.ebuild
@@ -23,7 +23,7 @@ IUSE=test
 
 RDEPEND=
dev-python/setuptools[${PYTHON_USEDEP}]
-   =dev-python/snakeoil-[${PYTHON_USEDEP}]
+   =dev-python/snakeoil-0.6.5[${PYTHON_USEDEP}]
 
 DEPEND=${RDEPEND}
$(python_gen_cond_dep 'dev-python/3to2[${PYTHON_USEDEP}]' python2_7)
@@ -43,5 +43,9 @@ python_test() {
 
 python_install_all() {
distutils-r1_python_install_all
-   emake -C doc PREFIX=/usr DESTDIR=${D} install_man
+   if [[ ${PV} == * ]]; then
+   emake -C doc PREFIX=/usr DESTDIR=${D} install_man
+   else
+   doman man/*
+   fi
 }

diff --git a/dev-python/pychroot/pychroot-.ebuild 
b/dev-python/pychroot/pychroot-.ebuild
index 3099351..7dd6ffd 100644
--- a/dev-python/pychroot/pychroot-.ebuild
+++ b/dev-python/pychroot/pychroot-.ebuild
@@ -43,5 +43,9 @@ python_test() {
 
 python_install_all() {
distutils-r1_python_install_all
-   emake -C doc PREFIX=/usr DESTDIR=${D} install_man
+   if [[ ${PV} == * ]]; then
+   emake -C doc PREFIX=/usr DESTDIR=${D} install_man
+   else
+   doman man/*
+   fi
 }