From 441d1370330332b7d78f238d2f5e13f7aed5e4e0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 25 Dec 2020 23:06:25 +0000 Subject: gentoo christmass resync : 25.12.2020 --- dev-python/pychroot/Manifest | 6 ++-- dev-python/pychroot/pychroot-0.10.2.ebuild | 44 ------------------------------ dev-python/pychroot/pychroot-0.10.3.ebuild | 44 ++++++++++++++++++++++++++++++ dev-python/pychroot/pychroot-9999.ebuild | 2 +- 4 files changed, 48 insertions(+), 48 deletions(-) delete mode 100644 dev-python/pychroot/pychroot-0.10.2.ebuild create mode 100644 dev-python/pychroot/pychroot-0.10.3.ebuild (limited to 'dev-python/pychroot') diff --git a/dev-python/pychroot/Manifest b/dev-python/pychroot/Manifest index eeb70036e66b..608b1b598020 100644 --- a/dev-python/pychroot/Manifest +++ b/dev-python/pychroot/Manifest @@ -1,4 +1,4 @@ -DIST pychroot-0.10.2.tar.gz 23477 BLAKE2B a5145908c565479ba05583e396c669d344193dacaa70b489b152b49cc092cf5f77193324d48917271d01ce67c06ae737815d5c3098d02bc9ed5f1c25c2dca0f9 SHA512 e5ed1b94dc0779890786bb381fba86d13fbcdbc3df411cfcafc868ebb62fe94cf1248d15a20902b4df5dc4420abc0a93fccc7ddcb2f42ad7244a657b5ec99c76 -EBUILD pychroot-0.10.2.ebuild 983 BLAKE2B 49e70ec68b01706d2f4ea37f530b4230616d46c6eb1cc32fd1ece48d0a17ad2b1201a1eaae6268631c33b58fe8e0f5e926d87c56aef0e0445351de1782217b8a SHA512 2e9cdceb10023941fc3533de662ab910fdf07605839275874220da3cb5b208f36571ec153ff777587a6b1d48e416799d3b3b2e15b77ef9bb41a8f2c9ee53f1c9 -EBUILD pychroot-9999.ebuild 979 BLAKE2B c6fcaaf2b62e69bd3ec8fc39969ea57eef99c856ed484b2127c01213ad3b4e3caf2fe94c2606dba8d97c0ed8c6914cf7d19985e865f3b9757fa3c7b718a14407 SHA512 d3dbe156b8d6a378b65a1d3f62a6dca5d4fe612ff62cdbff3bdea964232a0dbd783b0dd6a86da9c3b2c924d54ec73b0e4da434f78c7fa10e03ecd43a15ac8c41 +DIST pychroot-0.10.3.tar.gz 23637 BLAKE2B 9ea0d3fdbabddd2901cf263b9f29eb91a6a6eb732c8973773c69630a320d6e39f458fb4f420f099617ba4f6e43353fe36dc4576cb84bca271a8e7b4db260b36c SHA512 b4d9fab3d2ba9bd5fd9bf6bcb988a1e63ea03aef0c898baf724d51de97943cb41c0223a235f4fa9f733cf737a3089a90006ae5ecb9049d74ec8c78712a1b6e7a +EBUILD pychroot-0.10.3.ebuild 980 BLAKE2B c82fb75ba6385e3f6f5d1da2bf50ec21814ea4cb6a708d6a7a6a5194d7d60fd3a36d98f0f7b60a12121a9c66309cbe07ba0207ae44d1d33e5ad0b482116c9b0b SHA512 216cb05f63bc3813938bfc84dbe0fb8f41b84eba5e8f69b23d173e538e7df5ec76a6d7a99e64df435e5ee983bac58aa75f7fe844e82a05eafd26c9c881f57745 +EBUILD pychroot-9999.ebuild 979 BLAKE2B 5c2c0164f813d74666fc233c4187b7329384b30e4d23f7c53b94adc29f0ad92b0ab3b367b582369d88f8afbc4660662c08722c8d33bd8247559e7878cb3fdf6e SHA512 653a91f26a778d476f8976e133644dd5761ffa3f339d7f54851ce6293c35e80e65d9b59d612e74b391832261d9dd95ce54bd5487adce3c7726ce0d6fda08be09 MISC metadata.xml 294 BLAKE2B 427a6d5592331c03658548594df4542c10736333975a9bf79244056bd57e22d13c3398e33a8aed539f9faf75f4f02fdde792629f56e484ffa57f35d2f96d027a SHA512 d54e8f6f13d17ef8b63894e1fbe2e49985951d897f125b088e565c31b4f1d950b5d160ce0e976860f15e63be08e45d320fd4f2ac3980bddb2cc95cabc4792520 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 61c910718795..000000000000 --- 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} == *9999 ]] ; 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} == *9999 ]]; then - RDEPEND="~dev-python/snakeoil-9999[${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} == *9999 ]] || doman man/* - distutils-r1_python_install_all -} diff --git a/dev-python/pychroot/pychroot-0.10.3.ebuild b/dev-python/pychroot/pychroot-0.10.3.ebuild new file mode 100644 index 000000000000..925ca082a684 --- /dev/null +++ b/dev-python/pychroot/pychroot-0.10.3.ebuild @@ -0,0 +1,44 @@ +# 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} == *9999 ]] ; 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} == *9999 ]]; then + RDEPEND="~dev-python/snakeoil-9999[${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} == *9999 ]] || doman man/* + distutils-r1_python_install_all +} diff --git a/dev-python/pychroot/pychroot-9999.ebuild b/dev-python/pychroot/pychroot-9999.ebuild index e037f1a30684..9ec7b332eb8a 100644 --- a/dev-python/pychroot/pychroot-9999.ebuild +++ b/dev-python/pychroot/pychroot-9999.ebuild @@ -24,7 +24,7 @@ RESTRICT="!test? ( test )" if [[ ${PV} == *9999 ]]; then RDEPEND="~dev-python/snakeoil-9999[${PYTHON_USEDEP}]" else - RDEPEND=">=dev-python/snakeoil-0.8.4[${PYTHON_USEDEP}]" + RDEPEND=">=dev-python/snakeoil-0.8.9[${PYTHON_USEDEP}]" fi DEPEND="${RDEPEND}" -- cgit v1.2.3