From: "Zac Medico" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-engineio/
Date: Wed, 12 Oct 2016 06:49:26 +0000 (UTC) [thread overview]
Message-ID: <1476254961.04e26970cdf9fa8de1fd47bc29daa74d39baec2e.zmedico@gentoo> (raw)
commit: 04e26970cdf9fa8de1fd47bc29daa74d39baec2e
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 12 06:48:01 2016 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Wed Oct 12 06:49:21 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04e26970
dev-python/python-engineio: remove old versions
Package-Manager: portage-2.3.2
dev-python/python-engineio/Manifest | 3 --
.../python-engineio/python-engineio-0.8.1.ebuild | 33 ----------------------
.../python-engineio/python-engineio-0.8.6.ebuild | 33 ----------------------
.../python-engineio/python-engineio-0.8.8.ebuild | 28 ------------------
4 files changed, 97 deletions(-)
diff --git a/dev-python/python-engineio/Manifest b/dev-python/python-engineio/Manifest
index 1b1407d..880df68 100644
--- a/dev-python/python-engineio/Manifest
+++ b/dev-python/python-engineio/Manifest
@@ -1,5 +1,2 @@
-DIST python-engineio-0.8.1.tar.gz 11608 SHA256 82973bcf1c32df594bb78c527d9406f301691ecc5ab93c38fc318c1b0142b9fd SHA512 71a6002753f77440fe118004e7ace11eeb348b2d63274e81fe66e8eace899b8b3f1b8b130f86cedb0d78c995f1f83053ab7811e68fbb6e977072d9491a35b6b7 WHIRLPOOL c2a62848b2a83adb5eea255c60c77d6355053a360d885dacfe117a104974987c9379236c62eed6f496e115c8181428a09ccd51720438b4110902b43c06778450
-DIST python-engineio-0.8.6.tar.gz 11855 SHA256 cdb7381d6ba28d13e02cec61f3d1b254341b784452c629fba524784c0b774363 SHA512 4fd4e492655340798ca7c34127d26d0fcba864b95e3ab21c423867c21ee7d37dd3b5f564bd3013cc0f9f235a57b5dd4bf705648e21cf07fbe417e4fa69e632f2 WHIRLPOOL df96a513112a21b3dbc4262f156d4332ca71547d0882a0cc473a128a8c3a9ca1dd5a29b19e2b56f5b819fdc8ea415b8f092f974fd2d35f963e321dc2afdd0375
-DIST python-engineio-0.8.8.tar.gz 11792 SHA256 1dbe9ad8ca4b36b92d6c2f9c5c4a3ddc25e70858d39e90b9e5e1cb337f0c0924 SHA512 b411565b5144039e680ecb1ebb26c206f8b18f3fe10fd3e62efde5540fb84e80c9085bb9339ef214791921f3f62c46ad75379a0472430db2316a2388b0ecd398 WHIRLPOOL 638ebb4323c5e5c4e8854fdecf6cc187af744f5ba4a895f4d15c6874510512575d981d799660aa016d2638c7a5e5761340890ce0ecda759d7da592f4a349efc0
DIST python-engineio-0.9.1.tar.gz 11812 SHA256 30af19dfe0dba55ba080958d2e251a3bb528c2502b83b255b46c4d90fa1db650 SHA512 69d69e6eb8a577ccf3bdd960c6e32c43111a174458291fe5254028e70f5898644896db67f4884a0e25ecdf20de69521d320787bf75917fffd508d36b11772f01 WHIRLPOOL a13bd82e6d09572466d16fd1771e8e6f13289304a2979e0577e6b37310c9e86d3f122a62e8cca39db289e87def98502ee359778845de39edf264efdf6bb559ea
DIST python-engineio-1.0.3.tar.gz 14801 SHA256 30803f9d3c327a27bdbf6e55a9772c858082c69de87b750ff981effd47386e5c SHA512 09d610bf88cda61eb2232436302eedd46e14bac5071ee298585e731f36ee49449272290b9b3ce34a16d4c37c3598689f5772a0b5162628311d506ad60c0c0ad8 WHIRLPOOL beb558dc726c33503db81cb25489b612fa5e4755646f8b2bab0d642b2d0da5cc813997094b13e4a9e47861e688a7da5310b630351c6e862b2f00f71de3d282de
diff --git a/dev-python/python-engineio/python-engineio-0.8.1.ebuild b/dev-python/python-engineio/python-engineio-0.8.1.ebuild
deleted file mode 100644
index 53e64a8..00000000
--- a/dev-python/python-engineio/python-engineio-0.8.1.ebuild
+++ /dev/null
@@ -1,33 +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_4} pypy pypy3 )
-
-inherit distutils-r1
-
-MY_PN=""
-DESCRIPTION="Python implementation of the Engine.IO realtime server."
-HOMEPAGE="https://${PN}.readthedocs.org/ https://github.com/miguelgrinberg/${PN}/ https://pypi.python.org/pypi/${PN}"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]"
-
-# pypi tarball does not contain tests
-RESTRICT="test"
-
-src_prepare() {
- sed -e 's:pbr<1.7.0:pbr:' -i setup.py || die
- distutils-r1_src_prepare
-}
-
-python_test() {
- esetup.py test || die
-}
diff --git a/dev-python/python-engineio/python-engineio-0.8.6.ebuild b/dev-python/python-engineio/python-engineio-0.8.6.ebuild
deleted file mode 100644
index 53e64a8..00000000
--- a/dev-python/python-engineio/python-engineio-0.8.6.ebuild
+++ /dev/null
@@ -1,33 +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_4} pypy pypy3 )
-
-inherit distutils-r1
-
-MY_PN=""
-DESCRIPTION="Python implementation of the Engine.IO realtime server."
-HOMEPAGE="https://${PN}.readthedocs.org/ https://github.com/miguelgrinberg/${PN}/ https://pypi.python.org/pypi/${PN}"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]"
-
-# pypi tarball does not contain tests
-RESTRICT="test"
-
-src_prepare() {
- sed -e 's:pbr<1.7.0:pbr:' -i setup.py || die
- distutils-r1_src_prepare
-}
-
-python_test() {
- esetup.py test || die
-}
diff --git a/dev-python/python-engineio/python-engineio-0.8.8.ebuild b/dev-python/python-engineio/python-engineio-0.8.8.ebuild
deleted file mode 100644
index 57a324c..00000000
--- a/dev-python/python-engineio/python-engineio-0.8.8.ebuild
+++ /dev/null
@@ -1,28 +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} pypy pypy3 )
-
-inherit distutils-r1
-
-MY_PN=""
-DESCRIPTION="Python implementation of the Engine.IO realtime server."
-HOMEPAGE="https://${PN}.readthedocs.org/ https://github.com/miguelgrinberg/${PN}/ https://pypi.python.org/pypi/${PN}"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]"
-
-# pypi tarball does not contain tests
-RESTRICT="test"
-
-python_test() {
- esetup.py test || die
-}
next reply other threads:[~2016-10-12 6:49 UTC|newest]
Thread overview: 66+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-12 6:49 Zac Medico [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-16 4:54 [gentoo-commits] repo/gentoo:master commit in: dev-python/python-engineio/ Michał Górny
2024-10-14 4:11 Michał Górny
2024-06-30 17:00 Michał Górny
2024-06-30 17:00 Michał Górny
2024-05-19 6:02 Michał Górny
2024-02-26 14:25 Michał Górny
2024-02-06 3:07 Michał Górny
2024-01-07 6:16 Michał Górny
2023-12-30 18:32 Michał Górny
2023-12-29 4:38 Michał Górny
2023-12-29 4:38 Michał Górny
2023-11-23 20:11 Michał Górny
2023-10-15 3:26 Michał Górny
2023-09-14 17:21 Arthur Zamarin
2023-09-13 15:47 Michał Górny
2023-09-04 2:48 Michał Górny
2023-08-23 19:25 Michał Górny
2023-08-21 16:45 Michał Górny
2023-08-21 16:44 Michał Górny
2023-07-24 11:33 Michał Górny
2023-07-06 3:31 Michał Górny
2023-07-06 3:31 Michał Górny
2023-04-20 3:12 Michał Górny
2023-04-09 7:44 Arthur Zamarin
2023-04-08 6:08 Michał Górny
2023-03-17 5:32 Michał Górny
2022-11-17 18:07 Michał Górny
2022-10-21 14:34 Michał Górny
2022-10-21 14:34 Michał Górny
2022-08-04 17:55 Arthur Zamarin
2022-07-05 6:07 Michał Górny
2022-05-13 15:00 Michał Górny
2022-04-29 4:05 Sam James
2022-04-28 4:05 Sam James
2022-04-24 17:47 Arthur Zamarin
2022-04-24 17:47 Arthur Zamarin
2022-01-11 18:03 Arthur Zamarin
2021-10-27 8:29 Michał Górny
2021-10-17 9:25 Michał Górny
2021-08-02 5:44 Michał Górny
2021-05-15 21:18 Michał Górny
2021-04-16 8:30 Michał Górny
2021-03-11 12:55 Sam James
2021-03-11 12:55 Sam James
2021-03-11 12:24 Michał Górny
2021-03-11 8:48 Michał Górny
2020-04-22 1:20 Zac Medico
2020-04-22 1:17 Zac Medico
2020-03-28 21:11 Michał Górny
2020-02-05 20:47 Michał Górny
2018-07-03 21:54 Zac Medico
2018-04-13 9:53 Zac Medico
2017-09-24 23:08 Zac Medico
2017-05-03 7:37 Michał Górny
2017-04-28 18:35 Zac Medico
2017-04-28 4:15 Zac Medico
2017-03-15 8:36 Zac Medico
2017-01-26 4:09 Zac Medico
2016-10-12 6:49 Zac Medico
2016-06-29 18:18 Patrick Lauer
2016-03-12 11:40 Patrick Lauer
2016-02-27 0:49 Zac Medico
2016-01-12 0:38 Zac Medico
2015-12-22 21:49 Zac Medico
2015-12-07 21:15 Zac Medico
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=1476254961.04e26970cdf9fa8de1fd47bc29daa74d39baec2e.zmedico@gentoo \
--to=zmedico@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