public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pychroot/
Date: Wed,  4 Oct 2017 23:23:13 +0000 (UTC)	[thread overview]
Message-ID: <1507159383.51e15613be6a92e5960e6f61a6a1e05a3154396d.radhermit@gentoo> (raw)

commit:     51e15613be6a92e5960e6f61a6a1e05a3154396d
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  4 23:21:58 2017 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Wed Oct  4 23:23:03 2017 +0000
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..00000000000
--- 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} == *9999 ]] ; 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} == *9999 ]] && 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..00000000000
--- 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} == *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"
-
-if [[ ${PV} == *9999 ]]; then
-	RDEPEND="=dev-python/snakeoil-9999[${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} == *9999 ]] && 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
-}


             reply	other threads:[~2017-10-04 23:23 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-04 23:23 Tim Harder [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-03-16 18:52 [gentoo-commits] repo/gentoo:master commit in: dev-python/pychroot/ Michał Górny
2023-02-17  6:27 Sam James
2022-05-19 18:09 Sam James
2021-04-25  5:19 Sam James
2021-03-28  7:14 Sam James
2021-01-26  3:08 Tim Harder
2021-01-26  3:08 Tim Harder
2020-12-23 20:53 Tim Harder
2020-12-22 20:37 Tim Harder
2020-12-22 20:37 Tim Harder
2020-12-22 13:57 Sebastian Pipping
2020-12-05  7:54 Tim Harder
2020-10-25  7:25 Tim Harder
2020-10-25  7:25 Tim Harder
2020-02-12  1:12 Tim Harder
2019-12-10  5:05 Tim Harder
2019-12-03  8:48 Tim Harder
2019-12-01  6:16 Tim Harder
2019-12-01  6:16 Tim Harder
2019-08-23 10:30 Tim Harder
2019-07-18  4:57 Tim Harder
2019-03-26 22:43 Tim Harder
2019-01-02 21:29 Tim Harder
2018-06-04 23:38 Tim Harder
2017-10-04 20:31 Tim Harder
2017-09-22 22:01 Tim Harder
2017-02-27  1:48 Tim Harder
2017-02-25 22:28 Tim Harder
2016-11-01  3:13 Tim Harder
2016-11-01  3:13 Tim Harder
2016-10-29 23:13 Tim Harder
2016-05-29  0:52 Tim Harder
2016-05-28 20:43 Tim Harder
2016-02-22 23:09 Tim Harder
2016-02-22 22:29 Tim Harder
2016-01-24 23:28 Tim Harder
2016-01-23 22:28 Tim Harder
2016-01-23 22:27 Tim Harder
2016-01-09 21:22 Tim Harder
2015-08-24  0:23 Tim Harder

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1507159383.51e15613be6a92e5960e6f61a6a1e05a3154396d.radhermit@gentoo \
    --to=radhermit@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox