From: "Alex Brandt" <alunduil@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/multidict/
Date: Sat, 6 Aug 2016 14:46:45 +0000 (UTC) [thread overview]
Message-ID: <1470494783.35267d3d9b6ddd05f0067a8678df26330e0332d7.alunduil@gentoo> (raw)
commit: 35267d3d9b6ddd05f0067a8678df26330e0332d7
Author: Alex Brandt <alunduil <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 6 14:46:23 2016 +0000
Commit: Alex Brandt <alunduil <AT> gentoo <DOT> org>
CommitDate: Sat Aug 6 14:46:23 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35267d3d
dev-python/multidict: remove version 1.1.0_beta4
Package-Manager: portage-2.3.0
dev-python/multidict/Manifest | 1 -
dev-python/multidict/multidict-1.1.0_beta4.ebuild | 40 -----------------------
2 files changed, 41 deletions(-)
diff --git a/dev-python/multidict/Manifest b/dev-python/multidict/Manifest
index 11fcafe..2fbef46 100644
--- a/dev-python/multidict/Manifest
+++ b/dev-python/multidict/Manifest
@@ -1,4 +1,3 @@
-DIST multidict-1.1.0_beta4.tar.gz 98339 SHA256 527e9714c7dcf59291a04dfd65ab031a1061649bea8a321f6830af64863e2a77 SHA512 b271f0be4cdf164aff59903dbf89689c18475731e146da1bb340c2307f0ee8d1fcf330de97e2300efc50df14c233ec5b74542b3e600017df1990a8e136dc3ae3 WHIRLPOOL e826a033fa6f841715145800211ba8768da551027da1130cc088b07c68f765256b0001b5c5fd5b348e5f7f1845e21579abba62ddb1f1f7571220865f0ccef415
DIST multidict-1.2.0.tar.gz 99060 SHA256 820694f78b029649de00958ca03ad9debe28d489589b546fd6b8a69df5ed65bb SHA512 5a6ec121db9b08707ba1491d39faf35645f48596d69f8ff01ccbd034bed15172bee6f98e8618dd762bf76131735b8453dae9bf29939780029ac2e5bb21b9535b WHIRLPOOL f9c4bb8e1f4536b151babdc8f5f788463fe8be15b125468bceae5ac39ee815695367d816adf1fecef430459abce114fb431665bd67a0b112b28f668e1da1cc85
DIST multidict-1.3.0_alpha1.tar.gz 98403 SHA256 05d5e5e6572a250fa4084bb5b3408621ccae6ff5ad2eb3130ca789b181786e46 SHA512 71831a567e7098aaf3f1273335249dab12a96595dd233f88dae114c7dd26beca53c6f55f9a5b2ec4145d62acf84f1734778d0ccb1a54c380569030ae4a3d2957 WHIRLPOOL 5cc1b3344f4c57250afe91e6168400c44bf39aaea25778a00907d9585b835754ac9e8b12ba584cf39c28e93945196a0fdb2a5f425629c1d417221acad56538c0
DIST multidict-2.0.0.tar.gz 99480 SHA256 12a8a11bc76d9d7681dba7fb69c3c84b27568fee0ece54c5000bc8f5a5a9cfeb SHA512 fa3acd8b1325281f2b1a7e131b1d00d018067aeedcf8de2a1e3e92e5d252279f12a2e71099c733490f07116f9ea75ae0f1dcb373e238c5146dd4e99217855b22 WHIRLPOOL 6d5f3667a771e6d2bfd95eb5dd947b4cc644fe237234a2a93f65a190113449dffdd6bff9be9ea66f5d4aff0fd6fd08ce14e4dc5c40de12240603a6de2d3e4d16
diff --git a/dev-python/multidict/multidict-1.1.0_beta4.ebuild b/dev-python/multidict/multidict-1.1.0_beta4.ebuild
deleted file mode 100644
index 6004a97..0000000
--- a/dev-python/multidict/multidict-1.1.0_beta4.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python3_4 python3_5 )
-
-inherit distutils-r1 vcs-snapshot
-
-MY_PV="${PV//_beta/b}"
-
-DESCRIPTION="multidict implementation"
-HOMEPAGE="https://github.com/aio-libs/multidict/"
-SRC_URI="https://github.com/aio-libs/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
-
-DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
- test? ( dev-python/pytest[${PYTHON_USEDEP}] )
-"
-RDEPEND=""
-
-python_compile_all() {
- use doc && emake -C docs html
-}
-
-python_test() {
- "${PYTHON}" -m pytest tests || die "tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
- use doc && local HTML_DOCS=( docs/_build/html/. )
-
- distutils-r1_python_install_all
-}
next reply other threads:[~2016-08-06 14:46 UTC|newest]
Thread overview: 123+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-06 14:46 Alex Brandt [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-13 20:53 [gentoo-commits] repo/gentoo:master commit in: dev-python/multidict/ Sam James
2024-09-28 14:21 Arthur Zamarin
2024-09-28 13:57 Sam James
2024-09-28 12:40 Sam James
2024-09-28 12:33 Arthur Zamarin
2024-09-28 12:32 Arthur Zamarin
2024-09-28 11:05 Arthur Zamarin
2024-09-10 7:06 Michał Górny
2024-09-06 15:26 Arthur Zamarin
2024-05-18 6:11 Michał Górny
2024-03-19 5:52 Michał Górny
2024-03-02 15:36 Arthur Zamarin
2024-03-02 15:20 Arthur Zamarin
2024-03-02 14:07 Arthur Zamarin
2024-03-02 14:02 Arthur Zamarin
2024-03-02 14:02 Arthur Zamarin
2024-03-02 14:02 Arthur Zamarin
2024-03-02 11:57 Arthur Zamarin
2024-02-17 22:26 Sam James
2024-02-02 13:24 Michał Górny
2023-08-06 8:48 Michał Górny
2023-08-06 8:48 Michał Górny
2023-08-06 8:48 Michał Górny
2023-05-24 15:56 Michał Górny
2023-05-24 15:56 Michał Górny
2023-01-10 9:03 Arthur Zamarin
2023-01-10 8:34 Sam James
2023-01-07 19:43 Arthur Zamarin
2023-01-07 19:26 Arthur Zamarin
2023-01-07 18:58 Arthur Zamarin
2023-01-07 18:52 Arthur Zamarin
2023-01-07 18:49 Arthur Zamarin
2023-01-07 18:41 Arthur Zamarin
2023-01-07 18:24 Arthur Zamarin
2022-12-24 7:41 Michał Górny
2022-12-03 9:09 Michał Górny
2022-05-13 16:11 Michał Górny
2022-03-12 19:53 Michał Górny
2022-03-12 11:31 Arthur Zamarin
2022-03-06 8:05 Sam James
2022-03-06 7:39 Sam James
2022-02-27 16:38 Sam James
2022-02-27 12:29 Jakov Smolić
2022-02-27 12:23 Jakov Smolić
2022-01-24 18:11 Arthur Zamarin
2022-01-23 13:39 Michał Górny
2022-01-23 13:39 Michał Górny
2022-01-23 9:33 Michał Górny
2021-11-10 15:19 Arthur Zamarin
2021-11-09 22:35 Sam James
2021-11-08 19:32 Sam James
2021-11-06 19:56 Sam James
2021-11-05 17:38 Sam James
2021-11-05 17:38 Sam James
2021-11-05 14:57 Jakov Smolić
2021-11-05 2:20 Sam James
2021-11-05 2:18 Sam James
2021-10-04 8:05 Michał Górny
2021-05-22 18:18 Michał Górny
2021-01-08 9:43 Michał Górny
2021-01-08 7:24 Sergei Trofimovich
2021-01-07 20:15 Sam James
2021-01-07 12:14 Sam James
2021-01-07 1:12 Sam James
2021-01-07 1:08 Sam James
2021-01-06 17:35 Sergei Trofimovich
2021-01-05 21:03 Sam James
2020-12-03 14:34 Michał Górny
2020-11-28 7:50 Sam James
2020-11-23 17:05 Michał Górny
2020-11-23 8:01 Sergei Trofimovich
2020-11-17 19:17 Agostino Sarubbo
2020-11-17 19:10 Agostino Sarubbo
2020-11-17 18:55 Agostino Sarubbo
2020-11-15 23:50 Sam James
2020-11-15 5:57 Sam James
2020-11-15 5:19 Sam James
2020-10-12 19:42 Michał Górny
2020-09-04 8:57 Sergei Trofimovich
2020-08-17 13:49 Michał Górny
2020-07-16 12:50 Sam James
2020-07-13 18:08 Sam James
2020-07-09 12:22 Michał Górny
2020-06-03 21:16 Sergei Trofimovich
2020-06-01 6:59 Sergei Trofimovich
2020-05-31 23:46 Matt Turner
2020-05-28 11:13 Michał Górny
2020-04-08 14:05 Agostino Sarubbo
2020-04-08 14:01 Agostino Sarubbo
2020-04-08 13:36 Agostino Sarubbo
2020-04-07 7:03 Georgy Yakovlev
2020-03-28 8:34 Michał Górny
2019-12-02 21:13 Aaron Bauman
2019-08-28 23:45 Zac Medico
2019-04-27 11:49 Anthony G. Basile
2019-03-16 23:27 Anthony G. Basile
2019-02-16 17:37 Zac Medico
2018-12-16 8:13 Tim Harder
2018-06-25 23:20 Thomas Deutschmann
2018-06-24 9:46 Pacho Ramos
2018-06-04 23:38 Tim Harder
2018-03-04 7:16 Tim Harder
2018-03-01 19:35 Tim Harder
2017-12-19 4:39 Zac Medico
2017-11-15 3:32 Tim Harder
2017-05-26 20:22 Zac Medico
2017-02-13 9:29 Zac Medico
2017-01-05 18:23 William Hubbs
2016-10-01 22:43 Alex Brandt
2016-09-24 15:23 Alex Brandt
2016-09-24 15:23 Alex Brandt
2016-08-13 15:23 Alex Brandt
2016-08-13 15:23 Alex Brandt
2016-08-06 14:46 Alex Brandt
2016-07-30 15:15 Alex Brandt
2016-07-30 15:15 Alex Brandt
2016-07-24 1:10 Alex Brandt
2016-07-24 1:10 Alex Brandt
2016-06-18 18:55 Alex Brandt
2016-06-11 15:37 Alex Brandt
2016-05-30 3:10 Aaron Bauman
2016-05-22 17:23 Alex Brandt
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=1470494783.35267d3d9b6ddd05f0067a8678df26330e0332d7.alunduil@gentoo \
--to=alunduil@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