From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/construct/
Date: Thu, 25 Mar 2021 21:35:39 +0000 (UTC) [thread overview]
Message-ID: <1616708049.0b86378f5a2ec1483d99f2643ad2f602cb1b2ab0.mgorny@gentoo> (raw)
commit: 0b86378f5a2ec1483d99f2643ad2f602cb1b2ab0
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 25 21:34:09 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 25 21:34:09 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b86378f
dev-python/construct: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/construct/Manifest | 2 --
dev-python/construct/construct-2.10.59.ebuild | 37 --------------------------
dev-python/construct/construct-2.10.60.ebuild | 38 ---------------------------
3 files changed, 77 deletions(-)
diff --git a/dev-python/construct/Manifest b/dev-python/construct/Manifest
index 9fa1d628ac1..60ecd3d8fbe 100644
--- a/dev-python/construct/Manifest
+++ b/dev-python/construct/Manifest
@@ -1,4 +1,2 @@
-DIST construct-2.10.59.tar.gz 1185999 BLAKE2B 35c861d5d4f5d68a158f25cffccda76621e0fe901e5f8bdf9c0aea61e3ddd2174c71767601be3533092a6a28748597cd1a044e4721436748b9a2dac81b81b41b SHA512 bf5867efdb9e1a27ddede6844f5f3466714e38dd97aae09c6990582989801605eebf90099fb3a0ab78deaed4f3b6be38421b635f6332461efd033d5fb8c2c1af
-DIST construct-2.10.60.tar.gz 1185983 BLAKE2B e263c15db9d8055db854508f767906e51fb260c47e2df17e2786277a3ed66e9a8599f21299b21d0629997c6ce2afd7651e18aee4c7f22d3e38bdc5db5bd53bd4 SHA512 597e4fd9f0264450fe221e100041a897d25794bea4dd5cbf5f58df8a0829a34490daff10764e6329ade165df631ddce661dceae4417d8f55472b2fad2a53e53d
DIST construct-2.10.61.tar.gz 1185872 BLAKE2B 03eb83b707f607f65f13f6430815af3f91f728e133cc1a889f4ff37e34b249cff8f8b13ffb764fbffbba2bec699ce94173e3b80498c42f8fc7628a125b659188 SHA512 dd25f9646d55c4914fbb506b795dced01a5a2d58a9d8378ceaa4d5ba666c9547e96f7a658e8d521ef9a3f53065e89b90e0c8560bc2eb4095b9ff8077b840eec4
DIST construct-2.10.63.tar.gz 1186101 BLAKE2B c0996f1228f36679d58ca931b27abb0b62da989d1554763295cf56086c9e288b3a02a4de23cca78a726a84c6483581662b01c8eb516d59a165b38eca8cc150f7 SHA512 6d3202f4c98f9c14edaf0c3ea90875eb43c9e3ca454f54a2fe3c6d7810957781a0fe95c60cb6b28445ab80a9ad3ae52c4a397cf9b3531f42d1cb443564427a9c
diff --git a/dev-python/construct/construct-2.10.59.ebuild b/dev-python/construct/construct-2.10.59.ebuild
deleted file mode 100644
index c6e6d2e9521..00000000000
--- a/dev-python/construct/construct-2.10.59.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="A powerful declarative parser for binary data"
-HOMEPAGE="https://construct.readthedocs.io/en/latest/ https://pypi.org/project/construct/"
-SRC_URI="https://github.com/construct/construct/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-BDEPEND="
- test? (
- dev-python/arrow[${PYTHON_USEDEP}]
- dev-python/cloudpickle[${PYTHON_USEDEP}]
- >=dev-python/numpy-1.15.4[${PYTHON_USEDEP}]
- dev-python/ruamel-yaml[${PYTHON_USEDEP}]
- )"
-
-distutils_enable_tests pytest
-
-src_prepare() {
- distutils-r1_src_prepare
- rm tests/test_benchmarks.py || die
-}
-
-pkg_postinst() {
- ewarn "Version 2.10.x has significant API and implementation changes from"
- ewarn "previous 2.9.x releases. Please read the documentation at"
- ewarn "https://construct.readthedocs.io/en/latest/transition210.html"
- ewarn "for more info."
-}
diff --git a/dev-python/construct/construct-2.10.60.ebuild b/dev-python/construct/construct-2.10.60.ebuild
deleted file mode 100644
index 8382a5e82e7..00000000000
--- a/dev-python/construct/construct-2.10.60.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="A powerful declarative parser for binary data"
-HOMEPAGE="https://construct.readthedocs.io/en/latest/ https://pypi.org/project/construct/"
-SRC_URI="https://github.com/construct/construct/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="
- test? (
- dev-python/arrow[${PYTHON_USEDEP}]
- dev-python/cloudpickle[${PYTHON_USEDEP}]
- dev-python/lz4[${PYTHON_USEDEP}]
- >=dev-python/numpy-1.15.4[${PYTHON_USEDEP}]
- dev-python/ruamel-yaml[${PYTHON_USEDEP}]
- )"
-
-distutils_enable_tests pytest
-
-src_prepare() {
- distutils-r1_src_prepare
- rm tests/test_benchmarks.py || die
-}
-
-pkg_postinst() {
- ewarn "Version 2.10.x has significant API and implementation changes from"
- ewarn "previous 2.9.x releases. Please read the documentation at"
- ewarn "https://construct.readthedocs.io/en/latest/transition210.html"
- ewarn "for more info."
-}
next reply other threads:[~2021-03-25 21:35 UTC|newest]
Thread overview: 60+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-25 21:35 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-29 20:28 [gentoo-commits] repo/gentoo:master commit in: dev-python/construct/ Arthur Zamarin
2024-07-11 19:23 Michał Górny
2023-12-15 10:52 Michał Górny
2023-12-15 10:38 Arthur Zamarin
2023-11-30 13:35 Michał Górny
2023-11-24 14:52 Michał Górny
2023-11-22 12:27 Michał Górny
2023-11-22 12:12 Arthur Zamarin
2023-10-22 19:14 Michał Górny
2023-10-22 19:14 Michał Górny
2022-11-18 14:47 Arthur Zamarin
2022-08-10 13:05 Sam James
2022-03-27 8:17 Michał Górny
2022-03-27 6:27 Agostino Sarubbo
2022-02-23 17:04 Michał Górny
2021-08-25 18:12 Arthur Zamarin
2021-05-26 8:36 Michał Górny
2021-04-28 17:47 Michał Górny
2021-04-28 17:00 Sam James
2021-04-22 7:36 Michał Górny
2021-04-04 14:23 Michał Górny
2021-03-31 10:14 Michał Górny
2021-03-25 21:29 Sam James
2021-03-24 18:38 Michał Górny
2021-03-15 8:57 Michał Górny
2021-03-15 6:30 Sam James
2021-03-02 8:48 Michał Górny
2021-03-02 3:49 Sam James
2021-03-02 1:19 Sam James
2021-02-21 8:25 Michał Górny
2021-02-13 14:31 Michał Górny
2021-02-13 8:14 Michał Górny
2021-02-08 15:07 Michał Górny
2021-02-07 9:00 Michał Górny
2021-01-28 8:35 Michał Górny
2021-01-26 9:52 Michał Górny
2020-11-14 20:32 Sam James
2020-09-29 10:26 Joonas Niilola
2020-05-04 10:48 Michał Górny
2020-04-21 11:24 Michał Górny
2020-04-21 11:24 Michał Górny
2020-04-21 11:24 Michał Górny
2020-03-26 14:51 Michał Górny
2020-03-17 7:23 Michał Górny
2019-03-26 18:52 Aaron Bauman
2018-09-27 21:24 Patrice Clement
2018-09-27 21:24 Patrice Clement
2018-09-27 21:24 Patrice Clement
2018-08-12 0:14 Virgil Dupras
2018-01-25 22:52 Patrice Clement
2018-01-03 9:11 Michał Górny
2017-12-12 20:22 Patrice Clement
2017-12-12 20:22 Patrice Clement
2017-12-06 22:12 Patrice Clement
2017-12-06 22:12 Patrice Clement
2017-12-06 22:12 Patrice Clement
2017-09-10 20:48 Patrice Clement
2017-05-08 17:02 Michał Górny
2017-05-07 13:57 Michał Górny
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=1616708049.0b86378f5a2ec1483d99f2643ad2f602cb1b2ab0.mgorny@gentoo \
--to=mgorny@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