From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cftime/
Date: Sat, 13 Feb 2021 10:14:50 +0000 (UTC) [thread overview]
Message-ID: <1613211245.b2097a5f6a20a1a3750e2e85e3056b748ccf2798.soap@gentoo> (raw)
commit: b2097a5f6a20a1a3750e2e85e3056b748ccf2798
Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sat Feb 13 10:14:05 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb 13 10:14:05 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2097a5f
dev-python/cftime: Remove old
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
dev-python/cftime/Manifest | 2 --
dev-python/cftime/cftime-1.3.0.ebuild | 29 -----------------------------
dev-python/cftime/cftime-1.4.0.ebuild | 28 ----------------------------
3 files changed, 59 deletions(-)
diff --git a/dev-python/cftime/Manifest b/dev-python/cftime/Manifest
index f8c0e0b9fe5..f91546f042d 100644
--- a/dev-python/cftime/Manifest
+++ b/dev-python/cftime/Manifest
@@ -1,3 +1 @@
-DIST cftime-1.3.0.tar.gz 55668 BLAKE2B c233a3d45305476f422ca93f89348b7b3c018b10c0fa42d6649001b7bcdb4d26d230322108def41818449ec78dc531261b52d09252306fb5889ac4011af33828 SHA512 07f79e902142e8a314c9d09af08ea752454e490c3027ee44853f78c725305bf11cad90bd331edd204defded11e7f29173df9bef70ab805a28b745cc0afdd4685
-DIST cftime-1.4.0.tar.gz 46098 BLAKE2B b1ca1eaec2b0b5015d6d8d512ae831bfb36c59061c094f5eaf5931f85ecabdb1b562d1ab56cb1b0b0fcea36fce15d073411fd9afd955ec864a4ca9a71f0a6a82 SHA512 72862d35cbe32eefb1149b345e63fabf1a58bdb145138ea82fb21aa8b4862abae53a2c7719b8cf56670acdcfa9c7bb090cb35f8c2ea711e23bfb031f72ccdc2f
DIST cftime-1.4.1.tar.gz 46721 BLAKE2B 903f8c042b6f4738893ee54c9d1b862f6f29b42c67b45800d21e1215979c95d985d56eb234dd52493da331c30b2b55c5c1590b51822bb87eaada7dd2879c57b1 SHA512 2d07b8f423e9945b1ced2e89f03965df5c3b25f932b0e7ce893a6cbd4568c93f0abb1d8e6efebe2cafca2ee19259f3c0878fec4fb91f68bf5dde1ccb67bcdef9
diff --git a/dev-python/cftime/cftime-1.3.0.ebuild b/dev-python/cftime/cftime-1.3.0.ebuild
deleted file mode 100644
index f63d5841827..00000000000
--- a/dev-python/cftime/cftime-1.3.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=bdepend
-PYTHON_COMPAT=( python3_{7..9} )
-inherit distutils-r1
-
-DESCRIPTION="Time-handling functionality from netcdf4-python"
-HOMEPAGE="https://pypi.org/project/cftime"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
-BDEPEND="dev-python/cython[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
- # remove pytest-cov dep
- sed -i -e "/--cov/d" setup.cfg || die
-
- distutils-r1_python_prepare_all
-}
diff --git a/dev-python/cftime/cftime-1.4.0.ebuild b/dev-python/cftime/cftime-1.4.0.ebuild
deleted file mode 100644
index bc67e1512a4..00000000000
--- a/dev-python/cftime/cftime-1.4.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 2020-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="Time-handling functionality from netcdf4-python"
-HOMEPAGE="https://pypi.org/project/cftime"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
-BDEPEND="dev-python/cython[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
- # remove pytest-cov dep
- sed -i -e "/--cov/d" setup.cfg || die
-
- distutils-r1_python_prepare_all
-}
next reply other threads:[~2021-02-13 10:14 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-13 10:14 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-10 3:24 [gentoo-commits] repo/gentoo:master commit in: dev-python/cftime/ Michał Górny
2024-11-10 0:42 Jakov Smolić
2024-11-10 0:42 Jakov Smolić
2024-11-09 9:02 Arthur Zamarin
2024-10-23 6:16 Michał Górny
2024-06-22 17:52 Michał Górny
2024-06-22 17:52 Michał Górny
2024-06-22 17:18 Sam James
2024-06-22 17:18 Sam James
2024-06-22 13:48 Arthur Zamarin
2024-06-20 10:24 Sam James
2024-06-07 23:40 Ionen Wolkens
2024-06-07 17:29 Michał Górny
2024-06-01 17:29 Sam James
2024-06-01 7:25 Arthur Zamarin
2024-05-19 11:47 Michał Górny
2024-05-07 18:31 Arthur Zamarin
2023-10-24 6:05 Michał Górny
2023-07-28 15:11 Michał Górny
2023-07-28 15:11 Michał Górny
2023-05-04 16:11 Michał Górny
2023-03-16 3:47 Michał Górny
2022-11-14 4:36 Michał Górny
2022-09-19 18:35 Arthur Zamarin
2022-09-19 18:35 Arthur Zamarin
2022-06-30 17:09 Arthur Zamarin
2022-06-30 17:09 Arthur Zamarin
2022-05-16 13:17 Michał Górny
2022-03-09 20:06 Arthur Zamarin
2022-01-22 20:55 Michał Górny
2021-10-17 7:33 Michał Górny
2021-09-25 7:45 Michał Górny
2021-08-16 11:46 Marek Szuba
2021-06-05 13:19 Michał Górny
2021-05-21 7:57 Michał Górny
2021-02-02 17:23 Michał Górny
2021-02-01 8:50 Michał Górny
2021-02-01 8:50 Michał Górny
2020-12-28 16:11 David Seifert
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=1613211245.b2097a5f6a20a1a3750e2e85e3056b748ccf2798.soap@gentoo \
--to=soap@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