From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/filelock/
Date: Thu, 2 Dec 2021 09:39:13 +0000 (UTC) [thread overview]
Message-ID: <1638437927.fff46f15a6fe216da8d970eecdfd58194d428cad.mgorny@gentoo> (raw)
commit: fff46f15a6fe216da8d970eecdfd58194d428cad
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 2 09:35:41 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Dec 2 09:38:47 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fff46f15
dev-python/filelock: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/filelock/Manifest | 2 --
dev-python/filelock/filelock-3.3.1.ebuild | 28 ----------------------------
dev-python/filelock/filelock-3.3.2.ebuild | 28 ----------------------------
3 files changed, 58 deletions(-)
diff --git a/dev-python/filelock/Manifest b/dev-python/filelock/Manifest
index 2daad6d4a2a3..a6f4dabc232f 100644
--- a/dev-python/filelock/Manifest
+++ b/dev-python/filelock/Manifest
@@ -1,3 +1 @@
-DIST py-filelock-3.3.1.tar.gz 202803 BLAKE2B d8a97d6e5beb8fe8883aa29bb55135f10f40f899232a84a53d66c4f4f50317f0e66a52141eb4285dd23fada276d23f10f43be166c481dc422a606d02eb350146 SHA512 0e8ff074a65f0f8f65fb4f05d94fcaccd37f2f1c489e5ed888e36f722a046cd143596ed1142d0638f2eaabdbfb27e48011bbce9b09e776e11c16b1c13d1467a8
-DIST py-filelock-3.3.2.tar.gz 203026 BLAKE2B fce1a0d3c6ee1867d0af76d8ad73d3109568b30dcc823923573d9094298139151dc94c41216bb6b9634137949f1d5165a1b162845392f5478e0f240aebf36c04 SHA512 ec077249d2ab2586e33a5ff55246627ad089cfd37979258e5325ea7c6aa80bd08dcb1bd4055fcc6ca326b81f07c65d0db7e7a276da61dfc2dff5500792be83d6
DIST py-filelock-3.4.0.tar.gz 203303 BLAKE2B 615f623c584c39917f280815695dcc58ce6dd5ca26846f88b954526e0866b7e1d020589eecee774dbd8b10ff818d707826c663643ad300465bb85ba751fddddd SHA512 0dc85f083a8c60605dfbd0b6fe55a96b5872e5b8ce3fd746925444571d02e243459bed6cd2d8aa9d7eda7d197bdc31b289cfcf1f0aef295779ca900d24abcbd8
diff --git a/dev-python/filelock/filelock-3.3.1.ebuild b/dev-python/filelock/filelock-3.3.1.ebuild
deleted file mode 100644
index 340eb3c41faf..000000000000
--- a/dev-python/filelock/filelock-3.3.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 2018-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1
-
-MY_P=py-filelock-${PV}
-DESCRIPTION="A platform independent file lock for Python"
-HOMEPAGE="
- https://github.com/tox-dev/py-filelock/
- https://pypi.org/project/filelock/"
-SRC_URI="
- https://github.com/tox-dev/py-filelock/archive/${PV}.tar.gz
- -> ${MY_P}.tar.gz"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="Unlicense"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
-
-BDEPEND="
- test? ( dev-python/pytest-timeout[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
diff --git a/dev-python/filelock/filelock-3.3.2.ebuild b/dev-python/filelock/filelock-3.3.2.ebuild
deleted file mode 100644
index 1f2f85c083a5..000000000000
--- a/dev-python/filelock/filelock-3.3.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 2018-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1
-
-MY_P=py-filelock-${PV}
-DESCRIPTION="A platform independent file lock for Python"
-HOMEPAGE="
- https://github.com/tox-dev/py-filelock/
- https://pypi.org/project/filelock/"
-SRC_URI="
- https://github.com/tox-dev/py-filelock/archive/${PV}.tar.gz
- -> ${MY_P}.tar.gz"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="Unlicense"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
-
-BDEPEND="
- test? ( dev-python/pytest-timeout[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
next reply other threads:[~2021-12-02 9:39 UTC|newest]
Thread overview: 106+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-02 9:39 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-05 9:10 [gentoo-commits] repo/gentoo:master commit in: dev-python/filelock/ Michał Górny
2024-10-05 8:40 Arthur Zamarin
2024-09-28 10:33 Michał Górny
2024-09-18 14:03 Michał Górny
2024-09-08 2:52 Michał Górny
2024-07-13 9:00 Michał Górny
2024-07-13 8:38 Arthur Zamarin
2024-06-23 2:53 Michał Górny
2024-06-20 4:45 Michał Górny
2024-06-13 4:05 Michał Górny
2024-05-25 6:21 Michał Górny
2024-05-25 6:08 Arthur Zamarin
2024-05-09 16:48 Michał Górny
2024-04-30 5:02 Michał Górny
2024-04-24 17:15 Michał Górny
2024-04-24 15:31 Sam James
2024-04-11 19:04 Michał Górny
2024-04-11 16:15 Arthur Zamarin
2024-04-10 6:15 Michał Górny
2024-03-26 6:57 Michał Górny
2023-11-29 10:15 Michał Górny
2023-11-29 10:12 Michał Górny
2023-10-31 7:53 Michał Górny
2023-10-28 3:18 Michał Górny
2023-09-30 5:44 Michał Górny
2023-09-30 5:29 Arthur Zamarin
2023-09-14 5:30 Michał Górny
2023-08-28 16:53 Michał Górny
2023-07-24 12:35 Michał Górny
2023-07-09 16:52 Arthur Zamarin
2023-06-13 5:12 Michał Górny
2023-06-10 14:44 Michał Górny
2023-05-24 7:02 Michał Górny
2023-04-22 16:12 Michał Górny
2023-04-22 10:53 Sam James
2023-04-22 9:16 Michał Górny
2023-04-22 8:56 Arthur Zamarin
2023-04-19 6:16 Michał Górny
2023-04-07 4:19 Michał Górny
2023-03-27 16:49 Michał Górny
2023-03-27 16:49 Michał Górny
2023-03-26 18:02 Michał Górny
2023-03-26 3:02 Michał Górny
2023-03-24 19:06 Arthur Zamarin
2023-03-24 5:21 Michał Górny
2023-03-23 16:36 Michał Górny
2023-03-16 3:33 Michał Górny
2023-03-14 16:57 Michał Górny
2023-02-16 20:32 Michał Górny
2023-02-16 17:49 Arthur Zamarin
2023-01-08 5:12 Michał Górny
2023-01-07 18:42 Arthur Zamarin
2022-12-28 19:11 Arthur Zamarin
2022-12-06 6:02 Michał Górny
2022-09-11 5:29 Michał Górny
2022-09-10 22:48 Jakov Smolić
2022-08-11 9:59 Michał Górny
2022-06-16 9:23 Michał Górny
2022-06-16 9:06 Jakov Smolić
2022-06-01 7:21 Michał Górny
2022-05-14 7:28 Michał Górny
2022-05-09 20:38 Michał Górny
2022-03-18 16:39 Michał Górny
2022-03-18 15:42 Arthur Zamarin
2022-03-18 15:19 Michał Górny
2022-03-18 14:41 Arthur Zamarin
2022-02-18 9:19 Michał Górny
2022-02-16 22:34 Michał Górny
2022-02-15 23:09 Michał Górny
2022-01-27 12:34 Michał Górny
2022-01-26 20:18 Jakov Smolić
2021-12-26 18:49 Arthur Zamarin
2021-12-02 8:40 Arthur Zamarin
2021-11-16 11:21 Michał Górny
2021-10-31 20:26 Michał Górny
2021-10-29 19:37 Michał Górny
2021-10-15 21:07 Michał Górny
2021-10-03 6:37 Michał Górny
2021-09-30 6:26 Michał Górny
2021-09-27 22:16 Michał Górny
2021-05-05 14:18 Michał Górny
2021-02-22 4:10 Joshua Kinard
2020-11-28 8:47 Sam James
2020-11-28 8:47 Sam James
2020-09-20 14:08 Michał Górny
2020-07-14 16:38 Sergei Trofimovich
2020-07-11 22:28 Sam James
2020-05-26 12:58 Michał Górny
2020-04-01 19:19 Mart Raudsepp
2020-03-27 8:58 Michał Górny
2020-03-25 15:27 Agostino Sarubbo
2020-01-31 22:17 Sergei Trofimovich
2020-01-05 19:43 Agostino Sarubbo
2020-01-05 18:45 Agostino Sarubbo
2019-12-07 23:07 Matt Turner
2019-11-23 10:35 Michał Górny
2019-10-12 20:23 Matt Turner
2019-07-29 8:50 Mikle Kolyada
2019-07-22 15:57 Aaron Bauman
2019-07-05 22:27 Sergei Trofimovich
2019-06-27 7:05 Sergei Trofimovich
2019-06-22 14:13 Sergei Trofimovich
2019-05-15 22:56 Sergei Trofimovich
2018-11-18 21:53 Thomas Deutschmann
2018-11-18 21:03 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=1638437927.fff46f15a6fe216da8d970eecdfd58194d428cad.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