public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pebble/
Date: Sat, 22 Oct 2022 16:00:39 +0000 (UTC)	[thread overview]
Message-ID: <1666454435.70dbb50b04c27749628cf1b6da2c46466c15fe62.mgorny@gentoo> (raw)

commit:     70dbb50b04c27749628cf1b6da2c46466c15fe62
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 22 15:59:00 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct 22 16:00:35 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70dbb50b

dev-python/pebble: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pebble/Manifest            |  3 ---
 dev-python/pebble/pebble-4.6.3.ebuild | 22 ----------------------
 dev-python/pebble/pebble-5.0.0.ebuild | 25 -------------------------
 dev-python/pebble/pebble-5.0.1.ebuild | 25 -------------------------
 4 files changed, 75 deletions(-)

diff --git a/dev-python/pebble/Manifest b/dev-python/pebble/Manifest
index e6b0e7fce87b..3f68eaaac340 100644
--- a/dev-python/pebble/Manifest
+++ b/dev-python/pebble/Manifest
@@ -1,4 +1 @@
-DIST Pebble-4.6.3.tar.gz 25888 BLAKE2B 71f9e4c77d7dcc841f8c3a5e9d3df764727c27fc1ee5bb8250e33d49ce006ee94c11309f469f2ebb79aa720fd58ac2741b240aaad8f6d3c18be68189f180b639 SHA512 92cbb5ac01cc6fe57055facb6bcb6a64e19eb5eb3a3ae5fead32d4dd1001a3c70fbf85ef832dffc6b6bb81af6b1c275e12a61eda421176548a7bd5a928056313
-DIST Pebble-5.0.0.tar.gz 28958 BLAKE2B ef7c221850dcaf50c1767c92ef1f59ee8fd8cd754f6a12e0bf3f9682c8e5fc4291e42ea4fad0f00cdced577f83b4501bdf1d4a3a90966b3751e8eac87b01a3bd SHA512 cf0dd7ea4d28c3574d069eb3ec3c3caa470d457fa5c446ad449761994ab138864415a88b7b25f83ddfa1c667ce9980b83bbde2da04345f4e0d226e59806ce38b
-DIST Pebble-5.0.1.tar.gz 28996 BLAKE2B 6015a96392079d45d039447ad513c3be8f0d41b85aa55ae2af83b7e2af77cd45411c1e3a21bcccfb20d53ca4091071f85929ae78297bb7ec4d60fb59110bacf4 SHA512 c1ca05014c826a0ce0a90e945101f408e7a91c2ef129b8513e9989c3d5331284e0b908b57afd16be60b4031a8e4a490e48c309e176b97c8216537ab90a756594
 DIST Pebble-5.0.2.tar.gz 29066 BLAKE2B 551d5d02964b7d64c7892dafff51c92830d25b77335f251a8b2359e0d53932470545569155e8fd5d4f95945e337a3ca490cdd9791474a1ede4a021524de0561c SHA512 7b66f1af70f6e7a5b28dd53b73124cdc87b37014ee5afafa8d68ccade691f05b20073de7867d28f3a15bf5e8139411fb71316c8f603d8f9cbeac3818e6ab96f1

diff --git a/dev-python/pebble/pebble-4.6.3.ebuild b/dev-python/pebble/pebble-4.6.3.ebuild
deleted file mode 100644
index e4885e4ca44c..000000000000
--- a/dev-python/pebble/pebble-4.6.3.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 2020-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} )
-inherit distutils-r1
-
-MY_P=${P^}
-DESCRIPTION="Threading and multiprocessing eye-candy"
-HOMEPAGE="
-	https://pypi.org/project/Pebble/
-	https://pebble.readthedocs.io/
-	https://github.com/noxdafox/pebble"
-SRC_URI="mirror://pypi/${MY_P::1}/${PN^}/${MY_P}.tar.gz"
-S=${WORKDIR}/${P^}
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86"
-
-distutils_enable_tests pytest

diff --git a/dev-python/pebble/pebble-5.0.0.ebuild b/dev-python/pebble/pebble-5.0.0.ebuild
deleted file mode 100644
index b1830f4e238c..000000000000
--- a/dev-python/pebble/pebble-5.0.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 2020-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit distutils-r1
-
-MY_P=${P^}
-DESCRIPTION="Threading and multiprocessing eye-candy"
-HOMEPAGE="
-	https://pebble.readthedocs.io/
-	https://github.com/noxdafox/pebble/
-	https://pypi.org/project/Pebble/
-"
-SRC_URI="mirror://pypi/${MY_P::1}/${PN^}/${MY_P}.tar.gz"
-S=${WORKDIR}/${P^}
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-
-distutils_enable_tests pytest

diff --git a/dev-python/pebble/pebble-5.0.1.ebuild b/dev-python/pebble/pebble-5.0.1.ebuild
deleted file mode 100644
index b1830f4e238c..000000000000
--- a/dev-python/pebble/pebble-5.0.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 2020-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit distutils-r1
-
-MY_P=${P^}
-DESCRIPTION="Threading and multiprocessing eye-candy"
-HOMEPAGE="
-	https://pebble.readthedocs.io/
-	https://github.com/noxdafox/pebble/
-	https://pypi.org/project/Pebble/
-"
-SRC_URI="mirror://pypi/${MY_P::1}/${PN^}/${MY_P}.tar.gz"
-S=${WORKDIR}/${P^}
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-
-distutils_enable_tests pytest


             reply	other threads:[~2022-10-22 16:00 UTC|newest]

Thread overview: 56+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-22 16:00 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-18  6:36 [gentoo-commits] repo/gentoo:master commit in: dev-python/pebble/ Michał Górny
2024-04-06 12:37 Michał Górny
2024-04-06 10:12 Arthur Zamarin
2024-03-22  4:38 Michał Górny
2024-01-13 10:04 Michał Górny
2024-01-13  9:36 Arthur Zamarin
2023-12-26  6:44 Michał Górny
2023-12-24  5:59 Michał Górny
2023-12-09 13:56 Michał Górny
2023-12-06 17:44 Arthur Zamarin
2023-11-22  7:49 Michał Górny
2023-10-21 16:42 WANG Xuerui
2023-05-26 12:45 Michał Górny
2023-02-23 22:20 Sam James
2022-12-17  6:43 Michał Górny
2022-12-16 19:45 Arthur Zamarin
2022-11-16 17:21 Michał Górny
2022-10-22 15:56 Arthur Zamarin
2022-10-10  7:43 Arthur Zamarin
2022-09-22 12:15 Michał Górny
2022-05-25  9:07 Andrew Ammerlaan
2022-05-16  8:32 Yixun Lan
2022-03-06 23:43 Sam James
2022-03-06  7:51 Sam James
2022-02-27 16:38 Sam James
2022-01-28 23:28 James Le Cuirot
2021-11-18  8:10 Sam James
2021-11-18  5:36 Sam James
2021-11-14 20:35 Sam James
2021-11-14  3:43 Sam James
2021-09-25 22:03 Michał Górny
2021-09-25 19:56 Sam James
2021-09-06  0:18 Sam James
2021-08-25  7:07 Michał Górny
2021-08-24  6:59 Michał Górny
2021-07-12  6:41 Sam James
2021-07-11 10:14 Georgy Yakovlev
2021-06-20  1:55 Sam James
2021-06-20  1:45 Sam James
2021-06-05 14:40 Michał Górny
2021-04-11 11:23 Michał Górny
2021-04-11 11:06 Sam James
2021-03-06 17:45 Michał Górny
2021-03-02  8:56 Michał Górny
2021-03-02  5:52 Sam James
2021-03-02  1:01 Michał Górny
2020-12-27 19:43 Michał Górny
2020-07-31  0:50 Sam James
2020-07-07 20:01 Michał Górny
2020-06-09 19:46 Michał Górny
2020-06-09 19:46 Mart Raudsepp
2020-05-13  7:08 Michał Górny
2020-05-11 17:33 Michał Górny
2020-05-07  7:13 Michał Górny
2020-04-28 14:52 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=1666454435.70dbb50b04c27749628cf1b6da2c46466c15fe62.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